diff --git a/DESCRIPTION b/DESCRIPTION index 9d41acb..3d107c5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "felix@nicebread.de", role = c("cre", "aut")), person("Sarah", "Humberg", role = c("aut")) diff --git a/README.Rmd b/README.Rmd index 895eb36..62aec55 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 diff --git a/README.md b/README.md index 1ac1b9c..4345bd9 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/cran-comments.md b/cran-comments.md index f125312..bf1f600 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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.