diff --git a/.Rbuildignore b/.Rbuildignore index 3c99530..27ef2be 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,4 @@ ^docs$ ^pkgdown$ ^dev +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..733f964 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.1.0 +Date: 2023-12-14 11:32:48 UTC +SHA: fb0dd8783bd3577dec63bad740f6db4680e5ebf9 diff --git a/cran-comments.md b/cran-comments.md index d13e8ea..b8f2ab6 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,13 @@ +## Resubmission + +This is a resubmission. In this version I have: + +* Fixed a mispelled word in the description field of the DESCRIPTION file. + ## R CMD check results 0 errors | 0 warnings | 0 note * This is a new release. -* There are no external references describing the methods in this package. +* There are no references describing the methods in this package. * urlchecker::url_check() flags 'https://CRAN.R-project.org/package=SSEparser' as error. It will stop failing once the package, hopefully, is accepted.