DesiQuintans / librarian

Install, Update, Load Packages from CRAN, Bioconductor, and GitHub in One Step.
GNU General Public License v3.0
53 stars 1 forks source link

Error: Could Not Find Function #29

Open brichard1638 opened 2 years ago

brichard1638 commented 2 years ago

library(librarian) sessionInfo() R version 4.1.2 (2021-11-01) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default

locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C LC_TIME=English_United States.1252

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] librarian_1.8.1

loaded via a namespace (and not attached): [1] compiler_4.1.2 rversions_2.1.1 tools_4.1.2 curl_4.3.2 yaml_2.2.2 tinytex_0.37 xml2_1.3.3 xfun_0.29

fuzzy_needle("network centrality") Error in fuzzy_needle("network centrality") : could not find function "fuzzy_needle"

brichard1638 commented 2 years ago

While I did not show it, the getAnywhere function is able to successfully extract the code from librarian's "fuzzy_needle" function. So, it appears that the library is in fact installed and loaded, but some of the functions are not accessible.