Skip to content

Commit

Permalink
Merge pull request #180 from DeclareDesign/cran-cleanup
Browse files Browse the repository at this point in the history
Cran cleanup
  • Loading branch information
jaspercooper committed Aug 23, 2018
2 parents b10ad52 + cb6630d commit b828f19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ Suggests:
broom,
rmarkdown
RoxygenNote: 6.1.0
VignetteBuilder: knitr

2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: "DesignLibrary: A Library of Common Research Designs"
[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.4.0-6666ff.svg)](https://cran.r-project.org/)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.0.9000-orange.svg?style=flat-square)](commits/master)

**DesignLibrary** provides a library of functions that return designs built using the package **DeclareDesign**. In one line of code users can specify the parameters of individual designs and diagnose their properties. The designers can also be used to compare performance of a given design across a range of combinations of parameters, such as effect size, sample size, assignment probabilities and more.
**DesignLibrary** provides simple interface to build designs using the package **DeclareDesign**. In one line of code users can specify the parameters of individual designs and diagnose their properties. The designers can also be used to compare performance of a given design across a range of combinations of parameters, such as effect size, sample size, assignment probabilities and more.

[Check out the online version of the library here](https://declaredesign.org/library/).

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Status](https://coveralls.io/repos/github/DeclareDesign/DesignLibrary/badge.svg?
version](https://img.shields.io/badge/R%3E%3D-3.4.0-6666ff.svg)](https://cran.r-project.org/)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.0.9000-orange.svg?style=flat-square)](commits/master)

**DesignLibrary** provides a library of functions that return designs
built using the package **DeclareDesign**. In one line of code users can
specify the parameters of individual designs and diagnose their
properties. The designers can also be used to compare performance of a
given design across a range of combinations of parameters, such as
effect size, sample size, assignment probabilities and more.
**DesignLibrary** provides simple interface to build designs using the
package **DeclareDesign**. In one line of code users can specify the
parameters of individual designs and diagnose their properties. The
designers can also be used to compare performance of a given design
across a range of combinations of parameters, such as effect size,
sample size, assignment probabilities and more.

[Check out the online version of the library
here](https://declaredesign.org/library/).
Expand Down
9 changes: 3 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@

## R CMD check results

0 errors | 0 warnings | 1 notes

* This is a new release.
0 errors | 0 warnings | 0 notes

## Reverse dependencies

This is a new release, so there are no reverse dependencies.
0 packages with problems (using `devtools::revdep_check()`)

---

---

0 comments on commit b828f19

Please sign in to comment.