Why do I have this error message :
> vegan::reorder.hclust
Error: 'reorder.hclust' is not an exported object from 'namespace:vegan'
While this S3 method is well available. For example if I type help(reorder.hclust, package = "vegan")
I obtain the intended help page and vegan:::reorder.hclust
displays the source code of the function on the console...
Also the NAMESPACE
file of my vegan
installation contains S3method(reorder, hclust)
.
I would like to use this function in another package were I need to import it or use vegan::reorder.hclust
> sessionInfo()
R version 3.4.3 (2017-11-30)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.4 LTS
Matrix products: default
BLAS: /usr/lib/libblas/libblas.so.3.6.0
LAPACK: /usr/lib/lapack/liblapack.so.3.6.0
locale:
[1] LC_CTYPE=fr_BE.UTF-8 LC_NUMERIC=C LC_TIME=fr_BE.UTF-8
[4] LC_COLLATE=fr_BE.UTF-8 LC_MONETARY=fr_BE.UTF-8 LC_MESSAGES=fr_BE.UTF-8
[7] LC_PAPER=fr_BE.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=fr_BE.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] MASS_7.3-49 compiler_3.4.3 Matrix_1.2-11 parallel_3.4.3 tools_3.4.3
[6] mgcv_1.8-23 yaml_2.1.18 nlme_3.1-131.1 grid_3.4.3 permute_0.9-4
[11] vegan_2.4-6 cluster_2.0.6 lattice_0.20-35