File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Package
2
2
Package: simstudy
3
3
Title: Simulation of Study Data
4
4
Version: 0.2.1
5
- Date: 2020-10-06
5
+ Date: 2020-10-07
6
6
Authors@R:
7
7
c(person(given = "Keith",
8
8
family = "Goldfeld",
@@ -27,7 +27,7 @@ URL: https://github.com/kgoldfeld/simstudy,
27
27
https://kgoldfeld.github.io/simstudy/dev/
28
28
BugReports: https://github.com/kgoldfeld/simstudy/issues
29
29
Depends:
30
- R (>= 3.2.2 )
30
+ R (>= 3.3.0 )
31
31
Imports:
32
32
data.table,
33
33
glue,
Original file line number Diff line number Diff line change 1
1
# simstudy 0.2.1
2
2
* Add 'backports' for compatibility with R < 4.0
3
3
* Fix a bug on R < 4.0 in genOrdCat
4
- * Current version is now only compatible with R vesion >= 3.3.0
4
+ * Current version is now only compatible with R version >= 3.3.0
5
5
6
6
# simstudy 0.2.0
7
7
You can’t perform that action at this time.
0 commit comments