Open HenrikBengtsson opened 9 years ago
> downloadFile("http://cran.r-project.org/index.html", path="foo") [1] "foo/./index.html"
Drop that extra ./ directory.
./
Fixed.
Something went wrong with this commit, e.g. source("R.rsp/tests/compileRsp.R") now gives an error.
source("R.rsp/tests/compileRsp.R")
Drop that extra
./
directory.