We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e16802 commit 040bfaeCopy full SHA for 040bfae
.Rbuildignore
@@ -26,3 +26,4 @@
26
^README\.md$
27
^NEWS\.md$
28
^CRAN-SUBMISSION$
29
+^revdep$
DESCRIPTION
@@ -1,8 +1,8 @@
1
Type: Package
2
Package: simstudy
3
Title: Simulation of Study Data
4
-Version: 0.7.1.9000
5
-Date: 2024-05-10
+Version: 0.8.0
+Date: 2024-05-14
6
Authors@R:
7
c(person(given = "Keith",
8
family = "Goldfeld",
README.md
@@ -96,18 +96,20 @@ dd <- genData(250, def)
96
dd <- trtAssign(dd, nTrt = 4, grpName = "grp", balanced = TRUE)
97
98
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
+#> Key: <id>
+#> id x y grp
+#> <int> <num> <num> <int>
+#> 1: 1 11.191960 8.949389 4
+#> 2: 2 10.418375 7.372060 4
+#> 3: 3 8.512109 6.925844 3
+#> 4: 4 11.361632 9.850340 4
+#> 5: 5 9.928811 6.515463 4
+#> ---
+#> 246: 246 8.220609 7.898416 2
+#> 247: 247 8.531483 8.681783 2
+#> 248: 248 10.507370 8.552350 3
111
+#> 249: 249 8.621339 6.652300 1
112
+#> 250: 250 9.508164 7.083845 3
113
```
114
115
## Contributing & Support
cran-comments.md
@@ -1,7 +1,7 @@
-## Submission 20231122
+## Submission 20240514
-This is a submission of version 0.7.1
+This is a submission of version 0.8.0
-Developed with R Version 4.3.1
+Developed with R Version 4.4.0
I did not get any notes from check_win_devel.
0 commit comments