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

download_packages() returns double-slashed path ("//home/hb/.cache/...") #36

Open
HenrikBengtsson opened this issue Jun 12, 2019 · 0 comments

Comments

@HenrikBengtsson
Copy link

Just an FYI: No error per se, but I noticed the following double-slash path that looks like a mistake:

> res <- crancache::download_packages("R.utils", destdir = tempdir())
> res
     [,1]     
[1,] "R.utils"
     [,2]                                                                
[1,] "//home/hb/.cache/R-crancache/cran/src/contrib/R.utils_2.8.0.tar.gz"
> dir(tempdir())
[1] "downloaded_packages"                                                                          
[2] "libloc_193_e9a4b394a35614d1.rds"                                                              
[3] "libloc_203_c3437f9018af3264.rds"                                                              
[4] "repos_https%3A%2F%2Fbioconductor.org%2Fpackages%2F3.9%2Fbioc%2Fsrc%2Fcontrib.rds"             
[5] "repos_https%3A%2F%2Fbioconductor.org%2Fpackages%2F3.9%2Fdata%2Fannotation%2Fsrc%2Fcontrib.rds"
[6] "repos_https%3A%2F%2Fbioconductor.org%2Fpackages%2F3.9%2Fdata%2Fexperiment%2Fsrc%2Fcontrib.rds"
[7] "repos_https%3A%2F%2Fcloud.r-project.org%2Fsrc%2Fcontrib.rds"                                  
[8] "repos_https%3A%2F%2Fwww.stats.ox.ac.uk%2Fpub%2FRWin%2Fsrc%2Fcontrib.rds"
> packageVersion("crancache")
[1] '0.0.0.9001'
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