diff --git a/README.Rmd b/README.Rmd index 49f09c8..24d6033 100644 --- a/README.Rmd +++ b/README.Rmd @@ -33,8 +33,8 @@ install.packages("pkgsearch") ### Search relevant packages -Do you need to find packages solving a particular problem, e.g. -"permutation test"? +Do you need to find packages solving a particular problem, +e.g. "permutation test"? ```{r search} library("pkgsearch") diff --git a/README.md b/README.md index ca6d908..66483f3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ access it through several lenses. - [License](#license) + Installation ------------ @@ -45,26 +46,26 @@ Usage ### Search relevant packages -Do you need to find packages solving a particular problem, e.g. -“permutation test”? +Do you need to find packages solving a particular problem, +e.g. “permutation test”? ``` r library("pkgsearch") pkg_search("permutation test") ``` - #> - "permutation test" ----------------------------------- 1835 packages in 0.014 seconds - + #> - "permutation test" ----------------------------------- 1934 packages in 0.015 seconds - #> # package version by @ title - #> 1 100 coin 1.3.1 Torsten Hothorn 3M Conditional Inference Procedu... - #> 2 33 flip 2.5.0 Livio Finos 1y Multivariate Permutation Tests - #> 3 31 exactRankTests 0.8.30 Torsten Hothorn 7M Exact Distributions for Rank ... - #> 4 30 perm 1.0.0.0 Michael Fay 9y Exact or Asymptotic permutati... - #> 5 25 jmuOutlier 2.2 Steven T. Garren 4M Permutation Tests for Nonpara... + #> 1 100 coin 1.3.1 Torsten Hothorn 8M Conditional Inference Procedu... + #> 2 34 exactRankTests 0.8.31 Torsten Hothorn 4M Exact Distributions for Rank ... + #> 3 33 flip 2.5.0 Livio Finos 2y Multivariate Permutation Tests + #> 4 30 perm 1.0.0.0 Michael Fay 10y Exact or Asymptotic permutati... + #> 5 25 jmuOutlier 2.2 Steven T. Garren 9M Permutation Tests for Nonpara... #> 6 21 wPerm 1.0.1 Neil A. Weiss 4y Permutation Tests #> 7 18 cpt 1.0.2 Johann Gagnon-Bartsch 1y Classification Permutation Test - #> 8 18 GlobalDeviance 0.4 Frederike Fuhlbrueck 6y Global Deviance Permutation T... - #> 9 18 permutes 1.0 Cesko C. Voeten 4M Permutation Tests for Time Se... - #> 10 17 AUtests 0.98 Arjun Sondhi 3y Approximate Unconditional and... + #> 8 18 permutes 1.0 Cesko C. Voeten 9M Permutation Tests for Time Se... + #> 9 18 GlobalDeviance 0.4 Frederike Fuhlbrueck 7y Global Deviance Permutation T... + #> 10 17 AUtests 0.98 Arjun Sondhi 4y Approximate Unconditional and... pkgsearch uses an [R-hub](https://docs.r-hub.io) web service and a careful ranking that puts popular packages before less frequently used @@ -90,24 +91,24 @@ had and when each of these versions was released? cran_package_history("testthat") ``` - #> # A tibble: 25 x 25 + #> # A tibble: 27 x 25 #> Package Type Title Version Author Maintainer Description URL License LazyData - #> * - #> 1 testth… Pack… Tool… 0.1 Hadle… Hadley Wi… Test_that … http… GPL true - #> 2 testth… Pack… Test… 0.1.1 Hadle… Hadley Wi… A testing … http… GPL true - #> 3 testth… Pack… Test… 0.2 Hadle… Hadley Wi… A testing … http… GPL true - #> 4 testth… Pack… Test… 0.3 Hadle… Hadley Wi… A testing … http… GPL true - #> 5 testth… Pack… Test… 0.4 Hadle… Hadley Wi… A testing … http… GPL true - #> 6 testth… Pack… Test… 0.5 Hadle… Hadley Wi… A testing … http… GPL true - #> 7 testth… Pack… Test… 0.6 Hadle… Hadley Wi… A testing … http… GPL true - #> 8 testth… Pack… Test… 0.7 Hadle… Hadley Wi… A testing … http… GPL true - #> 9 testth… Pack… Test… 0.7.1 Hadle… Hadley Wi… A testing … http… GPL true - #> 10 testth… Pack… Test… 0.8 Hadle… Hadley Wi… A testing … http… MIT + … true - #> # … with 15 more rows, and 15 more variables: Collate , Packaged , - #> # Repository , `Date/Publication` , crandb_file_date , date , - #> # dependencies , NeedsCompilation , Roxygen , `Authors@R` , - #> # BugReports , RoxygenNote , VignetteBuilder , Encoding , - #> # MD5sum + #> *           + #>  1 testth… Pack… Tool… 0.1 Hadle… Hadley Wi… Test_that … http… GPL true + #>  2 testth… Pack… Test… 0.1.1 Hadle… Hadley Wi… A testing … http… GPL true + #>  3 testth… Pack… Test… 0.2 Hadle… Hadley Wi… A testing … http… GPL true + #>  4 testth… Pack… Test… 0.3 Hadle… Hadley Wi… A testing … http… GPL true + #>  5 testth… Pack… Test… 0.4 Hadle… Hadley Wi… A testing … http… GPL true + #>  6 testth… Pack… Test… 0.5 Hadle… Hadley Wi… A testing … http… GPL true + #>  7 testth… Pack… Test… 0.6 Hadle… Hadley Wi… A testing … http… GPL true + #>  8 testth… Pack… Test… 0.7 Hadle… Hadley Wi… A testing … http… GPL true + #>  9 testth… Pack… Test… 0.7.1 Hadle… Hadley Wi… A testing … http… GPL true + #> 10 testth… Pack… Test… 0.8 Hadle… Hadley Wi… A testing … http… MIT + … true + #> # … with 17 more rows, and 15 more variables: Collate , Packaged , + #> # Repository , `Date/Publication` , crandb_file_date , date , + #> # dependencies , NeedsCompilation , Roxygen , `Authors@R` , + #> # BugReports , RoxygenNote , VignetteBuilder , Encoding , + #> # MD5sum  ### Discover packages @@ -118,39 +119,39 @@ Do you want to know what packages are trending on CRAN these days? cran_trending() ``` - #> # A tibble: 100 x 2 - #> package score - #> - #> 1 effectsize 62015.4696132596685100 - #> 2 leaflet.providers 6643.3748373908195500 - #> 3 farver 2829.3291388772503400 - #> 4 renv 1054.6458141674333000 - #> 5 joint.Cox 713.9481572914829800 - #> 6 rsq 605.0799623706491100 - #> 7 NNS 604.4613918017159200 - #> 8 fable 575.6197740941763200 - #> 9 lobstr 558.1014729950900200 - #> 10 feasts 523.3285233285233300 - #> # … with 90 more rows + #> # A tibble: 100 x 2 + #> package score + #>   + #>  1 tidyBF 4020.0886262924667700 + #>  2 correlation 2148.1910274963820500 + #>  3 gt 1511.6375481196328100 + #>  4 pkgdown 1314.2765288079546200 + #>  5 sfheaders 1147.8341297980576500 + #>  6 spatialwidget 1095.8937943809817800 + #>  7 mapdeck 1025.2380635280016000 + #>  8 colourvalues 875.4086088583905200 + #>  9 rematch2 850.0773258305539500 + #> 10 geojsonsf 799.5651464912757500 + #> # … with 90 more rows ``` r cran_top_downloaded() ``` - #> # A tibble: 100 x 2 - #> package count - #> - #> 1 magrittr 865875 - #> 2 aws.s3 727198 - #> 3 aws.ec2metadata 719639 - #> 4 rsconnect 700497 - #> 5 rlang 351085 - #> 6 Rcpp 268809 - #> 7 dplyr 264531 - #> 8 ellipsis 243197 - #> 9 ggplot2 237589 - #> 10 purrr 229599 - #> # … with 90 more rows + #> # A tibble: 100 x 2 + #> package count + #>   + #>  1 magrittr 1321083 + #>  2 aws.s3 1167069 + #>  3 aws.ec2metadata 1162406 + #>  4 rsconnect 1137336 + #>  5 jsonlite 476877 + #>  6 ggplot2 406346 + #>  7 fs 380446 + #>  8 rlang 369550 + #>  9 devtools 364636 + #> 10 usethis 350344 + #> # … with 90 more rows ### Keep up with CRAN @@ -161,17 +162,17 @@ cran_events() ``` #> CRAN events (events)--------------------------------------------------------------------- - #> . When Package Version Title - #> + 3 hours kohonen 3.0.10 Supervised and Unsupervised Self-Organising Maps - #> + 3 hours atable 0.1.4 Create Tables for Reporting Clinical Trials - #> + 4 hours rbiouml 1.9 Interact with BioUML Server - #> + 5 hours lillies 0.2.5 Estimation of Life Years Lost - #> + 6 hours CovTools 0.5.3 Statistical Tools for Covariance Analysis - #> + 6 hours quanteda 1.5.2 Quantitative Analysis of Textual Data - #> + 6 hours sptm 2019.11-25 SemiParametric Transformation Model Methods - #> + 7 hours IPDFileCheck 0.6.0 Basic Functions to Check Readability, Consistency,... - #> + 14 hours lcc 1.0.3 Longitudinal Concordance Correlation - #> + 14 hours MLeval 0.1 Machine Learning Model Evaluation + #> . When Package Version Title + #> + 2 hours decoder 1.2.2 Decode Coded Variables to Plain Text and the Othe... + #> + 3 hours wyz.code.rdoc 1.1.16 Wizardry Code Offensive Programming R Documentati... + #> + 3 hours wyz.code.testthat 1.1.17 Wizardry Code Offensive Programming Test Generati... + #> + 4 hours CNVScope 3.0.5 A Versatile Toolkit for Copy Number Variation Rel... + #> + 4 hours PRISM.forecast 0.2.0 Penalized Regression with Inferred Seasonality Mo... + #> + 4 hours ParallelLogger 1.2.0 Support for Parallel Computation, Logging, and Fu... + #> + 4 hours bnma 1.1.1 Bayesian Network Meta-Analysis using 'JAGS' + #> + 4 hours dsm 2.3.0 Density Surface Modelling of Distance Sampling Da... + #> + 4 hours pmml 2.3.1 Generate PMML for Various Models + #> + 4 hours quantspec 1.2-2 Quantile-Based Spectral Analysis of Time Series Search features --------------- @@ -188,27 +189,27 @@ library(pkgsearch) pkg_search("C++") ``` - #> - "C++" ------------------------------------------------- 7973 packages in 0.01 seconds - + #> - "C++" ------------------------------------------------ 8765 packages in 0.008 seconds - #> # package version by @ title - #> 1 100 Rcpp 1.0.3 Dirk Eddelbuettel 18d Seamless R and C++ Integration - #> 2 30 BH 1.69.0.1 Dirk Eddelbuettel 11M Boost C++ Header Files - #> 3 16 markdown 1.1 Yihui Xie 4M Render Markdown with the C Libra... - #> 4 14 StanHeaders 2.19.0 Ben Goodrich 3M C++ Header Files for Stan - #> 5 12 inline 0.3.15 Dirk Eddelbuettel 2y Functions to Inline C, C++, Fort... - #> 6 11 RcppProgress 0.4.1 Karl Forner 2y An Interruptible Progress Bar wi... - #> 7 10 SnowballC 0.6.0 Milan Bouchet-Valat 10M Snowball Stemmers Based on the C... - #> 8 10 covr 3.3.2 Jim Hester 1M Test Coverage for Packages - #> 9 7 glpkAPI 1.3.1 Mayo Roettger 1y R Interface to C API of GLPK - #> 10 6 RNifti 1.0.0 Jon Clayden 5d Fast R and C++ Access to NIfTI I... + #> 1 100 Rcpp 1.0.4.6 Dirk Eddelbuettel 13d Seamless R and C++ Integration + #> 2 31 BH 1.72.0.3 Dirk Eddelbuettel 3M Boost C++ Header Files + #> 3 16 markdown 1.1 Yihui Xie 9M Render Markdown with the C Libra... + #> 4 14 StanHeaders 2.19.2 Ben Goodrich 2M C++ Header Files for Stan + #> 5 11 inline 0.3.15 Dirk Eddelbuettel 2y Functions to Inline C, C++, Fort... + #> 6 11 RcppProgress 0.4.2 Karl Forner 3M An Interruptible Progress Bar wi... + #> 7 11 covr 3.5.0 Jim Hester 2M Test Coverage for Packages + #> 8 10 SnowballC 0.7.0 Milan Bouchet-Valat 21d Snowball Stemmers Based on the C... + #> 9 6 glpkAPI 1.3.2 Mayo Roettger 2M R Interface to C API of GLPK + #> 10 6 xml2 1.3.1 Jim Hester 13d Parse XML ``` r pkg_search() ``` - #> - "C++" ------------------------------------------------- 7973 packages in 0.01 seconds - + #> - "C++" ------------------------------------------------ 8765 packages in 0.008 seconds - #> - #> 1 Rcpp @ 1.0.3 Dirk Eddelbuettel, 18 days ago - #> -------------- + #> 1 Rcpp @ 1.0.4.6 Dirk Eddelbuettel, 13 days ago + #> ---------------- #> # Seamless R and C++ Integration #> The 'Rcpp' package provides R functions as well as C++ classes which offer a #> seamless integration of R and C++. Many R data types and objects can be mapped @@ -224,26 +225,27 @@ pkg_search() #> http://dirk.eddelbuettel.com/code/rcpp.html #> https://github.com/RcppCore/Rcpp #> - #> 2 BH @ 1.69.0.1 Dirk Eddelbuettel, 11 months ago + #> 2 BH @ 1.72.0.3 Dirk Eddelbuettel, 3 months ago #> --------------- #> # Boost C++ Header Files #> Boost provides free peer-reviewed portable C++ source libraries. A large part #> of Boost is provided as C++ template code which is resolved entirely at #> compile-time without linking. This package aims to provide the most useful - #> subset of Boost libraries for template use among CRAN package. By placing + #> subset of Boost libraries for template use among CRAN packages. By placing #> these libraries in this package, we offer a more efficient distribution system #> for CRAN as replication of this code in the sources of other packages is - #> avoided. As of release 1.69.0-1, the following Boost libraries are included: - #> 'algorithm' 'align' 'any' 'atomic' 'bimap' 'bind' 'circular_buffer' 'compute' - #> 'concept' 'config' 'container' 'date_time' 'detail' 'dynamic_bitset' - #> 'exception' 'filesystem' 'flyweight' 'foreach' 'functional' 'fusion' - #> 'geometry' 'graph' 'heap' 'icl' 'integer' 'interprocess' 'intrusive' 'io' - #> 'iostreams' 'iterator' 'math' 'move' 'mpl' 'multiprcecision' 'numeric' - #> 'pending' 'phoenix' 'preprocessor' 'propery_tree' 'random' 'range' - #> 'scope_exit' 'smart_ptr' 'sort' 'spirit' 'tuple' 'type_traits' 'typeof' - #> 'unordered' 'utility' 'uuid'. + #> avoided. As of release 1.72.0-3, the following Boost libraries are included: + #> 'accumulators' 'algorithm' 'align' 'any' 'atomic' 'bimap' 'bind' + #> 'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time' + #> 'detail' 'dynamic_bitset' 'exception' 'flyweight' 'foreach' 'functional' + #> 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer' 'interprocess' 'intrusive' + #> 'io' 'iostreams' 'iterator' 'math' 'move' 'mp11' 'mpl' 'multiprcecision' + #> 'numeric' 'pending' 'phoenix' 'polygon' 'preprocessor' 'propery_tree' 'random' + #> 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit' 'tuple' 'type_traits' + #> 'typeof' 'unordered' 'utility' 'uuid'. + #> https://github.com/eddelbuettel/bh #> - #> 3 markdown @ 1.1 Yihui Xie, 4 months ago + #> 3 markdown @ 1.1 Yihui Xie, 9 months ago #> ---------------- #> # Render Markdown with the C Library 'Sundown' #> Provides R bindings to the 'Sundown' Markdown rendering library @@ -252,7 +254,7 @@ pkg_search() #> for more information about Markdown. #> https://github.com/rstudio/markdown #> - #> 4 StanHeaders @ 2.19.0 Ben Goodrich, 3 months ago + #> 4 StanHeaders @ 2.19.2 Ben Goodrich, 2 months ago #> ---------------------- #> # C++ Header Files for Stan #> The C++ header files of the Stan project are provided by this package, but it @@ -278,7 +280,7 @@ pkg_search() #> Functionality to dynamically define R functions and S4 methods with 'inlined' #> C, C++ or Fortran code supporting the .C and .Call calling conventions. #> - #> 6 RcppProgress @ 0.4.1 Karl Forner, 2 years ago + #> 6 RcppProgress @ 0.4.2 Karl Forner, 3 months ago #> ---------------------- #> # An Interruptible Progress Bar with OpenMP Support for C++ in R Packages #> Allows to display a progress bar in the R console for long running @@ -286,17 +288,7 @@ pkg_search() #> computations even in multithreaded code, typically using OpenMP. #> https://github.com/kforner/rcpp_progress #> - #> 7 SnowballC @ 0.6.0 Milan Bouchet-Valat, 10 months ago - #> ------------------- - #> # Snowball Stemmers Based on the C 'libstemmer' UTF-8 Library - #> An R interface to the C 'libstemmer' library that implements Porter's word - #> stemming algorithm for collapsing words to a common root to aid comparison of - #> vocabulary. Currently supported languages are Danish, Dutch, English, Finnish, - #> French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, - #> Spanish, Swedish and Turkish. - #> https://r-forge.r-project.org/projects/r-temis/ - #> - #> 8 covr @ 3.3.2 Jim Hester, about a month ago + #> 7 covr @ 3.5.0 Jim Hester, 2 months ago #> -------------- #> # Test Coverage for Packages #> Track and report code coverage for your package and (optionally) upload the @@ -309,20 +301,28 @@ pkg_search() #> https://covr.r-lib.org #> https://github.com/r-lib/covr #> - #> 9 glpkAPI @ 1.3.1 Mayo Roettger, about a year ago + #> 8 SnowballC @ 0.7.0 Milan Bouchet-Valat, 21 days ago + #> ------------------- + #> # Snowball Stemmers Based on the C 'libstemmer' UTF-8 Library + #> An R interface to the C 'libstemmer' library that implements Porter's word + #> stemming algorithm for collapsing words to a common root to aid comparison of + #> vocabulary. Currently supported languages are Danish, Dutch, English, Finnish, + #> French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, + #> Spanish, Swedish and Turkish. + #> https://github.com/nalimilan/R.TeMiS + #> + #> 9 glpkAPI @ 1.3.2 Mayo Roettger, 2 months ago #> ----------------- #> # R Interface to C API of GLPK #> R Interface to C API of GLPK, depends on GLPK Version >= 4.42. #> - #> 10 RNifti @ 1.0.0 Jon Clayden, 5 days ago - #> ----------------- - #> # Fast R and C++ Access to NIfTI Images - #> Provides very fast read and write access to images stored in the NIfTI-1 and - #> ANALYZE-7.5 formats, with seamless synchronisation between compiled C and - #> interpreted R code. Also provides a simple image viewer, and a C/C++ API that - #> can be used by other packages. Not to be confused with 'RNiftyReg', which - #> performs image registration. - #> https://github.com/jonclayden/RNifti + #> 10 xml2 @ 1.3.1 Jim Hester, 13 days ago + #> --------------- + #> # Parse XML + #> Work with XML files using a simple, consistent interface. Built on top of the + #> 'libxml2' C library. + #> https://xml2.r-lib.org/ + #> https://github.com/r-lib/xml2 ### Pagination @@ -334,35 +334,35 @@ to `pkg_search()`: ps("google") ``` - #> - "google" ---------------------------------------------- 126 packages in 0.008 seconds - + #> - "google" ---------------------------------------------- 133 packages in 0.007 seconds - #> # package version by @ title - #> 1 100 googleVis 0.6.4 Markus Gesmann 6M R Interface to Google Charts - #> 2 77 googleAuthR 1.1.1 Mark Edmondson 3M Authenticate and Create Google ... - #> 3 66 lubridate 1.7.4 Vitalie Spinu 2y Make Dealing with Dates a Littl... - #> 4 63 gargle 0.4.0 Jennifer Bryan 2M Utilities for Working with Goog... - #> 5 52 googledrive 1.0.0 Jennifer Bryan 3M An Interface to Google Drive - #> 6 49 googleCloudStorageR 0.5.1 Mark Edmondson 3M Interface with Google Cloud Sto... - #> 7 48 googlesheets 0.3.0 Jennifer Bryan 1y Manage Google Spreadsheets from R - #> 8 44 plotKML 0.6.0 Tomislav Hengl 14d Visualization of Spatial and Sp... - #> 9 40 cld2 1.2 Jeroen Ooms 2y Google's Compact Language Detec... - #> 10 37 gsheet 0.4.2 Max Conway 3y Download Google Sheets Using Ju... + #> 1 100 googleVis 0.6.4 Markus Gesmann 1y R Interface to Google Charts + #> 2 79 googleAuthR 1.1.1 Mark Edmondson 8M Authenticate and Create Google ... + #> 3 68 lubridate 1.7.8 Vitalie Spinu 16d Make Dealing with Dates a Littl... + #> 4 63 gargle 0.4.0 Jennifer Bryan 7M Utilities for Working with Goog... + #> 5 52 googledrive 1.0.0 Jennifer Bryan 8M An Interface to Google Drive + #> 6 49 googleCloudStorageR 0.5.1 Mark Edmondson 8M Interface with Google Cloud Sto... + #> 7 47 googlePolylines 0.7.2 David Cooley 1y Encoding Coordinates into 'Goog... + #> 8 44 plotKML 0.6.1 Tomislav Hengl 1M Visualization of Spatial and Sp... + #> 9 43 gsheet 0.4.5 Max Conway 15d Download Google Sheets Using Ju... + #> 10 40 googlesheets 0.3.0 Jennifer Bryan 2y Manage Google Spreadsheets from R ``` r more() ``` - #> - "google" ---------------------------------------------- 126 packages in 0.008 seconds - + #> - "google" ---------------------------------------------- 133 packages in 0.007 seconds - #> # package version by @ title - #> 11 36 bigQueryR 0.5.0 Mark Edmondson 2M Interface with Google BigQuer... - #> 12 34 ggmap 3.0.0 ORPHANED 10M Spatial Visualization with gg... - #> 13 34 googlePolylines 0.7.2 David Cooley 1y Encoding Coordinates into 'Go... - #> 14 34 googleAnalyticsR 0.7.1 Mark Edmondson 22d Google Analytics API into R - #> 15 28 V8 2.3 Jeroen Ooms 5M Embedded JavaScript Engine for R - #> 16 27 gcite 0.10.1 John Muschelli 9M Google Citation Parser - #> 17 27 rgoogleslides 0.3.1 Hairizuan Noorazman 1y R Interface to Google Slides + #> 11 40 cld2 1.2 Jeroen Ooms 2y Google's Compact Language Det... + #> 12 36 bigQueryR 0.5.0 Mark Edmondson 7M Interface with Google BigQuer... + #> 13 34 ggmap 3.0.0 ORPHANED 1y Spatial Visualization with gg... + #> 14 34 googleAnalyticsR 0.7.1 Mark Edmondson 6M Google Analytics API into R + #> 15 29 V8 3.0.2 Jeroen Ooms 1M Embedded JavaScript and WebAs... + #> 16 27 gcite 0.10.1 John Muschelli 1y Google Citation Parser + #> 17 27 rgoogleslides 0.3.2 Hairizuan Noorazman 1M R Interface to Google Slides #> 18 26 plusser 0.4.0 Christoph Waldhauser 6y A Google+ Interface for R - #> 19 26 ganalytics 0.10.7 Johann de Boer 9M Interact with 'Google Analytics' - #> 20 26 adwordsR 0.3.1 Sean Longthorpe 1y Access the 'Google Adwords' API + #> 19 26 ganalytics 0.10.7 Johann de Boer 1y Interact with 'Google Analytics' + #> 20 26 s2 0.4.2 Ege Rubak 8M Google's S2 Library for Geome... ### Stemming @@ -375,21 +375,21 @@ happen to be an exact package name or match another non-stemmed field.) ps("colour", size = 3) ``` - #> - "colour" ---------------------------------------------- 201 packages in 0.009 seconds - + #> - "colour" ---------------------------------------------- 212 packages in 0.011 seconds - #> # package version by @ title - #> 1 100 crayon 1.3.4 Gábor Csárdi 2y Colored Terminal Output - #> 2 71 colorspace 1.4.1 Achim Zeileis 8M A Toolbox for Manipulating and Assessing ... - #> 3 67 viridis 0.5.1 Simon Garnier 2y Default Color Maps from 'matplotlib' + #> 1 100 crayon 1.3.4 Gábor Csárdi 3y Colored Terminal Output + #> 2 70 colorspace 1.4.1 Achim Zeileis 1y A Toolbox for Manipulating and Assessing ... + #> 3 64 viridis 0.5.1 Simon Garnier 2y Default Color Maps from 'matplotlib' ``` r ps("colours", size = 3) ``` - #> - "colours" --------------------------------------------- 198 packages in 0.007 seconds - + #> - "colours" --------------------------------------------- 209 packages in 0.006 seconds - #> # package version by @ title - #> 1 100 crayon 1.3.4 Gábor Csárdi 2y Colored Terminal Output - #> 2 71 colorspace 1.4.1 Achim Zeileis 8M A Toolbox for Manipulating and Assessing ... - #> 3 67 viridis 0.5.1 Simon Garnier 2y Default Color Maps from 'matplotlib' + #> 1 100 crayon 1.3.4 Gábor Csárdi 3y Colored Terminal Output + #> 2 70 colorspace 1.4.1 Achim Zeileis 1y A Toolbox for Manipulating and Assessing ... + #> 3 64 viridis 0.5.1 Simon Garnier 2y Default Color Maps from 'matplotlib' ### Ranking @@ -403,19 +403,19 @@ reverse dependencies and the number of downloads to weight the scores: ps("colour")[, c("score", "package", "revdeps", "downloads_last_month")] ``` - #> # A tibble: 10 x 4 + #> # A tibble: 10 x 4 #> score package revdeps downloads_last_month - #> - #> 1 13168. crayon 203 570439 - #> 2 9408. colorspace 141 567057 - #> 3 8765. viridis 109 240556 - #> 4 5944. pillar 36 783872 - #> 5 5730. colourpicker 31 25273 - #> 6 4974. viridisLite 47 466781 - #> 7 4837. shape 34 48705 - #> 8 3887. RColorBrewer 451 517685 - #> 9 3617. colorRamps 15 4968 - #> 10 3432. dichromat 12 23156 + #>     + #>  1 13825. crayon 222 501167 + #>  2 9713. colorspace 148 504134 + #>  3 8822. viridis 114 241947 + #>  4 6091. pillar 39 814477 + #>  5 5898. colourpicker 33 23136 + #>  6 4849. viridisLite 47 365793 + #>  7 4575. shape 32 55812 + #>  8 3864. RColorBrewer 454 404710 + #>  9 3765. colorRamps 16 5981 + #> 10 3235. dichromat 11 23599 ### Preferring Phrases @@ -429,18 +429,18 @@ the first page of results.) ps("permutation test") ``` - #> - "permutation test" ----------------------------------- 1835 packages in 0.015 seconds - + #> - "permutation test" ----------------------------------- 1934 packages in 0.014 seconds - #> # package version by @ title - #> 1 100 coin 1.3.1 Torsten Hothorn 3M Conditional Inference Procedu... - #> 2 33 flip 2.5.0 Livio Finos 1y Multivariate Permutation Tests - #> 3 31 exactRankTests 0.8.30 Torsten Hothorn 7M Exact Distributions for Rank ... - #> 4 30 perm 1.0.0.0 Michael Fay 9y Exact or Asymptotic permutati... - #> 5 25 jmuOutlier 2.2 Steven T. Garren 4M Permutation Tests for Nonpara... + #> 1 100 coin 1.3.1 Torsten Hothorn 8M Conditional Inference Procedu... + #> 2 34 exactRankTests 0.8.31 Torsten Hothorn 4M Exact Distributions for Rank ... + #> 3 33 flip 2.5.0 Livio Finos 2y Multivariate Permutation Tests + #> 4 30 perm 1.0.0.0 Michael Fay 10y Exact or Asymptotic permutati... + #> 5 25 jmuOutlier 2.2 Steven T. Garren 9M Permutation Tests for Nonpara... #> 6 21 wPerm 1.0.1 Neil A. Weiss 4y Permutation Tests #> 7 18 cpt 1.0.2 Johann Gagnon-Bartsch 1y Classification Permutation Test - #> 8 18 GlobalDeviance 0.4 Frederike Fuhlbrueck 6y Global Deviance Permutation T... - #> 9 18 permutes 1.0 Cesko C. Voeten 4M Permutation Tests for Time Se... - #> 10 17 AUtests 0.98 Arjun Sondhi 3y Approximate Unconditional and... + #> 8 18 permutes 1.0 Cesko C. Voeten 9M Permutation Tests for Time Se... + #> 9 18 GlobalDeviance 0.4 Frederike Fuhlbrueck 7y Global Deviance Permutation T... + #> 10 17 AUtests 0.98 Arjun Sondhi 4y Approximate Unconditional and... If the whole phrase does not match, pkgsearch falls back to individual matching words. For example, a match from either words is enough here, @@ -450,18 +450,18 @@ to get on the first page of results: ps("test http") ``` - #> - "test http" ------------------------------------------ 5860 packages in 0.018 seconds - - #> # package version by @ title - #> 1 100 httptest 3.2.2 Neal Richardson 1y A Test Environment for HTTP Requests - #> 2 83 covr 3.3.2 Jim Hester 1M Test Coverage for Packages - #> 3 33 testthat 2.3.0 Hadley Wickham 21d Unit Testing for R - #> 4 16 psych 1.8.12 William Revelle 11M Procedures for Psychological, Psych... - #> 5 13 vcr 0.3.0 Scott Chamberlain 3M Record 'HTTP' Calls to Disk - #> 6 10 httr 1.4.1 Hadley Wickham 4M Tools for Working with URLs and HTTP - #> 7 8 webmockr 0.4.0 Scott Chamberlain 4M Stubbing and Setting Expectations o... - #> 8 8 bnlearn 4.5 Marco Scutari 4M Bayesian Network Structure Learning... - #> 9 7 RCurl 1.95.4.12 Duncan Temple Lang 9M General Network (HTTP/FTP/...) Clie... - #> 10 6 oompaBase 3.2.9 Kevin R. Coombes 3M Class Unions, Matrix Operations, an... + #> - "test http" ------------------------------------------ 6169 packages in 0.019 seconds - + #> # package version by @ title + #> 1 100 httptest 3.3.0 Neal Richardson 3M A Test Environment for HTTP Requests + #> 2 77 covr 3.5.0 Jim Hester 2M Test Coverage for Packages + #> 3 30 testthat 2.3.2 Hadley Wickham 2M Unit Testing for R + #> 4 15 psych 1.9.12.31 William Revelle 3M Procedures for Psychological, Psycho... + #> 5 13 vcr 0.5.4 Scott Chamberlain 22d Record 'HTTP' Calls to Disk + #> 6 9 httr 1.4.1 Hadley Wickham 9M Tools for Working with URLs and HTTP + #> 7 8 webmockr 0.6.2 Scott Chamberlain 29d Stubbing and Setting Expectations on... + #> 8 7 bnlearn 4.5 Marco Scutari 9M Bayesian Network Structure Learning,... + #> 9 5 knitr 1.28 Yihui Xie 3M A General-Purpose Package for Dynami... + #> 10 5 oompaBase 3.2.9 Kevin R. Coombes 8M Class Unions, Matrix Operations, and... ### British vs American English @@ -473,35 +473,35 @@ results. E.g. note the spelling of colour/color in the results: ps("colour") ``` - #> - "colour" ---------------------------------------------- 201 packages in 0.007 seconds - + #> - "colour" ---------------------------------------------- 212 packages in 0.007 seconds - #> # package version by @ title - #> 1 100 crayon 1.3.4 Gábor Csárdi 2y Colored Terminal Output - #> 2 71 colorspace 1.4.1 Achim Zeileis 8M A Toolbox for Manipulating and Asses... - #> 3 67 viridis 0.5.1 Simon Garnier 2y Default Color Maps from 'matplotlib' - #> 4 45 pillar 1.4.2 Kirill Müller 5M Coloured Formatting for Columns - #> 5 44 colourpicker 1.0 Dean Attali 2y A Colour Picker Tool for Shiny and f... - #> 6 38 viridisLite 0.3.0 Simon Garnier 2y Default Color Maps from 'matplotlib'... - #> 7 37 shape 1.4.4 Karline Soetaert 2y Functions for Plotting Graphical Sha... - #> 8 30 RColorBrewer 1.1.2 Erich Neuwirth 5y ColorBrewer Palettes + #> 1 100 crayon 1.3.4 Gábor Csárdi 3y Colored Terminal Output + #> 2 70 colorspace 1.4.1 Achim Zeileis 1y A Toolbox for Manipulating and Asses... + #> 3 64 viridis 0.5.1 Simon Garnier 2y Default Color Maps from 'matplotlib' + #> 4 44 pillar 1.4.3 Kirill Müller 4M Coloured Formatting for Columns + #> 5 43 colourpicker 1.0 Dean Attali 3y A Colour Picker Tool for Shiny and f... + #> 6 35 viridisLite 0.3.0 Simon Garnier 2y Default Color Maps from 'matplotlib'... + #> 7 33 shape 1.4.4 Karline Soetaert 2y Functions for Plotting Graphical Sha... + #> 8 28 RColorBrewer 1.1.2 Erich Neuwirth 5y ColorBrewer Palettes #> 9 27 colorRamps 2.3 Tim Keitt 7y Builds color tables - #> 10 26 dichromat 2.0.0 Thomas Lumley 7y Color Schemes for Dichromats + #> 10 23 dichromat 2.0.0 Thomas Lumley 7y Color Schemes for Dichromats ``` r ps("color") ``` - #> - "color" ----------------------------------------------- 198 packages in 0.007 seconds - + #> - "color" ----------------------------------------------- 209 packages in 0.008 seconds - #> # package version by @ title - #> 1 100 crayon 1.3.4 Gábor Csárdi 2y Colored Terminal Output - #> 2 71 colorspace 1.4.1 Achim Zeileis 8M A Toolbox for Manipulating and Asses... - #> 3 67 viridis 0.5.1 Simon Garnier 2y Default Color Maps from 'matplotlib' - #> 4 45 pillar 1.4.2 Kirill Müller 5M Coloured Formatting for Columns - #> 5 44 colourpicker 1.0 Dean Attali 2y A Colour Picker Tool for Shiny and f... - #> 6 38 viridisLite 0.3.0 Simon Garnier 2y Default Color Maps from 'matplotlib'... - #> 7 37 shape 1.4.4 Karline Soetaert 2y Functions for Plotting Graphical Sha... - #> 8 30 RColorBrewer 1.1.2 Erich Neuwirth 5y ColorBrewer Palettes + #> 1 100 crayon 1.3.4 Gábor Csárdi 3y Colored Terminal Output + #> 2 70 colorspace 1.4.1 Achim Zeileis 1y A Toolbox for Manipulating and Asses... + #> 3 64 viridis 0.5.1 Simon Garnier 2y Default Color Maps from 'matplotlib' + #> 4 44 pillar 1.4.3 Kirill Müller 4M Coloured Formatting for Columns + #> 5 43 colourpicker 1.0 Dean Attali 3y A Colour Picker Tool for Shiny and f... + #> 6 35 viridisLite 0.3.0 Simon Garnier 2y Default Color Maps from 'matplotlib'... + #> 7 33 shape 1.4.4 Karline Soetaert 2y Functions for Plotting Graphical Sha... + #> 8 28 RColorBrewer 1.1.2 Erich Neuwirth 5y ColorBrewer Palettes #> 9 27 colorRamps 2.3 Tim Keitt 7y Builds color tables - #> 10 26 dichromat 2.0.0 Thomas Lumley 7y Color Schemes for Dichromats + #> 10 23 dichromat 2.0.0 Thomas Lumley 7y Color Schemes for Dichromats ### Ascii Folding @@ -514,25 +514,25 @@ Note that case is also ignored. ps("gabor", size = 5) ``` - #> - "gabor" ------------------------------------------------ 87 packages in 0.008 seconds - + #> - "gabor" ------------------------------------------------ 89 packages in 0.011 seconds - #> # package version by @ title - #> 1 100 igraph 1.2.4.1 Gábor Csárdi 7M Network Analysis and Visualization - #> 2 58 crayon 1.3.4 Gábor Csárdi 2y Colored Terminal Output - #> 3 39 zoo 1.8.6 Achim Zeileis 6M S3 Infrastructure for Regular and Irregular... - #> 4 38 cli 1.1.0 Gábor Csárdi 8M Helpers for Developing Command Line Interfaces - #> 5 37 progress 1.2.2 Gábor Csárdi 6M Terminal Progress Bars + #> 1 100 igraph 1.2.5 Gábor Csárdi 1M Network Analysis and Visualization + #> 2 62 crayon 1.3.4 Gábor Csárdi 3y Colored Terminal Output + #> 3 42 cli 2.0.2 Gábor Csárdi 2M Helpers for Developing Command Line Interfaces + #> 4 41 progress 1.2.2 Gábor Csárdi 1y Terminal Progress Bars + #> 5 39 zoo 1.8.7 Achim Zeileis 3M S3 Infrastructure for Regular and Irregular... ``` r ps("Gábor", size = 5) ``` - #> - "Gábor" ------------------------------------------------ 87 packages in 0.008 seconds - + #> - "Gábor" ------------------------------------------------ 89 packages in 0.008 seconds - #> # package version by @ title - #> 1 100 igraph 1.2.4.1 Gábor Csárdi 7M Network Analysis and Visualization - #> 2 58 crayon 1.3.4 Gábor Csárdi 2y Colored Terminal Output - #> 3 39 zoo 1.8.6 Achim Zeileis 6M S3 Infrastructure for Regular and Irregular... - #> 4 38 cli 1.1.0 Gábor Csárdi 8M Helpers for Developing Command Line Interfaces - #> 5 37 progress 1.2.2 Gábor Csárdi 6M Terminal Progress Bars + #> 1 100 igraph 1.2.5 Gábor Csárdi 1M Network Analysis and Visualization + #> 2 62 crayon 1.3.4 Gábor Csárdi 3y Colored Terminal Output + #> 3 42 cli 2.0.2 Gábor Csárdi 2M Helpers for Developing Command Line Interfaces + #> 4 41 progress 1.2.2 Gábor Csárdi 1y Terminal Progress Bars + #> 5 39 zoo 1.8.7 Achim Zeileis 3M S3 Infrastructure for Regular and Irregular... More info ---------