Skip to content

Commit 6cf9f4f

Browse files
committed
add GitHub repo to URL field
1 parent 988ad31 commit 6cf9f4f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-05-09 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (URL): Add GitHub repo to URL field
4+
15
2021-01-02 Dirk Eddelbuettel <[email protected]>
26

37
* R/RcppEigen.package.skeleton.R: Wrap any() around grepl()

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ LazyLoad: yes
2525
LinkingTo: Rcpp
2626
Imports: Matrix (>= 1.1-0), Rcpp (>= 0.11.0), stats, utils
2727
Suggests: inline, tinytest, pkgKitten, microbenchmark
28-
URL: http://dirk.eddelbuettel.com/code/rcpp.eigen.html
28+
URL: https://github.com/RcppCore/RcppEigen, https://dirk.eddelbuettel.com/code/rcpp.eigen.html
2929
BugReports: https://github.com/RcppCore/RcppEigen/issues

0 commit comments

Comments
 (0)