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
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
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

ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns