You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much in advance. I was hoping to use this packge for my work, but I am having some trouble trying to compile it.
In terms of specs, I am working on a Windows computer with R 3.5.2 in R studio.
Error in i.p(...) :
(converted from warning) installation of package ‘C:/Users/DANIEL~1.STE/AppData/Local/Temp/RtmpW6Olzn/file301f4228420e9/orthologr_0.2.0.9000.tar.gz’ had non-zero exit status
I know Windows machines have problems and tried to correct for this by setting the path of my Rtools in the system settings. But this didn't seem to help. I think there seems to be some problem in the compilation of the binaries, but I'm new so I may have missed something.
Thanks again!
Dani
The text was updated successfully, but these errors were encountered:
Hi,
Thank you so much in advance. I was hoping to use this packge for my work, but I am having some trouble trying to compile it.
In terms of specs, I am working on a Windows computer with R 3.5.2 in R studio.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Biostrings", version = "3.8")
install.packages("rtools")
install.packages("devtools")
install.packages("pkgbuild")
library(pkgbuild)
find_rtools(debug = TRUE)
devtools::install_github("HajkD/orthologr", build_vignettes = TRUE, dependencies = TRUE)
Error in i.p(...) :
(converted from warning) installation of package ‘C:/Users/DANIEL~1.STE/AppData/Local/Temp/RtmpW6Olzn/file301f4228420e9/orthologr_0.2.0.9000.tar.gz’ had non-zero exit status
I know Windows machines have problems and tried to correct for this by setting the path of my Rtools in the system settings. But this didn't seem to help. I think there seems to be some problem in the compilation of the binaries, but I'm new so I may have missed something.
Thanks again!
Dani
The text was updated successfully, but these errors were encountered: