[R-pkg-devel] devtools::check() endless loop
Many thanks for helpful hint. I?d be most grateful if you could direct me to a more appropriate info source. Duncan?s link was already helpful. I installed R in version 4.5.2, renamed the directory for R version 4.3.3, edited the path from R in 4.3.3 to 4.5.2, did the same in the environment variable. rtools45 was installed in C: (a bit ugly IMO). When typing R <Ret> from git bash, R 4.5.2 would start. Typing R CMD check results in the error message: ?Die Syntax f?r den Dateinamen, Verzeichnisnamen oder die Datentr?gerbezeichnung ist falsch.? Running devtools::check() results in printing the outputs of various diagnostic checks, tallying the number of errors, warnings and notes at the end. Running devtools::dev_sitrep() from within the package yields the following output: ?? R ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ? version: 4.5.2 ? path: 'C:/Program Files/R/R-4.5.2/' ?? Rtools ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ? path: ?? devtools ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ? version: 2.4.6 ?? dev package ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ? package: 'staduicc' ? path: '//LKR-FILESRV/Epidemiologie/Materialien_Software/staduicc/' Should I be worried that no path is returned for Rtools? Dr. Johannes H?sing Epidemiologie Landeskrebsregister NRW gGmbH Gesundheitscampus 10 44801 Bochum T 0234 54509-216 F 0234 54509-499 Johannes.Huesing at krebsregister.nrw.de<mailto:Johannes.Huesing at krebsregister.nrw.de> www.landeskrebsregister.nrw<http://www.landeskrebsregister.nrw> Das Landeskrebsregister NRW online FACEBOOK: https://www.facebook.com/LKRNordrheinWestfalen/ INSTAGRAM: https://www.instagram.com/landeskrebsregister_nrw LINKEDIN: https://www.linkedin.com/company/87452209/admin/feed/posts/ Newsletter LKR NRW - jetzt anmelden unter https://www.landeskrebsregister.nrw/aktuelles/newsletter Gesch?ftsf?hrer Dr. Andres Sch?tzend?bel Vorsitzender der Gesellschafterversammlung Staatssekret?r Matthias Heidmeier Sitz der Gesellschaft Bochum Registergericht Amtsgericht Bochum HRB 17715 HINWEIS: Diese Nachricht ist nur f?r den Adressaten bestimmt. Es ist nicht erlaubt, diese Nachricht zu kopieren oder Dritten zug?nglich zu machen. Sollten Sie irrt?mlich diese Nachricht erhalten haben, bitte ich um Ihre Mitteilung per E-Mail oder unter der oben angegebenen Telefonnummer. Von: Josiah Parry <josiah.parry at gmail.com>
You may have a devtools::load_all() in one of your scripts somewhere
Thanks for the hint, but I use devtools::load_all only through dialogue with the cosole.