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 10 suggestions for the NaturalLanguageProcessing Task View.
NaturalLanguageProcessing Task View Package Suggestions
library(CTVsuggest)
CTVsuggest(taskview="NaturalLanguageProcessing", n=10)
#> NaturalLanguageProcessing Packages#> LSX 0.9981836 LSX#> doc2vec 0.9927173 doc2vec#> jiebaRD 0.9890380 jiebaRD#> text.alignment 0.9843552 text.alignment#> qdapDictionaries 0.9826983 qdapDictionaries#> R.temis 0.9562100 R.temis#> topicmodels.etm 0.9502347 topicmodels.etm#> nsyllable 0.9430514 nsyllable#> dlib 0.9259589 dlib#> wordsalad 0.9209121 wordsalad
A description of how the package works, and in particular how the recommendation model is constructed, is provided in this vignette.
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 10 suggestions for the NaturalLanguageProcessing Task View.
NaturalLanguageProcessing 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.