We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev_package_deps can't seem to parse the package names in Enhances properly in some cases.
dev_package_deps
Enhances
The issue was also reported here but dismissed.
Example:
download.file("https://cran.r-project.org/src/contrib/Archive/texreg/texreg_1.37.4.tar.gz", destfile = "texreg_1.37.4.tar.gz") remotes::dev_package_deps("texreg_1.37.4.tar.gz", dependencies = "Enhances")
This returns:
Error: Missing commas separating Remotes: 'brms (>= 2.8.8)feisr (>= 1.0.1)'
Tested with remotes package version 2.4.2 on Kubuntu Linux.
remotes
The text was updated successfully, but these errors were encountered:
I don't see this error (any more?), so I am going to close this issue. Please reopen it if you still have problems.
Sorry, something went wrong.
No branches or pull requests
dev_package_deps
can't seem to parse the package names inEnhances
properly in some cases.The issue was also reported here but dismissed.
Example:
This returns:
Tested with
remotes
package version 2.4.2 on Kubuntu Linux.The text was updated successfully, but these errors were encountered: