File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 112021-06-06 Dirk Eddelbuettel <
[email protected] >
22
3+ * README.md: Added coverage badge
4+
35 * .github/workflows/ci.yaml (jobs): Turn on coverage
46 * .covrignore: Added
57 * .codecov.yml (ignore): Idem
68
9+ * R/RcppEigen.package.skeleton.R: Set nocov
10+
7112021-05-09 Dirk Eddelbuettel <
[email protected] >
812
913 * DESCRIPTION (URL): Add GitHub repo to URL field
Original file line number Diff line number Diff line change 1- ## RcppEigen: Rcpp Integration for the Eigen Templated Linear Algebra Library
1+ ## RcppEigen: R and Eigen via Rcpp
22
33[ ![ Build Status] ( https://travis-ci.org/RcppCore/RcppEigen.svg )] ( https://travis-ci.org/RcppCore/RcppEigen )
44[ ![ CI] ( https://github.com/RcppCore/RcppEigen/workflows/ci/badge.svg )] ( https://github.com/RcppCore/RcppEigen/actions?query=workflow%3Aci )
55[ ![ License] ( https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat )] ( https://www.gnu.org/licenses/gpl-2.0.html )
66[ ![ License] ( https://img.shields.io/badge/license-MPL2-brightgreen.svg?style=flat )] ( https://www.mozilla.org/MPL/2.0/ )
77[ ![ CRAN] ( https://www.r-pkg.org/badges/version/RcppEigen )] ( https://cran.r-project.org/package=RcppEigen )
88[ ![ Dependencies] ( https://tinyverse.netlify.com/badge/RcppEigen )] ( https://cran.r-project.org/package=RcppEigen )
9+ [ ![ Coverage Status] ( https://codecov.io/gh/RcppCore/RcppEigen/graph/badge.svg )] ( https://codecov.io/github/RcppCore/RcppEigen?branch=master )
910[ ![ Debian package] ( https://img.shields.io/debian/v/r-cran-rcppeigen/sid?color=brightgreen )] ( https://packages.debian.org/sid/r-cran-rcppeigen )
10- [ ![ Last Commit] ( https://img.shields.io/github/last-commit/RcppCore/RcppEigen )] ( https://github.com/RcppCore/RcppEigen )
11+ [ ![ Last Commit] ( https://img.shields.io/github/last-commit/RcppCore/RcppEigen )] ( https://github.com/RcppCore/RcppEigen )
1112[ ![ Downloads] ( https://cranlogs.r-pkg.org/badges/RcppEigen?color=brightgreen )] ( https://www.r-pkg.org:443/pkg/RcppEigen )
1213[ ![ CRAN use] ( https://jangorecki.gitlab.io/rdeps/RcppEigen/CRAN_usage.svg?sanitize=true )] ( https://cran.r-project.org/package=RcppEigen )
1314[ ![ BioConductor use] ( https://jangorecki.gitlab.io/rdeps/RcppEigen/BioC_usage.svg?sanitize=true )] ( https://cran.r-project.org/package=RcppEigen )
You can’t perform that action at this time.
0 commit comments