Skip to content
Prev 11935 / 12125 Next

[R-pkg-devel] devtools::check() endless loop

The R CMD check needs to include the package to check, e.g.

   R CMD check staduicc_0.3.1.tar.gz

(assuming the tar.gz file is in your current directory).

If you're getting errors, warnings and notes it sounds as though you 
have Rtools installed properly now.  The next step is to fix all the 
errors and warnings (and some of the notes).  If you need help with 
interpreting them, post them here.

Duncan Murdoch
On 2025-12-05 9:49 a.m., H?sing, Johannes via R-package-devel wrote: