Skip to content

Commit ea6e2a0

Browse files
authored
Merge pull request #250 from DeclareDesign/rlang-cran-patch
Rlang cran patch
2 parents 541c55b + 7a62b86 commit ea6e2a0

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: DesignLibrary
22
Type: Package
33
Title: Library of Research Designs
4-
Version: 0.1.3.9999
4+
Version: 0.1.4
55
Authors@R: c(person("Graeme", "Blair", email = "graeme.blair@ucla.edu", role = c("aut")),
66
person("Jasper", "Cooper", email = "jjc2247@columbia.edu", role = c("aut", "cre")),
77
person("Alexander", "Coppock", email = "alex.coppock@yale.edu", role = c("aut")),

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# DesignLibrary 0.1.4
2+
3+
* updated tests to be compatible with rlang 0.3.0
4+
5+
* fixed a bug in designers that resulted from holding all args fixed
6+
17
# DesignLibrary 0.1.3
28

39
* updated code to be compatible to new DeclareDesign version on CRAN (fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Status](https://coveralls.io/repos/github/DeclareDesign/DesignLibrary/badge.svg?
1010
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/DesignLibrary)](https://cran.r-project.org/package=DesignLibrary)
1111
[![minimal R
1212
version](https://img.shields.io/badge/R%3E%3D-3.4.0-6666ff.svg)](https://cran.r-project.org/)
13-
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.3.9999-orange.svg?style=flat-square)](commits/master)
13+
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.4.9999-orange.svg?style=flat-square)](commits/master)
1414

1515
**DesignLibrary** provides simple interface to build designs using the
1616
package **DeclareDesign**. In one line of code users can specify the

0 commit comments

Comments
 (0)