Skip to content

Commit 3616d8a

Browse files
Keith GoldfeldKeith Goldfeld
authored andcommitted
Updating files for V1.16 submission
1 parent 12d46ee commit 3616d8a

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: simstudy
22
Type: Package
33
Title: Simulation of Study Data
44
Version: 0.1.16
5-
Date: 2020-01-10
5+
Date: 2020-03-31
66
Author: Keith Goldfeld [aut, cre]
77
Maintainer: Keith Goldfeld <[email protected]>
88
Description: Simulates data sets in order to explore modeling techniques or

R/trimData.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' @param seqvar string referencing column that indexes the sequence or period
55
#' @param eventvar string referencing event data column
66
#' @param idvar string referencing id column
7-
#' @return an updated data.table removes all rows folloing the first event for each
7+
#' @return an updated data.table removes all rows following the first event for each
88
#' individual
99
#' @examples
1010
#' eDef <- defDataAdd(varname = "e", formula = "u==4", dist = "nonrandom")

cran-comments.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
## Resubmission 2019OCT16
1+
## Resubmission 2020MAR31
22

3-
This is a resubmission of version 0.1.15
3+
This is a resubmission of version 0.1.16
44

5-
Developed with R Version 3.6.1.
5+
Developed with R Version 3.6.3.
66

7-
I did not get any notes from win_build and all rhub checks passed.
7+
I did not get any notes from win_build and all rhub checks passed, except I received a note from Windows Server 2008 R2 SP1 :
8+
9+
* checking for non-standard things in the check directory ... NOTE
10+
Found the following files/directories:
11+
'examples_i386' 'examples_x64' 'simstudy-Ex_i386.Rout'
12+
'simstudy-Ex_x64.Rout' 'tests_i386' 'tests_x64'
13+
14+
I understand that this is a server-side issue and not a package issue.
815

916

man/trimData.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)