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

Error: Missing commas separating Remotes #699

Closed
leifeld opened this issue Mar 2, 2022 · 1 comment
Closed

Error: Missing commas separating Remotes #699

leifeld opened this issue Mar 2, 2022 · 1 comment

Comments

@leifeld
Copy link

leifeld commented Mar 2, 2022

dev_package_deps can't seem to parse the package names in Enhances properly in some cases.

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.

@gaborcsardi
Copy link
Member

I don't see this error (any more?), so I am going to close this issue. Please reopen it if you still have problems.

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

2 participants