Skip to content

Commit

Permalink
change to description file
Browse files Browse the repository at this point in the history
  • Loading branch information
rchew committed May 30, 2018
1 parent 5941422 commit ee74348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
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) <https://academyhealth.confex.com/academyhealth/2016arm/meetingapp.cgi/Paper/9375>.
Expand Down
21 changes: 2 additions & 19 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>'
>
> 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`.

0 comments on commit ee74348

Please sign in to comment.