Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to build at remotes::install_github("rstudio/parsons@dddb877bc7501655741608af680c0230e2e150df") #1

Open
olevitt opened this issue Nov 27, 2019 · 0 comments

Comments

@olevitt
Copy link

olevitt commented Nov 27, 2019

On a fresh repo, just building with :

docker build -t whatever .

fails with stack :

Step 15/18 : RUN Rscript -e 'remotes::install_github("rstudio/parsons@dddb877bc7501655741608af680c0230e2e150df")'
 ---> Running in 61128d612605
Downloading GitHub repo rstudio/parsons@dddb877bc7501655741608af680c0230e2e150df
sortable (NA           -> 621ac4151...) [GitHub]
learnr   (f10154a16... -> 651872481...) [GitHub]
Downloading GitHub repo rstudio/sortable@master

Running `R CMD build`...
* checking for file ‘/tmp/RtmpCWNNUk/remotes62c88286c/rstudio-sortable-621ac41/DESCRIPTION’ ... OK
* preparing ‘sortable’:
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
Removed empty directory ‘sortable/man-roxygen’
Removed empty directory ‘sortable/scripts’
* building ‘sortable_0.4.1.tar.gz’
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
* installing *source* package ‘sortable’ ...
** R
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  namespace ‘learnr’ 0.9.2.9006 is being loaded, but >= 0.10.0 is required
ERROR: lazy loading failed for package ‘sortable’
* removing ‘/usr/local/lib/R/site-library/sortable’
Error in i.p(...) : 
  (converted from warning) installation of package ‘/tmp/RtmpCWNNUk/file63167def3/sortable_0.4.1.tar.gz’ had non-zero exit status
Calls: <Anonymous> ... with_rprofile_user -> with_envvar -> force -> force -> i.p
Execution halted
The command '/bin/sh -c Rscript -e 'remotes::install_github("rstudio/parsons@dddb877bc7501655741608af680c0230e2e150df")'' returned a non-zero code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant