Thank you very much for providing this docker4seq package for R. I am a trying to learn NGS data analysis using docker4seq package but I am facing problems downloading the docker4seq package using Rstudio on windows 7 OS ( Intel Xeon CPU E5-1603 @2.8GHz, HD 1 TB, RAM 32GB). I have docker for windows installed as well as the 7 containers listed at the "02 requirements" section here http://rpubs.com/rcaloger/280163.
I pulled+ran the images of the 7 containers, and ran the "install_github("kendomaniac/docker4seq") command in Rstudio, but it didn`t work. instead, i got the following error message in R:
library(devtools)
Warning message:
Package 'devtools' was built under R version 3.4.1
install_github("kendomaniac/docker4seq")
Downloading GitHub repo kendomaniac/docker4seq@master
from URL https://api.github.com/repos/kendomaniac/docker4seq/zipball/master
Installing docker4seq
"C:/PROGRA1/R/R-341.0/bin/x64/R" --no-site-file --no-environ --no-save
--no-restore --quiet CMD INSTALL
"C:/Users/viro10/AppData/Local/Temp/RtmpOGpjw0/devtools7bc7ee232e6/kendomaniac-docker4seq-3643254"
--library="C:/Program Files/R/R-3.4.0/library" --install-tests
- installing source package 'docker4seq' ...
** R
Warning: 'casc.scnorm.R' (2 lines) can not be re-encoded
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
Error: package or namespace load failed for 'docker4seq' in namespaceExport(ns, exports):
undefined exports: cascStep4
Error: Loading failed
Execution stopped
*** arch - x64
Error: package or namespace load failed for 'docker4seq' in namespaceExport(ns, exports):
undefined exports: cascStep4
Error: Loading failed
Execution stopped
ERROR: loading failed for 'i386', 'x64'
- removing 'C:/Program Files/R/R-3.4.0/library/docker4seq'
Installation failed: Command failed (1)
please see screenshot below
screenshot2.docx
I also ran the docker command: downloadContainers(group="docker"), but got the same error mThank you!running the install_github("kendomaniac/docker4seq") command in R.
I may be mistaken, but the docker4seq downloading and installation steps listed here (http://rpubs.com/rcaloger/280163) seems to work only for linux OS.
Please can someone help ? How can i install docker4seq in windows OS ? Thanks in advance.
Thank you very much for providing this docker4seq package for R. I am a trying to learn NGS data analysis using docker4seq package but I am facing problems downloading the docker4seq package using Rstudio on windows 7 OS ( Intel Xeon CPU E5-1603 @2.8GHz, HD 1 TB, RAM 32GB). I have docker for windows installed as well as the 7 containers listed at the "02 requirements" section here http://rpubs.com/rcaloger/280163.
I pulled+ran the images of the 7 containers, and ran the "install_github("kendomaniac/docker4seq") command in Rstudio, but it didn`t work. instead, i got the following error message in R:
library(devtools)
Warning message:
Package 'devtools' was built under R version 3.4.1
** R
Warning: 'casc.scnorm.R' (2 lines) can not be re-encoded
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
Error: package or namespace load failed for 'docker4seq' in namespaceExport(ns, exports):
undefined exports: cascStep4
Error: Loading failed
Execution stopped
*** arch - x64
Error: package or namespace load failed for 'docker4seq' in namespaceExport(ns, exports):
undefined exports: cascStep4
Error: Loading failed
Execution stopped
ERROR: loading failed for 'i386', 'x64'
Installation failed: Command failed (1)
please see screenshot below
screenshot2.docx
I also ran the docker command: downloadContainers(group="docker"), but got the same error mThank you!running the install_github("kendomaniac/docker4seq") command in R.
I may be mistaken, but the docker4seq downloading and installation steps listed here (http://rpubs.com/rcaloger/280163) seems to work only for linux OS.
Please can someone help ? How can i install docker4seq in windows OS ? Thanks in advance.