Skip to content

Commit 55230e8

Browse files
committed
update to version number
1 parent c69d50d commit 55230e8

File tree

4 files changed

+7
-22
lines changed

4 files changed

+7
-22
lines changed

DESCRIPTION

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
Package: tourr
22
Title: Tour Methods for Multivariate Data Visualisation
3-
Version: 1.0.2
3+
Version: 1.1.0
44
Authors@R: c(
55
person("Hadley", "Wickham", email = "[email protected]", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4757-117X")),
66
person("Dianne", "Cook", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3813-7155")),
77
person("Nick", "Spyrison", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-8417-0212")),
88
person("Ursula", "Laa", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-0249-6439")),
99
person("H. Sherry","Zhang", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-7122-1463")),
1010
person("Stuart", "Lee", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0003-1179-8436")))
11-
Author: Hadley Wickham ["aut", "ctb"],
12-
Dianne Cook ["aut", "cre"],
13-
Nick Spyrison ["ctb"],
14-
Ursula Laa ["ctb"],
15-
H. Sherry Zhang ["ctb"],
16-
Stuart Lee ["ctb"]
17-
Maintainer: Dianne Cook <[email protected]>
1811
Description: Implements geodesic interpolation and basis
1912
generation functions that allow you to create new tour
2013
methods from R.

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# tourr 1.1.0
2+
3+
* Updated version to indicate some nice new additions for the package
4+
15
# tourr 1.0.2
26

37
* Fix to duplicating bases during interpolate

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This is a small update, with one new displayand several bug fixes. There are no
44

55
\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.
66

7-
## ── R CMD check results ──────────────────────── tourr 1.0.2 ────
8-
Duration: 1m 17s
7+
── R CMD check results ──────────────────────────── tourr 1.1.0 ────
8+
Duration: 1m 14.7s
99

1010
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
1111

man/display_idx.Rd

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)