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

Failed devtools::check() #105

Closed
jananiravi opened this issue Oct 18, 2024 Discussed in #104 · 1 comment
Closed

Failed devtools::check() #105

jananiravi opened this issue Oct 18, 2024 Discussed in #104 · 1 comment
Assignees
Labels
bug Something isn't working package R package dev question Further information is requested

Comments

@jananiravi
Copy link
Member

Broached in #104

Originally posted by Cateline October 18, 2024
Hi team, @jananiravi @the-mayer @falquaddoomi @epbrenner
I'm having issues running the devtools check for my code, which I believe is subsequently causing the pkgdown fail in my pull request. This is the error message I am getting. I'd really appreciate your help in resolving this issue
image

@jananiravi jananiravi added bug Something isn't working question Further information is requested package R package dev labels Oct 18, 2024
@falquaddoomi
Copy link
Contributor

falquaddoomi commented Oct 18, 2024

As far as I can tell, this specific issue was due to the code in the R package in PR #103 including a call to devtools::check(). Since devtools::check()'s process includes loading the library, this was executing the call to devtools::check() within the library, leading to an infinite regress.

Again AFAICT this is just an issue with PR #103, not the library, so I think this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package R package dev question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants