-
Notifications
You must be signed in to change notification settings - Fork 233
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
Error in normalizePath(path, winslash ... #47
Comments
This does not occur using roxygen, only happens to me with roxygen2 |
And the traceback() if it helps: 5: normalizePath(path, winslash = "/") |
I think that implies you have an old version of R. |
Yes, it appeared in 2.13 (http://stat.ethz.ch/R-manual/R-patched/NEWS), so you need to upgrade! |
Ah that's the culprit! Thanks, I haven't updated R on my dev machine in a while :) |
Should the package depend on R >= 2.13.0 then? |
It probably should, but package dependencies are just such a mess that I don't usually bother. |
Code:
roxygenize(package.dir="/home/beb/Dropbox/dev/package",roxygen.dir="/home/beb/Dropbox/dev/package", copy.package=FALSE, unlink.target=FALSE, overwrite=TRUE)
Error Message:
Error in normalizePath(path, winslash = "/") :
unused argument(s) (winslash = "/")
The text was updated successfully, but these errors were encountered: