diff --git a/.Rbuildignore b/.Rbuildignore index 129ee58..95cc736 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,4 +5,6 @@ ^README\.Rmd$ ^\.github$ ^docs$ -^pkgdown$ \ No newline at end of file +^pkgdown$ +^_pkgdown\.yml$ +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index f62d218..d25e983 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ggfields Title: Add Vector Field Layers to Ggplots -Version: 0.0.2 -Date: 2024-01-29 +Version: 0.0.3 +Date: 2024-02-01 Authors@R: c(person("Pepijn", "de Vries", role = c("aut", "cre"), email = "pepijn.devries@outlook.com", comment = c(ORCID = "0000-0002-7961-6646"))) diff --git a/NEWS.md b/NEWS.md index aaa89b1..49693d6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -ggfields v0.0.2 (Release date: 2024-01-29) +ggfields v0.0.3 (Release date: 2024-02-01) ------------- * Initial release diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 0000000..17470f4 --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,4 @@ +url: https://pepijn-devries.github.io/ggfields/ +template: + bootstrap: 5 + diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..cfb286a --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,61 @@ +### third submission + + > If there are references describing the methods in your package, please +add these in the description field of your DESCRIPTION file in the form +authors (year) +authors (year) +authors (year, ISBN:...) +or if those are not available: <[https:...]https:...> +with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for +auto-linking. +(If you want to add a title as well please put it in quotes: "Title") + +At the moment there are no publications describing the methods +applied in the package. + + > Possibly misspelled words in DESCRIPTION: + ggplots (2:36, 11:41) + spatiotemporal (13:50) + +These are technical terms and are not misspelled. + + +### second submission + + > Possibly misspelled words in DESCRIPTION: + ggplots (2:36, 11:41) + spatiotemporal (13:50) + +These are technical terms and are not misspelled. + + > Found the following (possibly) invalid URLs: + URL: https://orcid.org/0000-0002-7961-6646 + From: man/ggfields-package.Rd + Status: Error + Message: Could not resolve host: orcid.org + +ORCID was unfortunately down during the submission + + > Found the following (possibly) invalid ORCID iD: + iD: 0000-0002-7961-6646 (from: DESCRIPTION) + +Same as above + + > The Title field should be in title case. Current version is: + 'Add vector fields layers to ggplots' + In title case that is: + 'Add Vector Fields Layers to Ggplots' + +My apologies, title is now in title-case + +## Test environments + + * local Windows 10 install, R 4.3.2 + * winbuilder + * rhub check_for_cran + +## R CMD check results + +0 errors | 0 warnings | 1 note + + * New submission