pcaReduce icon indicating copy to clipboard operation
pcaReduce copied to clipboard

Docker devtools::install_github("JustinaZ/pcaReduce")

Open nageuse opened this issue 5 years ago • 0 comments

I'm building a docker container that installs pcaReduce_1.0. I have attached the files. docker build --tag blabla:Test -f Dockerfile2 .

I have attached the files with ".txt" added at the end so that they can be uploaded here. The error has to do with a warning that is converted into error with crashes the docker build. "Error : (converted from warning) /tmp/.../man/pcaReduce-package.Rd:25: All text must be in a section"

I tried the following as suggested on some web pages, but it does not help R_REMOTES_NO_ERRORS_FROM_WARNINGS="true"

Dockerfile2.txt installtest.R.txt

Error : (converted from warning) /tmp/RtmpAnsXlr/R.INSTALLa274c7860c3/pcaReduce/man/pcaReduce-package.Rd:25: All text must be in a section ERROR: installing Rd objects failed for package ‘pcaReduce’

  • removing ‘/usr/local/lib/R/site-library/pcaReduce’ Error: Failed to install 'pcaReduce' from GitHub: (converted from warning) installation of package ‘/tmp/RtmpFEiRG6/file676c9b6bb/pcaReduce_1.0.tar.gz’ had non-zero exit status Execution halted

nageuse avatar May 24 '20 21:05 nageuse