Other packages > Find by keyword >

pkgstats  

Metrics of R Packages
View on CRAN: Click here


Download and install pkgstats package within the R console
Install from CRAN:
install.packages("pkgstats")

Install from Github:
library("remotes")
install_github("cran/pkgstats")

Install by package version:
library("remotes")
install_version("pkgstats", "0.1.1")



Attach the package and use:
library("pkgstats")
Maintained by
Mark Padgham
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-06-17
Latest Update: 2022-06-21
Description:
Static code analyses for R packages using the external code-tagging libraries "ctags" and "gtags". Static analyses enable packages to be analysed very quickly, generally a couple of seconds at most. The package also provides access to a database generating by applying the main function to the full CRAN archive, enabling the statistical properties of any package to be compared with all other CRAN packages.
How to cite:
Mark Padgham (2022). pkgstats: Metrics of R Packages. R package version 0.1.1, https://cran.r-project.org/web/packages/pkgstats. Accessed 18 Apr. 2025.
Previous versions and publish date:
No previous versions
Other packages that cited pkgstats R package
View pkgstats citation profile
Other R packages that pkgstats depends, imports, suggests or enhances
Downloads during the last 30 days
Downloads for pkgstats0TrendBars

Today's Hot Picks in Authors and Packages

SeqAlloc  
Sequential Allocation for Prospective Experiments
Potential randomization schemes are prospectively evaluated when units are assigned to treatment ar ...
Download / Learn more Package Citations See dependency  
nsga3  
An Implementation of Non-Dominated Sorting Genetic Algorithm III for Feature Selection
An adaptation of Non-dominated Sorting Genetic Algorithm III for multi objective feature selection ...
Download / Learn more Package Citations See dependency  
CDNmoney  
Components of Canadian Monetary and Credit Aggregates
Components of Canadian Credit Aggregates and Monetary Aggregates with continuity adjustments. ...
Download / Learn more Package Citations See dependency  
ff  
Memory-Efficient Storage of Large Data on Disk and Fast Access Functions
The ff package provides data structures that are stored on disk but behave (almost) as if they were ...
Download / Learn more Package Citations See dependency  
chngpt  
Estimation and Hypothesis Testing for Threshold Regression
Threshold regression models are also called two-phase regression, broken-stick regression, split-poi ...
Download / Learn more Package Citations See dependency  
pssmooth  
Flexible and Efficient Evaluation of Principal Surrogates/Treatment Effect Modifiers
Implements estimation and testing procedures for evaluating an intermediate biomarker response as a ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

65,069

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA