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]
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.4, https://cran.r-project.org/web/packages/covr. Accessed 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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