packagefinder
packagefinder copied to clipboard
Not able to navigate in results page / viewer in Rstudio doesn't work
Amazing package !
I encountered two issues though:
- The default display of the findPackage() function doesn't work (the viewer appears, but is blank).
- There is an issue in navigating the results page in browser mode. The navigation links at the bottom of the page don't work.
If, for example :
findPackage("excel", limit.results = -1, display = "browser")
The browser opens correctly showing the first 50 results, but when I click the other links nothing happens.
PS
Package downloaded from CRAN (packagefinder_0.3.5, R 4.4.0, RStudio 2024.04.0 ).
R version 4.4.0 (2024-04-24 ucrt)
Platform: x86_64-w64-mingw32/x64
Running under: Windows 10 x64 (build 19045)
Matrix products: default
locale:
[1] LC_COLLATE=French_France.utf8 LC_CTYPE=French_France.utf8 LC_MONETARY=French_France.utf8
[4] LC_NUMERIC=C LC_TIME=French_France.utf8
time zone: Europe/Paris
tzcode source: internal
attached base packages:
[1] tools stats graphics grDevices utils datasets methods base
other attached packages:
[1] packagefinder_0.3.5
loaded via a namespace (and not attached):
[1] crayon_1.5.2 vctrs_0.6.5 zip_2.3.1 htmlTable_2.4.2 cli_3.6.2
[6] knitr_1.46 rlang_1.1.3 xfun_0.43 stringi_1.8.4 generics_0.1.3
[11] formattable_0.2.1 jsonlite_1.8.8 glue_1.7.0 backports_1.4.1 htmltools_0.5.8.1
[16] sass_0.4.9 textutils_0.4-1 rmarkdown_2.26 evaluate_0.23 jquerylib_0.1.4
[21] fastmap_1.1.1 yaml_2.3.8 openxlsx_4.2.5.2 lifecycle_1.0.4 stringr_1.5.1
[26] compiler_4.4.0 pacman_0.5.1 timechange_0.3.0 htmlwidgets_1.6.4 Rcpp_1.0.12
[31] rstudioapi_0.16.0 digest_0.6.35 R6_2.5.1 magrittr_2.0.3 checkmate_2.3.1
[36] bslib_0.7.0 lubridate_1.9.3 cachem_1.0.8
Hope you can fix that, Cool work anyway!