Giter Club home page Giter Club logo

Comments (3)

cboettig avatar cboettig commented on July 24, 2024

Your install.R file worked just fine with the rocker/binder:3.5.2-based Dockerfile shown above for me. Can you let us know what error you see?

Unrelated but please note that 3.5.2 is pinned to MRAN date of 2019-03-11 https://github.com/rocker-org/rocker-versioned/blob/master/VERSIONS.md; that's not that different than what you have here but note versions are automatically pinned for reproducibility to the R version, your runtime.txt doesn't override that in this Dockerfile.

from binder.

flor14 avatar flor14 commented on July 24, 2024

Thank you for the answer and explanation about runtime.txt

This is the error:

Error in library(caret): there is no package called ‘caret’
Traceback:

1. library(caret)
2. stop(txt, domain = NA)

Another probably useful information are the package versions (I did not use this code, it is just for the packages versions):

install_version("e1071", "1.6-8")
install_version("gbm", "2.1.3")
install_version("randomForest", "4.6-12")
install_version("xgboost", "0.6.4.1")
install_version("caret", "6.0-78")
install_version("yardstick", "0.0.1")
install_version("tidyverse", "1.2.1")

caret version is not new, not sure if this could be part of the problem:
caret_6.0-78 date 2017-12-10 (https://cran.r-project.org/src/contrib/Archive/caret/)

from binder.

cboettig avatar cboettig commented on July 24, 2024

from binder.

Related Issues (20)

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.