Skip to content

Commit 040bfae

Browse files
author
Keith Goldfeld
committed
Submitting version
1 parent 1e16802 commit 040bfae

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
^README\.md$
2727
^NEWS\.md$
2828
^CRAN-SUBMISSION$
29+
^revdep$

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: simstudy
33
Title: Simulation of Study Data
4-
Version: 0.7.1.9000
5-
Date: 2024-05-10
4+
Version: 0.8.0
5+
Date: 2024-05-14
66
Authors@R:
77
c(person(given = "Keith",
88
family = "Goldfeld",

README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,20 @@ dd <- genData(250, def)
9696
dd <- trtAssign(dd, nTrt = 4, grpName = "grp", balanced = TRUE)
9797

9898
dd
99-
#> id x y grp
100-
#> 1: 1 11.191960 8.949389 4
101-
#> 2: 2 10.418375 7.372060 4
102-
#> 3: 3 8.512109 6.925844 3
103-
#> 4: 4 11.361632 9.850340 4
104-
#> 5: 5 9.928811 6.515463 4
105-
#> ---
106-
#> 246: 246 8.220609 7.898416 2
107-
#> 247: 247 8.531483 8.681783 2
108-
#> 248: 248 10.507370 8.552350 3
109-
#> 249: 249 8.621339 6.652300 1
110-
#> 250: 250 9.508164 7.083845 3
99+
#> Key: <id>
100+
#> id x y grp
101+
#> <int> <num> <num> <int>
102+
#> 1: 1 11.191960 8.949389 4
103+
#> 2: 2 10.418375 7.372060 4
104+
#> 3: 3 8.512109 6.925844 3
105+
#> 4: 4 11.361632 9.850340 4
106+
#> 5: 5 9.928811 6.515463 4
107+
#> ---
108+
#> 246: 246 8.220609 7.898416 2
109+
#> 247: 247 8.531483 8.681783 2
110+
#> 248: 248 10.507370 8.552350 3
111+
#> 249: 249 8.621339 6.652300 1
112+
#> 250: 250 9.508164 7.083845 3
111113
```
112114

113115
## Contributing & Support

cran-comments.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## Submission 20231122
1+
## Submission 20240514
22

3-
This is a submission of version 0.7.1
3+
This is a submission of version 0.8.0
44

5-
Developed with R Version 4.3.1
5+
Developed with R Version 4.4.0
66

77
I did not get any notes from check_win_devel.

0 commit comments

Comments
 (0)