diff --git a/.Rbuildignore b/.Rbuildignore index a6c9adc..1d82e05 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ ^LICENSE\.md$ ^README\.Rmd$ ^codecov\.yml$ +^cran-comments\.md$ diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..f2e9672 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,17 @@ +## Release Summary + +This is a minor release (from 0.1.0 to 0.2.0) + +## Test environments +* local R installation, R 4.1.2 +* ubuntu 16.04 (on travis-ci), R 4.1.2 +* win-builder (devel) + +## R CMD check results + +0 errors | 0 warnings | 0 note + +* I've used `\donttest{}` in `double_decay()` and `view_on_copula()` examples because they take more than 5 secs to run. + +* This is the second time I'm submitting the package to CRAN this week. I have fixed a remaining + note by passing the `xts` package to suggests.