Giter Club home page Giter Club logo

Comments (4)

juliasilge avatar juliasilge commented on September 26, 2024

Do you have the current development version of gradethis, as shown in the DESCRIPTION file?

One way you can install the needed dependencies for a package like this is with:

devtools::install_dev_deps()

if you are in the working directory of the package.

from learntidymodels.

andtheWings avatar andtheWings commented on September 26, 2024

Got it to work now! But just to describe what I did:

  1. Ran devtools::install_dev_deps() for {learntidymodels} and it installed some other packages, but not {gradethis}. I still got the same error on trying to run learnr::run_tutorial("pca_recipes", package = "learntidymodels").
  2. I manually checked and the version number for {gradethis} matched the listed package version on the {gradethis} website (0.2.4.9000).
  3. Removed {gradethis} and tried reinstalling with remotes::install_github("rstudio/gradethis"). Still got the same error message.
  4. Removed {learntidymodels}, {learnr}, and {gradethis}. Sequentially installed:
    1. {learnr} with install.packages("learnr")
    2. {gradethis} with remotes::install_github("rstudio/gradethis"). I got message: "These packages have more recent versions available. It is recommended to update all of them. Which would you like to update?" And I selected learnr (0.10.1 -> 17d4ea1c5...) [GitHub]`
    3. {learntidymodels} with devtools::install_github("tidymodels/learntidymodels")

from learntidymodels.

juliasilge avatar juliasilge commented on September 26, 2024

Ah OK, so we need development learnr as well.

from learntidymodels.

github-actions avatar github-actions commented on September 26, 2024

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

from learntidymodels.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.