This is the third resubmission, responding to feedback from Gregor Seyer after the second resubmission
Done
Done
Please make sure that you do not change the user's options, par()
or working directory
oldpar <- par(no.readonly = TRUE)
on.exit(par(oldpar))
Done. These changes have been added before all calls of the par()
function. The current package version does not contains any changes of user's working directory (setwd()
)
This is the second resubmission, responding to feedback from Uwe Ligges after the first resubmission
Done
This is the first resubmission, responding to feedback from Uwe Ligges after the first submission
Done
Done
0 errors | 0 warnings | 0 note
There are currently no downstream dependencies for this package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.