Re: [R-pkg-devel] published packages not showing updated macOS results

2023-09-13 Thread Simon Urbanek
Aron, one package managed to spawn a separate process that was blocking the build process (long story) and I was on the other side of the world. It should be fixed now, but it may take up to a day before the backlog is processed. In the future for faster response, please contact me directly - s

Re: [R-pkg-devel] is this expected behavior

2023-09-13 Thread Jeff Newmiller via R-package-devel
Yes. Demo/test files need to use the library function to attach the package like any other user. On September 13, 2023 5:24:52 PM PDT, "Richard M. Heiberger" wrote: >I have a demo file that uses a function defined in the package. >when I force the demo to be run with >R CMD check --test-dir=de

[R-pkg-devel] is this expected behavior

2023-09-13 Thread Richard M. Heiberger
I have a demo file that uses a function defined in the package. when I force the demo to be run with R CMD check --test-dir=demo findme_1.0.tar.gz then the function defined in the package is not recognized. Here is the demo/findme.r file: findme::findme() findme() Here is the result of: R CMD

Re: [R-pkg-devel] How to fix Archived Package Rpdb?

2023-09-13 Thread Ivan Krylov
13 сентября 2023 г. 18:01:56 UTC, Leonard Mada via R-package-devel пишет: >Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = >TRUE,  : >  arguments imply differing number of rows: 1, 0 This is a bug in devtools where a value originating from subsetting a list using

Re: [R-pkg-devel] How to fix Archived Package Rpdb?

2023-09-13 Thread Leonard Mada via R-package-devel
Thank you very much for your response. I actually tried yesterday to publish the package to CRAN. Unfortunately, my computer seems to behave funny; and I did not receive a confirmatory e-mail either. Messages & Errors: ✔ Package submission successful ℹ Check your email for confirmation link.