RWsearch stands for « Search in R packages, task views, CRAN and in the Web ». The package is currently available only on CRAN (CRAN/package=RWsearch) and can be installed via:
If you find RWsearch useful and wish to use it everyday, then modify your R/etc/Rprofile.site file to launch RWsearch at every R start-up. Install also pacman as the two packages share the same syntax and complement each other. For instance:
RWsearch is a management tool that serves several purposes:
Compare to other packages (packagefinder, websearchr) or web services (RDocumentation, rdrr) with similar objectives, the search options of RWsearch are more sophisticated and allow for a finer search. RWsearch also addresses a much larger number of web search engines. Non-standard evaluation (or evaluation of non-standard content) makes it user friendly.
This vignette deals with points 1 to 4. Points 5 to 8 are discussed in other vignettes.
Since R 3.4.0, CRAN updates every day the file /web/packages/packages.rds that lists all packages available for download at this date (archived packages do not appear in this list). This file is of a high value since, once downloaded, all items exposed in the DESCRIPTION files of every package plus some additional information can be explored locally. This way, the most relevant packages that match some keywords can be quickly found with an efficient search instruction.
The following instruction downloads from your local CRAN the file /web/packages/packages.rds, applies some cleaning treatments, saves it as crandb.rda in the local directory and loads a data.frame named crandb in the .GlobalEnv:
crandb_down()
# $newfile
# crandb.rda saved and loaded. 13745 packages listed between 2006-03-15 and 2019-02-21
ls()
# [1] "crandb"
The behaviour is slightly different if an older file crandb.rda downloaded a few days earlier exists in the directory. In this case, crandb_down() overwrites the old file with the new file and displays a comprehensive comparison:
crandb_down()
# $newfile
# [1] "crandb.rda saved and loaded. 13745 packages listed between 2006-03-15 and 2019-02-21"
# [2] "0 removed, 4 new, 52 refreshed, 56 uploaded packages."
# $oldfile
# [1] "crandb.rda 13741 packages listed between 2006-03-15 and 2019-02-20"
# $removed_packages
# character(0)
# $new_packages
# [1] "dang" "music" "Rpolyhedra" "Scalelink"
# $uploaded_packages
# [1] "BeSS" "blocksdesign" "BTLLasso" "cbsodataR"
# ...
# [53] "tmle" "vtreat" "WVPlots" "xfun"
In recent years, CRAN has been growing up very fast but has also changed a lot. From the inception of RWsearch to its first public release, the number of packages listed in CRAN has increased from 12,937 on August 18, 2018 to 13,745 packages on February 21, 2019 as per the following table.
Date | Packages | Comments |
---|---|---|
2018-08-18 | 12,937 | |
2018-08-31 | 13,001 | |
2018-09-30 | 13,101 | |
2018-10-16 | 13,204 | |
2018-11-18 | 13,409 | |
2018-12-04 | 13,517 | 28 new packages in one single day |
2018-12-29 | 13,600 | |
2018-01-19 | 13,709 | |
2018-01-29 | 13,624 | 85 packages transferred to archive |
2019-02-11 | 13,700 | |
2019-02-21 | 13,745 |
This difference of 808 packages hides the real numbers: 1010 new packages were added to CRAN and 202 packages were archived during the same period. RWsearch easily reveals these numbers with the instruction
Extracting the packages that have been recently uploaded in CRAN is of a great interest. For a given crandb data.frame loaded in .GlobalEnv, the function crandb_fromto()
allows to search betwen two dates or by a number of days before a certain date. Here, the result is calculated between two calendar dates whereas the above item $uploaded_packages
returns the difference between two files (which are not saved exactly at midnight).
crandb_fromto(from = -1, to = "2019-02-21")
# [1] "AeRobiology" "BeSS" "blocksdesign" "BTLLasso"
# ...
# [57] "tmle" "vtreat" "WVPlots" "xfun"
The function crandb_fromto(from = "2018-08-18", to = "2019-02-21")
returns 3864 packages and suggests that 28 % of CRAN packages have been refreshed in the last 6 months.
RWsearch has its own instruction to read and evaluate non-standard content. cnsc()
can replace c()
in most places. Quoted characters and objects that exist in .GlobalEnv are evaluated. Unquoted characters that do not represent any objects in .GlobalEnv are transformed into quoted characters.
Five instructions are available to search for keywords in crandb and extract the packages that match these keywords: s_crandb()
, s_crandb_list()
, s_crandb_PTD()
, s_crandb_AM()
, s_crandb_tvdb()
. Arguments select, mode, sensitive, fixed refine the search.
Argument select can be any (combination of) column(s) in crandb. A few shortcuts are “P”, “T”, “D”, “PT”, “PD”, “TD”, “PTD”, “A”, “M”, “AM” for the Package name, Title, Description, Author and Maintainer.
s_crandb() accepts one or several keywords and displays the results in a flat format. By default, the search is conducted over the Package name, the package Title and the Description (“PTD”) and with mode = "or"
. It can be refined to package Title or even Package name. mode = "and"
requires the two keywords to appear in all selected packages.
s_crandb(Gini, Theil, select = "PTD")
# [1] "adabag" "binequality" "boottol" "copBasic"
# [5] "CORElearn" "cquad" "deming" "educineq"
# [9] "genie" "GiniWegNeg" "IATscores" "IC2"
# [13] "lctools" "mblm" "migration.indices" "npcp"
# [17] "rkt" "rpartScore" "RSAlgaeR" "rsgcc"
# [21] "scorecardModelUtils" "segregation" "SpatialVS" "Survgini"
# [25] "tangram" "valottery" "vardpoor"
s_crandb_list() splits the results by keywords.
Here, argument select = "P"
returns 21 and 16 packages whereas argument select = "PT"
would have returned 108 and 80 packages and argument select = "PTD"
would have returned 641 and 335 packages. This refining option is one of the most interesting features of RWsearch.
s_crandb_list(search, find, select = "P")
# $search
# [1] "AutoSEARCH" "bsearchtools" "CRANsearcher" "dosearch" "elasticsearchr"
# [6] "FBFsearch" "ForwardSearch" "lavaSearch2" "pdfsearch" "pkgsearch"
# [11] "randomsearch" "rpcdsearch" "searchable" "searchConsoleR" "searcher"
# [16] "SearchTrees" "tabuSearch" "TreeSearch" "uptasticsearch" "VetResearchLMM"
# [21] "websearchr"
# $find
# [1] "colorfindr" "DNetFinder" "DoseFinding" "echo.find"
# [5] "featurefinder" "FindAllRoots" "FindIt" "findpython"
# [9] "findR" "findviews" "geneSignatureFinder" "LncFinder"
# [13] "packagefinder" "pathfindR" "TCIApathfinder" "wfindr"
select | search | find |
---|---|---|
“PTD” | 641 | 335 |
“D” | 616 | 300 |
“PT” | 108 | 80 |
“T” | 104 | 72 |
“P” | 21 | 16 |
s_crandb_PTD() splits the results by Package name, package Title and Description.
s_crandb_PTD(kriging)
# $Package
# [1] "constrainedKriging" "DiceKriging" "kriging" "MuFiCokriging"
# [5] "OmicKriging"
# $Title
# [1] "autoFRK" "constrainedKriging" "DiceKriging" "DiceOptim"
# [5] "fanovaGraph" "FRK" "KRIG" "krige"
# [9] "kriging" "KrigInv" "LatticeKrig" "ltsk"
# [13] "moko" "MuFiCokriging" "SK" "spatial"
# $Description
# [1] "autoFRK" "blackbox" "CensSpatial" "constrainedKriging"
# [5] "convoSPAT" "DiceEval" "DiceKriging" "diffMeshGP"
# [9] "fanovaGraph" "fields" "FRK" "GauPro"
# [13] "geofd" "georob" "GPareto" "gstat"
# [17] "KRIG" "krige" "kriging" "LatticeKrig"
# [21] "LSDsensitivity" "ltsk" "moko" "MuFiCokriging"
# [25] "OmicKriging" "phylin" "profExtrema" "psgp"
# [29] "sgeostat" "SK" "spatial" "SpatialTools"
# [33] "sptemExp" "stilt" "UncerIn2"
s_crandb_AM() splits the results by package Author and package Maintainer.
s_crandb_AM(Kiener, Dutang)
# $Kiener
# $Kiener$Author
# [1] "DiceDesign" "FatTailsR"
# $Kiener$Maintainer
# [1] "FatTailsR"
# $Dutang
# $Dutang$Author
# [1] "actuar" "biglmm" "ChainLadder" "expm"
# [5] "fitdistrplus" "GNE" "gumbel" "lifecontingencies"
# [9] "mbbefd" "plotrix" "POT" "randtoolbox"
# [13] "rhosp" "rngWELL" "RTDE" "tsallisqexp"
# $Dutang$Maintainer
# [1] "GNE" "gumbel" "POT" "rhosp" "rngWELL" "RTDE"
# [7] "tsallisqexp"
s_crandb_tvdb() is an instruction for task view maintenance. Please, read the corresponding vignette.
s_sos() is a wrapper of the sos::findFn()
function provided by the excellent package sos. It goes deeper than s_crandb()
as it searchs for keywords inside all R functions of all R packages (assuming 30 functions per packages, about 13,700 x 30 = 411,000 pages). The query is sent to University of Pennsylvania and the result is displayed as an html page in the browser.
The result can be converted to a data.frame. Here, the browser is launched only at line 3.
The search is global and should be conducted with one word preferably. Searching for ordinary keywords like search or find is not recommanded as infinite values are returned most of the time.