Skip to content

Commit ffba72c

Browse files
authored
Merge pull request #98 from DeclareDesign/v1.0.0-patch
V1.0.0 patch
2 parents d213079 + f7a31c2 commit ffba72c

5 files changed

Lines changed: 19 additions & 14 deletions

File tree

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 1.0.0
2+
Date: 2023-08-08 19:54:15 UTC
3+
SHA: 679de6193027b5834b975dc7f3e5be111356333a

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: randomizr
22
Title: Easy-to-Use Tools for Common Forms of Random Assignment and Sampling
3-
Version: 0.25.0
3+
Version: 1.0.0
44
Authors@R: c(person("Alexander", "Coppock", email = "acoppock@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5733-2386")),
55
person("Jasper", "Cooper", email = "jaspercooper@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-8639-3188")),
66
person("Neal", "Fultz", email = "nfultz@gmail.com", role = c("ctb"), comment = "C version of restricted partitions"),

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# randomizr 1.0.0
2+
3+
* Documentation fix
4+
15
# randomizr 0.24.0
26

37
* Documentation fix
@@ -9,4 +13,3 @@
913
* Added Graeme Blair as a contributor
1014
* Small bug fixes
1115
* Added permutation support for random sampling functions
12-

_pkgdown.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ navbar:
2424
href: https://declaredesign.org/r/estimatr/
2525
- text: DesignLibrary
2626
href: https://declaredesign.org/r/designlibrary/
27+
- text: DesignWizard
28+
href: https://eos.wzb.eu/ipi/DDWizard/
2729
- text: declaredesign.org
2830
href: https://declaredesign.org
2931
left:

cran-comments.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
## Update randomizr to version 0.24.0
1+
## Submission
22

3-
Small update for new version of knitr. Change to email address for one contributor.
4-
5-
This is a resubmission to remove the suggests dependency of ri, which was removed from CRAN.
3+
Small patch
64

75
## Test environments
8-
R version 4.1.2
9-
* R-devel with win-builder.r-project.org
10-
* R-release with win-builder.r-project.org.
11-
* R-oldrelease with win-builder.r-project.org.
12-
* Linux, Mac OS via Github Actions
6+
* local OS X install (release)
7+
* win-builder (devel, release, oldrel)
138

149
## R CMD check results
1510

16-
There were no ERRORs, WARNINGs, or NOTEs.
11+
0 errors | 0 warnings | 0 notes
1712

18-
## Downstream dependencies
13+
## Reverse dependencies
1914

20-
No changes to worse.
15+
No changes to worse.
2116

17+
---
18+

0 commit comments

Comments
 (0)