HenrikBengtsson / R.utils

🔧 R package: R.utils (this is *not* the utils package that comes with R itself)
https://henrikbengtsson.github.io/R.utils/
62 stars 14 forks source link

downloadFile(..., path) returns an unclean pathname #18

Open HenrikBengtsson opened 9 years ago

HenrikBengtsson commented 9 years ago
> downloadFile("http://cran.r-project.org/index.html", path="foo")
[1] "foo/./index.html"

Drop that extra ./ directory.

HenrikBengtsson commented 9 years ago

Fixed.

HenrikBengtsson commented 9 years ago

Something went wrong with this commit, e.g. source("R.rsp/tests/compileRsp.R") now gives an error.