Comparing changes
Open a pull request
- 1 commit
- 3 files changed
- 0 comments
- 1 contributor
- +2 −2 DESCRIPTION
- +4 −0 NEWS.md
- +2 −2 README.md
| @@ -1,8 +1,8 @@ | ||
| Package: tidymv | ||
| Type: Package | ||
| Title: Tidy Model Visualisation | ||
| Version: 1.5.3 | ||
| Date: 2018-11-16 | ||
| Version: 1.5.4 | ||
| Date: 2018-12-05 | ||
| Authors@R: person("Stefano", "Coretta", email = paste0("stefano.coretta", "@", "gmail.com"), | ||
| role = c("aut", "cre")) | ||
| Description: This package provides functions for model visualisation using tidy | ||
| @@ -1,5 +1,9 @@ | ||
| # Change Log | ||
|
|
||
| ## [1.5.4] - 2018-12-05 | ||
| ### Changed | ||
| - README now uses new `install_github` argument for building vignettes | ||
|
|
||
| ## [1.5.3] - 2018-11-16 | ||
| ### Added | ||
| - plot difference smooth in vignette | ||
| @@ -4,6 +4,6 @@ This is the repository of the `R` package `tidymv`. This package provides functi | ||
|
|
||
| ## Installation | ||
|
|
||
| To install the package, use `devtools::install_github("stefanocoretta/tidymv@v1.5.3", build_vignettes = TRUE)`. To learn how to use the package, do `vignette("plot-smooths", package = "tidymv")` after the installation. | ||
| To install the package, use `devtools::install_github("stefanocoretta/tidymv@v1.5.4", build_opts = c("--no-resave-data", "--no-manual"))`. To learn how to use the package, do `vignette("plot-smooths", package = "tidymv")` after the installation. | ||
|
|
||
| If you wish to install the development version, use `devtools::install_github("stefanocoretta/tidymv", build_vignettes = TRUE)`. | ||
| If you wish to install the development version, use `devtools::install_github("stefanocoretta/tidymv", build_opts = c("--no-resave-data", "--no-manual"))`. | ||