diff --git a/.Rbuildignore b/.Rbuildignore index 13b4c3c..9a82243 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ +^CRAN-RELEASE$ ^.*\.Rproj$ ^.*\.rhistory$ ^\.Rproj\.user$ diff --git a/.gitignore b/.gitignore index e0e52e8..4c737c5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .Ruserdata data-raw/sc* log.txt +CRAN-RELEASE diff --git a/DESCRIPTION b/DESCRIPTION index ac8c949..c7ea56f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,10 @@ Package: tidylog Type: Package -Title: Logging for Dplyr Functions +Title: Logging for 'dplyr' Functions Version: 0.1.0 Authors@R: person("Benjamin", "Elbers", email = "elbersb@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5392-3448")) -Description: The goal of tidylog is to provide feedback about basic dplyr operations. - It provides simple wrapper functions for the most common functions. +Description: Provides feedback about basic 'dplyr' operations. License: MIT + file LICENSE Imports: dplyr, glue Suggests: testthat, covr, lintr diff --git a/cran-comments.md b/cran-comments.md index a923903..9eaef6d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,8 @@ +This is a resubmit. + +* changed package name formatting in DESCRIPTION +* added examples + ## Test environments * local OS X, R 3.5.1