Skip to content

Commit

Permalink
📦 prepare release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Coretta committed Jan 31, 2019
1 parent c5f66c1 commit a340e2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rticulate
Type: Package
Title: Ultrasound Tongue Imaging in R
Version: 1.3.5.9000
Date: 2018-12-19
Version: 1.4.0
Date: 2019-01-31
Authors@R: person("Stefano", "Coretta", email = "[email protected]",
role = c("aut", "cre"))
Author: Stefano Coretta [aut, cre]
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.4.0] - 2019-01-31
### Added
- examples in docs
- section in `polar-gams.Rmd` about multiple predictors
Expand Down Expand Up @@ -82,6 +82,7 @@
- missing `stats::` in `read_aaa`
- `aes` call which caused notes on R CMD check using `aes_`

[1.4.0]: https://github.com/stefanocoretta/rticulate/compare/v1.3.5...v1.4.0
[1.3.5]: https://github.com/stefanocoretta/rticulate/compare/v1.3.4...v1.3.5
[1.3.4]: https://github.com/stefanocoretta/rticulate/compare/v1.3.3...v1.3.4
[1.3.3]: https://github.com/stefanocoretta/rticulate/compare/v1.3.2...v1.3.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the repository of the R package `rticulate`. This package provides two f

**IMPORTANT**: The package `tidymv` needs to be [installed](https://github.com/stefanocoretta/tidymv) first.

To install the package, run `devtools::install_github("stefanocoretta/rticulate@v1.3.5", build_opts = c("--no-resave-data", "--no-manual"))`.
To install the package, run `devtools::install_github("stefanocoretta/rticulate@v1.4.0", build_opts = c("--no-resave-data", "--no-manual"))`.
To learn the basic use of the package, run `vignette("tongue-imaging", package = "rticulate")` after the installation.

If you want to try the development version, run `devtools::install_github("stefanocoretta/rticulate",build_opts = c("--no-resave-data", "--no-manual"))` instead.
If you want to try the development version, run `devtools::install_github("stefanocoretta/rticulate", build_opts = c("--no-resave-data", "--no-manual"))` instead.

0 comments on commit a340e2c

Please sign in to comment.