Giter VIP home page Giter VIP logo

DockerFile.RbuildEnv failed with: The command '/bin/sh -c Rscript -e "devtools::install_version('forecast', version = '8.9', repos = "http://cran.us.r-project.org")" && rm -rf /tmp/*' returned a non-zero code: 1 about incidence-mapper HOT 5 CLOSED

tinghf avatar tinghf commented on July 21, 2024
DockerFile.RbuildEnv failed with: The command '/bin/sh -c Rscript -e "devtools::install_version('forecast', version = '8.9', repos = "http://cran.us.r-project.org")" && rm -rf /tmp/*' returned a non-zero code: 1

from incidence-mapper.

Comments (5)

tinghf avatar tinghf commented on July 21, 2024

seems to be a double quote in double quote issue in RUN statement, validated work in my local environment after changing it to:

RUN Rscript -e "devtools::install_version('forecast', version = '8.9', repos = 'http://cran.us.r-project.org')" &&
rm -rf /tmp/*

from incidence-mapper.

famulare avatar famulare commented on July 21, 2024

Thanks Tony. Yeah, the easy fix is to single quote inside the command since R treats single and double quotes the same. Can you fix these and put in a PR for @devclinton to review?

from incidence-mapper.

tinghf avatar tinghf commented on July 21, 2024

Yes Mike, I already has the fix, I'm just waiting for my previous PR to get merged before I submitted another minor one specifically for this issue.

from incidence-mapper.

tinghf avatar tinghf commented on July 21, 2024

The fix is submitted to test_dev, and should be propagate to dev once following PR is merged:
pr to dev in #116.

Will close once it got into dev branch.

from incidence-mapper.

tinghf avatar tinghf commented on July 21, 2024

got merged in dev branch, closing.

from incidence-mapper.

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.