-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |