Releases: r-hub/pkgsearch
pkgsearch 3.1.3
- No user visible changes.
pkgsearch 3.1.2
cran_new()
works again.
v3.1.1
- pkgsearch gives nicer error messages now.
v3.1.0
-
pkgsearch functions return data frames now, instead of tibbles.
The data frames have atbl
class, so they are still printed the
same way as tibbles, as long as the pillar package is available.
Otherwise they behave as data frames. -
New
cran_new()
function to query new packages on CRAN.
v3.0.3
v3.0.2
v3.0.1
v3.0.0
-
New RStudio addin to search for packages in a GUI:
pkg_search_addin()
. -
New
cran_package()
,cran_packages()
andcran_package_history()
functions to query metadata about certain packages. -
New
cran_events()
function to list recent CRAN events, new, updated
or archived packages. -
New
cran_top_downloaded()
function to query packages with the most
downloads. -
New
cran_trending()
function to return the trending CRAN packages. -
New function
advanced_search()
for more search flexibility.