You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: