Skip to content

Commit

Permalink
update to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dicook committed Aug 24, 2023
1 parent c69d50d commit 55230e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 22 deletions.
9 changes: 1 addition & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
Package: tourr
Title: Tour Methods for Multivariate Data Visualisation
Version: 1.0.2
Version: 1.1.0
Authors@R: c(
person("Hadley", "Wickham", email = "h.wickham@gmail.com", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4757-117X")),
person("Dianne", "Cook", email = "dicook@monash.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3813-7155")),
person("Nick", "Spyrison", email = "nicholas.spyrison@monash.edu", role = "ctb", comment = c(ORCID = "0000-0002-8417-0212")),
person("Ursula", "Laa", email = "ursula.laa@boku.ac.at", role = "ctb", comment = c(ORCID = "0000-0002-0249-6439")),
person("H. Sherry","Zhang", email = "huizezhangsh@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-7122-1463")),
person("Stuart", "Lee", email = "stuart.lee1@monash.edu", role = "ctb", comment = c(ORCID = "0000-0003-1179-8436")))
Author: Hadley Wickham ["aut", "ctb"],
Dianne Cook ["aut", "cre"],
Nick Spyrison ["ctb"],
Ursula Laa ["ctb"],
H. Sherry Zhang ["ctb"],
Stuart Lee ["ctb"]
Maintainer: Dianne Cook <dicook@monash.edu>
Description: Implements geodesic interpolation and basis
generation functions that allow you to create new tour
methods from R.
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# tourr 1.1.0

* Updated version to indicate some nice new additions for the package

# tourr 1.0.2

* Fix to duplicating bases during interpolate
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This is a small update, with one new displayand several bug fixes. There are no

\dontrun is used for example code where the method would break, and thus the code should not be run. It is important for users to be able to see these examples.

## ── R CMD check results ──────────────────────── tourr 1.0.2 ────
Duration: 1m 17s
── R CMD check results ──────────────────────────── tourr 1.1.0 ────
Duration: 1m 14.7s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

Expand Down
12 changes: 0 additions & 12 deletions man/display_idx.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55230e8

Please sign in to comment.