Skip to content

Commit

Permalink
removing phylosignal for now
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson-NOAA committed Sep 18, 2023
1 parent 97eb2d2 commit 768efe1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: phylosem
Type: Package
Title: Phylogenetic Structural Equation Model
Version: 1.0.0
Date: 2023-08-15
Version: 1.0.1
Date: 2023-09-18
Authors@R:
c(person(given = "James",
family = "Thorson",
Expand All @@ -24,7 +24,6 @@ Depends:
TMB,
R (>= 4.0.0),
Suggests:
phylosignal,
DiagrammeR,
semPlot,
phytools,
Expand Down
13 changes: 0 additions & 13 deletions R/phylosem.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,6 @@
#' nodeLabels = myplot@Vars$name )
#' }
#'
#' # Plot using phylosignal
#' if( require(phylosignal) ){
#' dotplot( my_phylo4d )
#' gridplot( my_phylo4d )
#'
#' # Cluster based on phylogeny and traits
#' gC = graphClust( my_phylo4d,
#' lim.phylo = 5,
#' lim.trait = 5,
#' scale.lim = FALSE)
#' plot(gC, which = "graph", ask = FALSE)
#' }
#'
#' @useDynLib phylosem, .registration = TRUE
#' @export
phylosem <-
Expand Down
13 changes: 0 additions & 13 deletions man/phylosem.Rd

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

0 comments on commit 768efe1

Please sign in to comment.