From b980a7af51dd39363aa06102c26c875afb3332a9 Mon Sep 17 00:00:00 2001 From: Emily Robinson Date: Wed, 11 Dec 2019 09:43:12 -0500 Subject: [PATCH] update for resubmission to cran --- .Rbuildignore | 1 + DESCRIPTION | 2 +- cran-comments.md | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index 0f30f31..d14eb17 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,3 +8,4 @@ ^docs$ ^doc$ ^Meta$ +^CRAN-RELEASE$ diff --git a/DESCRIPTION b/DESCRIPTION index ff0cb1e..1ab93a0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: funneljoin Type: Package -Title: Time-based Joins to Analyze Sequences of Events +Title: Time-Based Joins to Analyze Sequences of Events Version: 0.1.0 Authors@R: c( person("Emily", "Robinson", email = "robinson.es@gmail.com", role = c("aut", "cre")), diff --git a/cran-comments.md b/cran-comments.md index 7d6fe5f..df6c812 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,8 @@ +## Resubmission +This is a resubmission. In this version I have: + +* Converted the DESCRIPTION title to title case. + ## Test environments * local OS X install, R 3.6.1 * ubuntu 14.04 (on travis-ci), R 3.6.1