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 1
1
2021-06-06 Dirk Eddelbuettel <
[email protected] >
2
2
3
+ * README.md: Added coverage badge
4
+
3
5
* .github/workflows/ci.yaml (jobs): Turn on coverage
4
6
* .covrignore: Added
5
7
* .codecov.yml (ignore): Idem
6
8
9
+ * R/RcppEigen.package.skeleton.R: Set nocov
10
+
7
11
2021-05-09 Dirk Eddelbuettel <
[email protected] >
8
12
9
13
* 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
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/RcppCore/RcppEigen.svg )] ( https://travis-ci.org/RcppCore/RcppEigen )
4
4
[ ![ CI] ( https://github.com/RcppCore/RcppEigen/workflows/ci/badge.svg )] ( https://github.com/RcppCore/RcppEigen/actions?query=workflow%3Aci )
5
5
[ ![ 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 )
6
6
[ ![ License] ( https://img.shields.io/badge/license-MPL2-brightgreen.svg?style=flat )] ( https://www.mozilla.org/MPL/2.0/ )
7
7
[ ![ CRAN] ( https://www.r-pkg.org/badges/version/RcppEigen )] ( https://cran.r-project.org/package=RcppEigen )
8
8
[ ![ 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 )
9
10
[ ![ 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 )
11
12
[ ![ Downloads] ( https://cranlogs.r-pkg.org/badges/RcppEigen?color=brightgreen )] ( https://www.r-pkg.org:443/pkg/RcppEigen )
12
13
[ ![ CRAN use] ( https://jangorecki.gitlab.io/rdeps/RcppEigen/CRAN_usage.svg?sanitize=true )] ( https://cran.r-project.org/package=RcppEigen )
13
14
[ ![ 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