Skip to content

Commit

Permalink
version 1.3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa authored and cran-robot committed Mar 20, 2024
1 parent 15d1931 commit 9e0526a
Show file tree
Hide file tree
Showing 13 changed files with 891 additions and 14 deletions.
10 changes: 6 additions & 4 deletions DESCRIPTION
@@ -1,6 +1,7 @@
Package: vegan3d
Title: Static and Dynamic 3D Plots for the 'vegan' Package
Version: 1.2-0
Title: Static and Dynamic 3D and Editable Interactive Plots for the
'vegan' Package
Version: 1.3-0
Authors@R: c(person("Jari", "Oksanen", role=c("aut","cre"),
email="jhoksane@gmail.com"),
person("Roeland", "Kindt", role="aut"),
Expand All @@ -9,18 +10,19 @@ Authors@R: c(person("Jari", "Oksanen", role=c("aut","cre"),
person("Duncan", "Murdoch", role="ctb",
email="murdoch.duncan@gmail.com"))
Depends: R (>= 3.2.0), vegan (>= 2.3-0)
Suggests: tcltk
Imports: cluster, rgl, scatterplot3d (>= 0.3-40)
Description: Static and dynamic 3D plots to be used with ordination
results and in diversity analysis, especially with the vegan package.
License: GPL-2
BugReports: https://github.com/vegandevs/vegan3d/issues
URL: https://cran.r-project.org/, https://github.com/vegandevs/vegan3d
NeedsCompilation: no
Packaged: 2023-02-03 09:35:55 UTC; jarioksa
Packaged: 2024-03-19 16:52:25 UTC; jarioksa
Author: Jari Oksanen [aut, cre],
Roeland Kindt [aut],
Gavin L. Simpson [aut],
Duncan Murdoch [ctb]
Maintainer: Jari Oksanen <jhoksane@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-03 11:50:02 UTC
Date/Publication: 2024-03-19 17:50:02 UTC
18 changes: 12 additions & 6 deletions MD5
@@ -1,23 +1,29 @@
ebd205452b86d799977d97fa7918d5a0 *DESCRIPTION
0c2dc97c114f6e8743c5df4e4f3d9d2f *NAMESPACE
54dbdc86641e7ea9aefb1113ae424d08 *DESCRIPTION
adaea026f1eb4e41bfd0f3bbd38c1169 *NAMESPACE
70ff7e72e6ee74c5203c907708a8331b *R/ordiplot3d.R
11c71e922f8d88b49ea555e0e37ac8c5 *R/ordirgl.R
908855581b1576889a36f3b60aa79c09 *R/orditkplot.R
248167fa58583dca110f246f53d14da0 *R/orditree3d.R
d696ba823b3b2cff10bff48847a6533c *R/orglellipse.R
cb1b31410739cb62ffce848c84a1ed77 *R/orglpoints.R
f1e80940be7c736252a21bac17450377 *R/orglsegments.R
1460de3de45054d5f753d1ed7d2eac91 *R/orglspantree.R
89509d45f20dcc42e240f0e2085411f0 *R/orglspider.R
068180bb164e74cb5c66d149f25826c6 *R/orgltext.R
da30b6ae5fd0e30543f18064cf19b54a *R/plot.orditkplot.R
e0ff3ea4aa76f85a87c3d8f559df18f0 *R/points.orditkplot.R
c862222b3f0202d15b646f6c48233541 *R/rgl.isomap.R
9ffe3b7c76b8e4acd2751ab611ab20a3 *R/rgl.renyiaccum.R
459f34914f0416645498dc434a961e94 *R/scores.ordiplot3d.R
90886d58ab24aa32b5a1d5bb0d2b1228 *build/partial.rdb
c031ef9720009151e87ce2c6a0cde642 *inst/NEWS.md
f395748ce7a81a29e7b9488a537fcaf8 *inst/README.md
512cedf50891372019cae370b240a742 *R/scores.orditkplot.R
dbc282f5aef3c9729d098b4fb80004b7 *R/text.orditkplot.R
d655824677a5b34f23b6bbc268a96947 *build/partial.rdb
7ae7daadb65140568ade8fa5cd783d00 *inst/NEWS.md
ffe7f18493aaee318b57ef2dd1cac40c *inst/README.md
104d528326300a6e9ea69ec1c2e4230d *man/ordiplot3d.Rd
8ed20ef58af1495ddded97ec3b9b7e46 *man/ordirgl.Rd
94d8d06a4d1ce47a7521eb6d23c92b16 *man/orditkplot.Rd
59712b4f9896bb6a7f7da897c920be05 *man/orditree3d.Rd
8c4d39f1f5fa8961f2078b7057cc9c29 *man/rgl.isomap.Rd
146da10b606c2e6c5ccdbca4f684659a *man/rgl.renyiaccum.Rd
a943fc187ad411d7b5db7a45646e53cf *man/vegan3d-package.Rd
29ce86a370cf5d821fc65edd39d19458 *man/vegan3d-package.Rd
10 changes: 8 additions & 2 deletions NAMESPACE
Expand Up @@ -7,15 +7,17 @@ import(scatterplot3d)
## ellipsoid hulls
importFrom(cluster, ellipsoidhull)
## explicit imports for base R functions
importFrom(grDevices, rainbow, col2rgb, rgb)
importFrom(graphics, arrows, points, segments, text)
importFrom(grDevices, rainbow, col2rgb, rgb, bmp, check.options, dev.off,
jpeg, palette, pdf, png, postscript, svg, tiff, xfig)
importFrom(graphics, arrows, par, points, segments, text)
importFrom(stats, weighted.mean, weights, as.hclust, reorder, cov.wt, qchisq)

## export what we got
export(orditree3d,
ordiplot3d,
ordirgl,
ordirgltree,
orditkplot,
orglcluster,
orglellipse,
orglpoints,
Expand All @@ -27,3 +29,7 @@ export(orditree3d,
rgl.renyiaccum)
## S3 methods
S3method(scores, ordiplot3d)
S3method(plot, orditkplot)
S3method(points, orditkplot)
S3method(scores, orditkplot)
S3method(text, orditkplot)

0 comments on commit 9e0526a

Please sign in to comment.