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.5")



Attach the package and use:
library("covr")
Maintained by
Jim Hester
[Scholar Profile | Author Map]
All associated links for this package
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.5, https://cran.r-project.org/web/packages/covr. Accessed 07 Mar. 2026.
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), 3.6.4 (2023-11-09 09:10)
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

Today's Hot Picks in Authors and Packages

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  
SAMtool  
Stock Assessment Methods Toolkit
Simulation tools for closed-loop simulation are provided for the 'MSEtool' operating model to inform ...
Download / Learn more Package Citations See dependency  
lmSubsets  
Exact Variable-Subset Selection in Linear Regression
Exact and approximation algorithms for variable-subset selection in ordinary linear regression mode ...
Download / Learn more Package Citations See dependency  
ReviewR  
A Light-Weight, Portable Tool for Reviewing Individual Patient Records
A portable Shiny tool to explore patient-level electronic health record data and perform chart revi ...
Download / Learn more Package Citations See dependency  
portalr  
Create Useful Summaries of the Portal Data
Download and generate summaries for the rodent, plant, ant, and weather data from the Portal Projec ...
Download / Learn more Package Citations See dependency  
testDriveR  
Teaching Data for Statistics and Data Science
Provides data sets for teaching statistics and data science courses. It includes a sample of data f ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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