Skip to content
Prev 8189 / 12125 Next

[R-pkg-devel] How Do I Solve This Two Notes From R Package Auto-check?

Hello,


I wouldn't worry about the message for invalid URLs, I've been seeing that
message too on my computer but it doesn't appear when I submit to CRAN.


The second message looks like one of your scripts is creating some
temporary files that are not being deleted. If you had something like

FILE <- tempfile()

in your examples or vignettes or tests, just make sure to add

unlink(FILE)

to the end of the file.


On Sat, Jun 18, 2022, 16:05 Econometrics Autocorrelation via
R-package-devel <r-package-devel at r-project.org> wrote: