-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stefano Coretta
committed
Aug 2, 2018
1 parent
8e48aee
commit 7bd6353
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.1.9000 | ||
Date: 2018-03-15 | ||
Version: 1.3.2 | ||
Date: 2018-08-02 | ||
Authors@R: person("Stefano", "Coretta", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Author: Stefano Coretta [aut, cre] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].1", build_vignettes = TRUE)`. | ||
To install the package, run `devtools::install_github("stefanocoretta/[email protected].2", build_vignettes = TRUE)`. | ||
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_vignettes = TRUE)` instead. |