Closed DylanDijk closed 10 months ago
I have created the CTVsuggest R package which aims to provide package suggestions to CRAN Task Views. I am writing this issue to advertise its use.
Once CTVsuggest is installed:
devtools::install_github("DylanDijk/CTVsuggest")
The CTVsuggest() function outputs package suggestions for a selected Task View, below I display the top 5 suggestions for the Hydrology Task View.
CTVsuggest()
library(CTVsuggest) CTVsuggest(taskview = "Hydrology", n = 5)
#> Hydrology Packages #> hubeau 0.9999599 hubeau #> gumboot 0.9999589 gumboot #> CSHShydRology 0.9997641 CSHShydRology #> BLRPM 0.9989110 BLRPM #> airGRdatasets 0.9982558 airGRdatasets
A description of how the package works, and in particular how the recommendation model is constructed, is provided in this vignette.
Hi there - thanks for this. For now it is working pretty well for community folks to submit the task view but I will keep this in mind. Thanks!
I have created the CTVsuggest R package which aims to provide package suggestions to CRAN Task Views.
I am writing this issue to advertise its use.
Once CTVsuggest is installed:
The
CTVsuggest()
function outputs package suggestions for a selected Task View, below I display the top 5 suggestions for the Hydrology Task View.Hydrology Task View Package Suggestions
A description of how the package works, and in particular how the recommendation model is constructed, is provided in this vignette.