Path to this page:
Subject: CVS commit: pkgsrc/math/R-RcppEigen
From: Makoto Fujiwara
Date: 2021-01-03 11:04:58
Message id: 20210103100458.A43FCFA9D@cvs.NetBSD.org
Log Message:
(math/R-RcppEigen) Updated 3.3.5.0 to 3.3.9.1 (make test fails for now)
2020-12-17 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.1 (following
coordinated update of reverse dependency StanHeaders)
* inst/NEWS.Rd: Release 0.3.3.9.1
2020-12-14 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new badge
2020-12-05 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.3.3.9.0
* inst/include/Eigen: Upgraded to Eigen 3.3.9
* inst/include/unsupported/Eigen: Idem
* patches/eigen-3.3.9.diff: Carried local CRAN patches forward
* .travis.yml: Switch to r-ci using focal and bspm
* README.md: Updated URLs to https and/or redirect location
* inst/CITATION: Idem
* man/RcppEigen-package.Rd: Idem
* man/fastLm.Rd: Idem
2020-08-16 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add JSS badge
2020-03-29 Dirk Eddelbuettel <edd@debian.org>
* README.md: Added commit badge, edited
2020-01-22 Dirk Eddelbuettel <edd@debian.org>
* README.md: README.md: Add a Debian badge
2019-11-16 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.3.3.7.0
* inst/include/Eigen: Upgraded to Eigen 3.3.7
* inst/include/unsupported/Eigen: Idem
* patches/eigen-3.3.7.diff: Carried local CRAN patches forward
2019-11-01 Dirk Eddelbuettel <edd@debian.org>
* R/unit.test.R (compile_unit_tests): Removed as no longer needed
2019-10-31 Dirk Eddelbuettel <edd@debian.org>
* inst/tinytest/test_transform.R: Switch from RUnit to tinytest
* inst/tinytest/test_wrap.R: Idem
* inst/tinytest/cpp/transform.cpp: Added using Rcpp Attributes
* inst/tinytest/cpp/wrap.cpp: Idem
* inst/tinytest/cpp/sparse.cpp: More idiomatic Eigen code
* inst/tinytest/test_sparse.R: Idem
* .editorconfig: Added
2019-10-30 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Suggests): Switch from RUnit to tinytest
* .travis.yml (install): Ditto
* tests/tinytest.R: Converted to tinytest
* test_sparse.R: Converted to tinytest
* cpp/sparse.cpp: Added using Rcpp Attributes
2019-10-29 Dirk Eddelbuettel <edd@debian.org>
* test_fastLm.R: Converted to tinytest
* test_RcppEigen.R: Idem
* test_solution.R: Idem
* cpp/rcppeigen.cpp: Added using Rcpp Attributes
* cpp/solution.cpp: Idem
2019-10-28 Dirk Eddelbuettel <edd@debian.org>
* tests/tinytest.R: Renamed from tests/doRUnit.R
* inst/tinytest/test_fastLm.R: Renamed from inst/unitTests/runit*
* inst/tinytest/test_RcppEigen.R: Idem
* inst/tinytest/test_solution.R: Idem
* inst/tinytest/test_sparse.R: Idem
* inst/tinytest/test_transform.R: Idem
* inst/tinytest/test_wrap.R: Idem
2019-10-13 Dirk Eddelbuettel <edd@debian.org>
* README.md: Added CRAN + BioConductor badges for reverse depends,
add StackOverflow badge to recommend help searches under 'Rcpp'
* DESCRIPTION (Version, Date): Roll minor version
* R/RcppEigen.package.skeleton.R (RcppEigen.package.skeleton): Test for
example_code outside of haveKitten test; remove force argument if unused
2019-05-24 Dirk Eddelbuettel <edd@debian.org>
* vignettes/RcppEigen-Introduction.Rnw: Update vignette to use
RcppEigen:::eigen_version() instead of .Call()
2019-03-29 Dirk Eddelbuettel <edd@debian.org>
* inst/skeleton/rcppeigen_hello_world.cpp: Rework first example to
not rely on Eigen RNG which R CMD check would complain about.
2019-02-16 James Joseph Balamuta <balamut2@illinois.edu>
* R/runit.RcppEigen.R: Removed listing RcppEigen in Imports during
skeleton package creation.
Files: