Fixes to the testing suite to address the errors resulting from a change in R-devel. No changes to the underlying code.
Fixes to the testing suite to address the errors resulting from a change in R-devel
r87097 | maechler | 2024-09-05 12:18:24 +0200 (Thu, 05 Sep 2024) | 1 line new R_MissingArgError() + ...Error_c() variant
Major update and reimplementation of the package.
Local testing R 4.3.3 (Status OK)
Github actions (Status OK)
Local testing R 4.2.1
Github actions all passed
Ubuntu R-oldrelease
R-hub Windows Server 2022, R-devel, 64 bit (1 Note)
This note can be ignored, see https://github.com/r-hub/rhub/issues/503 This note is likely related to a bug/crash in miktex
On a prior submission the following was found:
Possibly misspelled words in DESCRIPTION: Gemelli (12:77) NHLBI (15:62) al (13:8, 17:49, 19:38) et (13:5, 17:46, 19:35)
Comment from version 1.0.0
Please ensure that your functions do not write by default or in your examples/vignettes/tests in the user's home filespace (including the package directory and getwd()). This is not allowed by CRAN policies. Please omit any default path in writing functions. In your examples/vignettes/tests you can write to tempdir().
Response: The only place in the package code which writes to disk is within a function in the inst/shinyapps/pedbp/server.R script. The write occurs only after an end user clicks on a download button in an active shiny application. The file would then be written to disk based on the settings of the web bowser the end user is working in.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.