Skip to content

Commit

Permalink
📦 prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Coretta committed Oct 31, 2017
1 parent 1ee8c24 commit 11024cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tidymv
Type: Package
Title: Tidy Model Visualisation
Version: 1.0.0.9000
Version: 1.1.0
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
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## [1.1.0] - 2017-10-31
### Added
- black and white option for `plot_gamsd()`

Expand All @@ -23,4 +23,5 @@
- `create_start_event` function
- `plot_gamsd` function

[1.1.0]: https://github.com/stefanocoretta/tidymv/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/stefanocoretta/tidymv/compare/v0.1.0...v1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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.0.1", build_vignettes = TRUE). To learn how to use the package, do vignette("plot-gamms", package = "tidymv") after the installation.
To install the package, use devtools::install_github("stefanocoretta/tidymv@v1.1.0", build_vignettes = TRUE). To learn how to use the package, do vignette("plot-gamms", package = "tidymv") after the installation.

0 comments on commit 11024cf

Please sign in to comment.