Skip to content

Commit

Permalink
v0.10.0 CRAN release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
nicebread committed Apr 29, 2020
1 parent 80b1985 commit 9076bf3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Package: RSA
Type: Package
Title: Response Surface Analysis
Version: 0.10.0
Date: 2020-03-02
Date: 2020-04-29
Authors@R: c(
person(c("Felix"), "Schönbrodt", email = "[email protected]", role = c("cre", "aut")),
person("Sarah", "Humberg", role = c("aut"))
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The current development version can be installed by:
devtools::install_github("nicebread/RSA")


## Questions? Got to our Google mailing list
## Questions? Go to our Google mailing list

* An email list for asking questions related to the RSA-package has been created at Google groups: https://groups.google.com/forum/?fromgroups&hl=en#!forum/rsa-in-r

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The current development version can be installed by:
install.packages(c("devtools", "lavaan", "plyr", "ggplot2", "lattice", "tkrplot", "RColorBrewer", "rgl", "gridExtra", "aplpack", "fields", "qgraph", "AICcmodavg"))
devtools::install_github("nicebread/RSA")

## Questions? Got to our Google mailing list
## Questions? Go to our Google mailing list

- An email list for asking questions related to the RSA-package has
been created at Google groups:
Expand Down
9 changes: 3 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
## Test environments
* local OS X install, R 4.0.0
* Win-builder
* Travis-CI / Github:
* oldrel: passed
* release: passed
* devel: failed, because a dependency was not available on R-devel (tcltk). But I think this is rather a problem of Travis.
* local OS X install (R 3.6.2 and 4.0.0)
* Win-builder (R 3.6.2 and 4.0.0)
* Travis-CI / Github (R 3.6.2 and 4.0.0)

## R CMD check results
There were no ERRORs, WARNINGs, or relevant NOTEs on oldrel and release.
Expand Down

0 comments on commit 9076bf3

Please sign in to comment.