Skip to content

Commit

Permalink
Submitting version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Goldfeld committed May 14, 2024
1 parent 1e16802 commit 040bfae
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
^README\.md$
^NEWS\.md$
^CRAN-SUBMISSION$
^revdep$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
#> 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
#> 249: 249 8.621339 6.652300 1
#> 250: 250 9.508164 7.083845 3
```

## Contributing & Support
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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 comments on commit 040bfae

Please sign in to comment.