diff --git a/.Rbuildignore b/.Rbuildignore index 053fde41..f40aa68a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -26,3 +26,4 @@ ^README\.md$ ^NEWS\.md$ ^CRAN-SUBMISSION$ +^revdep$ diff --git a/DESCRIPTION b/DESCRIPTION index ea9cb559..148e1eb1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: simstudy Title: Simulation of Study Data -Version: 0.7.1.9000 -Date: 2024-05-10 +Version: 0.8.0 +Date: 2024-05-14 Authors@R: c(person(given = "Keith", family = "Goldfeld", diff --git a/README.md b/README.md index 8c80baa7..00ac7de8 100644 --- a/README.md +++ b/README.md @@ -96,18 +96,20 @@ dd <- genData(250, def) dd <- trtAssign(dd, nTrt = 4, grpName = "grp", balanced = TRUE) dd -#> id x y grp -#> 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 -#> 249: 249 8.621339 6.652300 1 -#> 250: 250 9.508164 7.083845 3 +#> Key: +#> id x y grp +#> +#> 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 +#> 249: 249 8.621339 6.652300 1 +#> 250: 250 9.508164 7.083845 3 ``` ## Contributing & Support diff --git a/cran-comments.md b/cran-comments.md index 97bb24ec..e55caf3b 100644 --- a/cran-comments.md +++ b/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.