From ee743481c26ac01dc742b39643fbeab213ede56b Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 30 May 2018 17:35:22 -0400 Subject: [PATCH] change to description file --- DESCRIPTION | 4 ++-- cran-comments.md | 21 ++------------------- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6875398..501c909 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rollmatch Title: Rolling Entry Matching -Version: 1.0.0 -Date: 2018-01-15 +Version: 1.0.1 +Date: 2018-05-07 Author: Rob Chew [aut, cre], Kasey Jones [aut, cre], Mahin Manley [aut], Allison Witman [res], Chris Beadles [res], Yiyan Liu [res], Ann Larson [res] Maintainer: Rob Chew Description: Functions to perform propensity score matching on rolling entry interventions for which a suitable "entry" date is not observed for nonparticipants. For more details, please reference Witman, Beadles, Hoerger, Liu, Kafali, Gandhi, Amico, and Larsen (2016) . diff --git a/cran-comments.md b/cran-comments.md index 211e283..6485db1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,27 +1,10 @@ - -## Resubmission -This is a resubmission. In this version I have: - -* Added a reference in the "Description" field of the DESCRIPTION file. -* Added small executable examples to the internal helper functions. - * Although we added examples, these functions are not directly accessble to users of the package and are not exported. - ## Test environments -* local OS X install (10.12 "Sierra"), R 3.3.3 +* local OS X install (10.12 "Sierra"), R 3.4.1 * ubuntu 14.04, on travis-ci (release & devel) * win-builder (devel) ## R CMD check results -There were no `ERRORs`, `WARNINGs` or `NOTEs` when run locally on OS X. - -When checking with win-builder using `devtools::build_win()`, there was 1 `NOTE`: - -> * checking CRAN incoming feasibility ... NOTE -> Maintainer: 'Rob Chew ' -> -> New submission - -Also, the author last names in the "description" field of the DESCRIPTION file are flagged as potential mis-spelled words. +There were no `ERRORs`, `WARNINGs` or `NOTEs` when run locally on OS X or on win-builder ## Downstream dependencies I have run R CMD check on downstream dependencies of rollmatch (dplyr, magrittr, and testthat). All packages passed without `ERRORs` or `WARNINGs`. \ No newline at end of file