Skip to content

Commit

Permalink
Documentation change fix and removed length of object from checks, re…
Browse files Browse the repository at this point in the history
…: ggplot2 changes to length.
  • Loading branch information
nspyrison committed Jan 25, 2024
1 parent c98fe66 commit 8564c21
Show file tree
Hide file tree
Showing 9 changed files with 2,570 additions and 2,573 deletions.
112 changes: 57 additions & 55 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,55 +1,57 @@
Package: spinifex
Title: Manual Tours, Manual Control of Dynamic Projections of Numeric Multivariate Data
Version: 0.3.6
Authors@R: c(
person("Nicholas", "Spyrison", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-8417-0212")),
person("Dianne", "Cook", role = c("aut", "ths"),
comment = c(ORCID = "https://orcid.org/0000-0002-3813-7155"))
)
Description: Data visualization tours animates linear projection
of multivariate data as its basis (ie. orientation) changes. The 'spinifex'
packages generates paths for manual tours by manipulating the contribution of
a single variable at a time Cook & Buja (1997)
<doi:10.1080/10618600.1997.10474754>. Other types of tours, such as grand
(random walk) and guided (optimizing some objective function) are available
in the 'tourr' package Wickham et al. <doi:10.18637/jss.v040.i02>.
'spinifex' builds on 'tourr' and can render tours with 'gganimate' and
'plotly' graphics, and allows for exporting as an .html widget and as an .gif,
respectively. This work is fully discussed in Spyrison & Cook (2020)
<doi:10.32614/RJ-2020-027>.
Depends:
R (>= 3.5.0),
tourr
License: MIT + file LICENSE
URL: https://github.com/nspyrison/spinifex/
BugReports: https://github.com/nspyrison/spinifex/issues
Imports:
ggplot2,
gganimate,
plotly,
shiny,
Rdimtools,
transformr,
magrittr
Suggests:
MASS,
hexbin,
htmlwidgets,
gifski,
png,
dplyr,
GGally,
rmarkdown,
knitr,
testthat,
lifecycle,
covr,
spelling
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
RoxygenNote: 7.2.3
Language: en-US
Package: spinifex
Title: Manual Tours, Manual Control of Dynamic Projections of Numeric Multivariate Data
Version: 0.3.6.0
Authors@R: c(
person("Nicholas", "Spyrison", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-8417-0212")),
person("Dianne", "Cook", role = c("aut", "ths"),
comment = c(ORCID = "https://orcid.org/0000-0002-3813-7155"))
)
Description: Data visualization tours animates linear projection
of multivariate data as its basis (ie. orientation) changes. The 'spinifex'
packages generates paths for manual tours by manipulating the contribution of
a single variable at a time Cook & Buja (1997)
<doi:10.1080/10618600.1997.10474754>. Other types of tours, such as grand
(random walk) and guided (optimizing some objective function) are available
in the 'tourr' package Wickham et al. <doi:10.18637/jss.v040.i02>.
'spinifex' builds on 'tourr' and can render tours with 'gganimate' and
'plotly' graphics, and allows for exporting as an .html widget and as an .gif,
respectively. This work is fully discussed in Spyrison & Cook (2020)
<doi:10.32614/RJ-2020-027>.
Depends:
R (>= 3.5.0),
tourr
License: MIT + file LICENSE
URL: https://github.com/nspyrison/spinifex/
BugReports: https://github.com/nspyrison/spinifex/issues
Imports:
ggplot2,
gganimate,
plotly,
shiny,
Rdimtools,
transformr,
magrittr
Suggests:
MASS,
hexbin,
htmlwidgets,
gifski,
png,
dplyr,
GGally,
rmarkdown,
knitr,
testthat,
lifecycle,
covr,
spelling
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
RoxygenNote: 7.2.3
Language: en-US
Config/testthat/edition: 3

Loading

0 comments on commit 8564c21

Please sign in to comment.