Skip to content

Commit

Permalink
testing if webr works
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Sep 23, 2024
1 parent 60f60d3 commit bf6d9d9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Depends:
R (>= 4.1.0)
Imports:
digest,
fastmatch,
generics,
graphics,
grDevices,
Expand All @@ -57,6 +56,7 @@ Imports:
Suggests:
apex,
Biostrings,
fastmatch,
ggseqlogo,
ggplot2,
knitr,
Expand Down
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ S3method(unique,dist)
S3method(unique,phyDat)
S3method(unique,splits)
S3method(update,pml)
S3method(vcov,pml)
export(AICc)
export(Ancestors)
export(CI)
Expand Down Expand Up @@ -246,6 +245,7 @@ export(tidy)
export(transferBootstrap)
export(treedist)
export(upgma)
export(vcov.pml)
export(wRF.dist)
export(wpgma)
export(write.ancestral)
Expand All @@ -265,7 +265,6 @@ importFrom(Matrix,crossprod)
importFrom(Matrix,solve)
importFrom(Matrix,spMatrix)
importFrom(Matrix,sparseMatrix)
importFrom(fastmatch,fmatch)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(grDevices,adjustcolor)
Expand Down
1 change: 0 additions & 1 deletion R/ancestral.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
#' Yang, Z. (2006). \emph{Computational Molecular evolution}. Oxford University
#' Press, Oxford.
#' @keywords cluster
#' @importFrom fastmatch fmatch
#' @examples
#'
#' example(NJ)
Expand Down
1 change: 0 additions & 1 deletion R/maxCladeCred.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#' \code{\link{plotBS}}, \code{\link{transferBootstrap}},
#' \code{\link{add_edge_length}}, \code{\link{add_boxplot}}
#' @keywords cluster
#' @importFrom fastmatch fmatch
#' @examples
#'
#'
Expand Down
2 changes: 1 addition & 1 deletion R/treedist.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fun2 <- function(x, rooted=FALSE) {
#' VI: Proceedings of the Sixth Australian Conference on Combinatorial
#' Mathematics, Armidale, Australia}, 119--126
#' @keywords classif
#' @importFrom fastmatch fmatch
## @importFrom fastmatch fmatch
#' @examples
#'
#' tree1 <- rtree(100, rooted=FALSE)
Expand Down
4 changes: 4 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
.PlotNetworxEnv <- new.env()


chk <- requireNamespace("fastmatch", quietly = TRUE)
if(!chk) fmatch <- match


loadModule("Fitch_mod", TRUE)

# .onLoad <- function(libname, pkgname) {
Expand Down
2 changes: 1 addition & 1 deletion man/pml.Rd

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

0 comments on commit bf6d9d9

Please sign in to comment.