Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: stefanocoretta/tidymv
Choose a Base Repository
Nothing to show
base: v1.5.3
head repository: stefanocoretta/tidymv
Choose a Head Repository
Nothing to show
compare: v1.5.4
  • 1 commit
  • 3 files changed
  • 0 comments
  • 1 contributor
Commits on Dec 05, 2018
Showing with 8 additions and 4 deletions.
  1. +2 −2 DESCRIPTION
  2. +4 −0 NEWS.md
  3. +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"))`.

No commit comments for this range

You can’t perform that action at this time.