We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce046bb + da14cb7 commit ae47dacCopy full SHA for ae47dac
NAMESPACE
@@ -5,7 +5,6 @@ export(read_newick_phylo)
5
export(read_nexus_phylo)
6
export(rncl)
7
importFrom(Rcpp,evalCpp)
8
-importFrom(Rcpp,loadRcppModules)
9
importFrom(progress,progress_bar)
10
importFrom(stats,na.omit)
11
useDynLib(rncl)
R/collapse_singles.R
@@ -1,5 +1,4 @@
1
##' @importFrom progress progress_bar
2
-##' @importFrom Rcpp loadRcppModules
3
##' @importFrom stats na.omit
4
collapse_singles <- function(tree, show_progress) {
0 commit comments