Skip to content

Commit

Permalink
Fix dependencies in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Feb 26, 2024
1 parent f48f400 commit 210574f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Imports:
utils
Suggests:
cluster,
folio,
folio (>= 1.4.0),
igraph,
knitr,
markdown,
Expand Down
3 changes: 0 additions & 3 deletions inst/examples/ex-pca.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ clr <- transform_clr(coda)
X <- pca(clr, scale = FALSE)

## Explore results
library(dimensio)

## Plot
viz_individuals(X, highlight = get_groups(coda), pch = 16)
viz_variables(X)
3 changes: 0 additions & 3 deletions man/pca.Rd

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

2 changes: 0 additions & 2 deletions vignettes/nexus.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ barplot(coda, order = "Ca")
clr <- transform_clr(coda)
## PCA
library(dimensio)
clr_pca <- pca(clr, scale = FALSE)
viz_individuals(clr_pca, highlight = get_groups(coda), pch = 16,
Expand Down

0 comments on commit 210574f

Please sign in to comment.