jsakaluk / dySEM

dySEM
https://jsakaluk.github.io/dySEM/
GNU General Public License v3.0
6 stars 4 forks source link

Ensure Functions Do Not Write to User's Home Filespace by Default #111

Closed omarjcamanto closed 6 months ago

omarjcamanto commented 7 months ago

CRAN Comment: “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(). e.g.: R/outputModel.R; R/dirs.R”