Closed nicolas-tku closed 1 year ago
When trying to install the updated library I was facing an issue regarding Rcmd.exe, I finally solved it with the following install_github("ices-tools-dev/RDBEScore@dev", build = FALSE)
install_github("ices-tools-dev/RDBEScore@dev", build = FALSE)
you are a star! thanks!
(It will be nice to add this to README)
README updated. I close the issue.
When trying to install the updated library I was facing an issue regarding Rcmd.exe, I finally solved it with the following
install_github("ices-tools-dev/RDBEScore@dev", build = FALSE)