Other packages > Find by keyword >

covr  

Test Coverage for Packages
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("covr", "3.6.4")



Attach the package and use:
library("covr")
Maintained by
Jim Hester
[Scholar Profile | Author Map]
First Published: 2015-05-20
Latest Update: 2023-11-09
Description:
Track and report code coverage for your package and (optionally) upload the results to a coverage service like 'Codecov' or 'Coveralls' . Code coverage is a measure of the amount of code being exercised by a set of tests. It is an indirect measure of test quality and completeness. This package is compatible with any testing methodology or framework and tracks coverage of both R code and compiled C/C++/FORTRAN code.
How to cite:
Jim Hester (2015). covr: Test Coverage for Packages. R package version 3.6.4, https://cran.r-project.org/web/packages/covr. Accessed 13 Apr. 2025.
Previous versions and publish date:
1.0.0 (2015-05-20 09:18), 1.2.0 (2015-06-25 14:15), 2.0.1 (2016-04-06 15:56), 2.1.0 (2016-06-21 22:44), 2.2.0 (2016-08-04 00:57), 2.2.1 (2016-12-05 18:28), 2.2.2 (2017-01-05 10:39), 3.0.0 (2017-06-26 19:52), 3.0.1 (2017-11-08 00:00), 3.1.0 (2018-05-18 23:48), 3.2.0 (2018-09-21 20:40), 3.2.1 (2018-10-18 18:40), 3.3.0 (2019-08-06 22:00), 3.3.1 (2019-08-23 23:20), 3.3.2 (2019-10-16 23:40), 3.4.0 (2019-11-26 21:00), 3.5.0 (2020-03-06 19:50), 3.5.1 (2020-09-16 23:10), 3.6.0 (2022-08-24 17:32), 3.6.1 (2022-08-26 22:24), 3.6.2 (2023-03-25 13:50), 3.6.3 (2023-10-11 02:40)
Other packages that cited covr R package
View covr citation profile
Other R packages that covr depends, imports, suggests or enhances
Complete documentation for covr
Downloads during the last 30 days
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/12Downloads for covr4500500055006000650070007500800085009000950010000TrendBars

Today's Hot Picks in Authors and Packages

MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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