pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-RcppEigen
Module Name: pkgsrc
Committed By: mef
Date: Sun Jan 3 10:04:58 UTC 2021
Modified Files:
pkgsrc/math/R-RcppEigen: Makefile distinfo
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@localhost>
* 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@localhost>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new badge
2020-12-05 Dirk Eddelbuettel <edd%debian.org@localhost>
* 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@localhost>
* README.md: Add JSS badge
2020-03-29 Dirk Eddelbuettel <edd%debian.org@localhost>
* README.md: Added commit badge, edited
2020-01-22 Dirk Eddelbuettel <edd%debian.org@localhost>
* README.md: README.md: Add a Debian badge
2019-11-16 Dirk Eddelbuettel <edd%debian.org@localhost>
* 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@localhost>
* R/unit.test.R (compile_unit_tests): Removed as no longer needed
2019-10-31 Dirk Eddelbuettel <edd%debian.org@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* vignettes/RcppEigen-Introduction.Rnw: Update vignette to use
RcppEigen:::eigen_version() instead of .Call()
2019-03-29 Dirk Eddelbuettel <edd%debian.org@localhost>
* 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@localhost>
* R/runit.RcppEigen.R: Removed listing RcppEigen in Imports during
skeleton package creation.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-RcppEigen/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-RcppEigen/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-RcppEigen/Makefile
diff -u pkgsrc/math/R-RcppEigen/Makefile:1.6 pkgsrc/math/R-RcppEigen/Makefile:1.7
--- pkgsrc/math/R-RcppEigen/Makefile:1.6 Thu Aug 8 19:53:46 2019
+++ pkgsrc/math/R-RcppEigen/Makefile Sun Jan 3 10:04:58 2021
@@ -1,13 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2019/08/08 19:53:46 brook Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/03 10:04:58 mef Exp $
R_PKGNAME= RcppEigen
-R_PKGVER= 0.3.3.5.0
-CATEGORIES= math
+R_PKGVER= 0.3.3.9.1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Rcpp integration for the Eigen templated linear algebra library
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR file LICENSE
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
+TEST_DEPENDS+= R-inline-[0-9]*:../../devel/R-inline
+TEST_DEPENDS+= R-pkgKitten-[0-9]*:../../devel/R-pkgKitten
+TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+TEST_DEPENDS+= tex-thumbpdf-[0-9]*:../../print/tex-thumbpdf
+# Still getting followin error by make test
+# !pdfTeX error: pdflatex (file tctt1095): Font tctt1095 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+
USE_LANGUAGES= c c++11 fortran
.include "../../math/R/Makefile.extension"
Index: pkgsrc/math/R-RcppEigen/distinfo
diff -u pkgsrc/math/R-RcppEigen/distinfo:1.4 pkgsrc/math/R-RcppEigen/distinfo:1.5
--- pkgsrc/math/R-RcppEigen/distinfo:1.4 Wed Jul 31 18:41:30 2019
+++ pkgsrc/math/R-RcppEigen/distinfo Sun Jan 3 10:04:58 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/07/31 18:41:30 brook Exp $
+$NetBSD: distinfo,v 1.5 2021/01/03 10:04:58 mef Exp $
-SHA1 (R/RcppEigen_0.3.3.5.0.tar.gz) = b9dbb4403981e354c46b60688cfb6bcaf6ad05b1
-RMD160 (R/RcppEigen_0.3.3.5.0.tar.gz) = 58a2e9afeb81e6b4dbf7ec69c89c0f8232e0cc53
-SHA512 (R/RcppEigen_0.3.3.5.0.tar.gz) = ffe9939c136ef70352d9f2b28fe74bb09240b1cdde9a64289a899d0f20a470a4ad129fb6a256b578dd392cc9a0dec730bc108be4d8b09ceb8e4faaef1a47cbe3
-Size (R/RcppEigen_0.3.3.5.0.tar.gz) = 1633859 bytes
+SHA1 (R/RcppEigen_0.3.3.9.1.tar.gz) = 7a5ad4bc7bfbd6309618101d1d6741e4d59b28f6
+RMD160 (R/RcppEigen_0.3.3.9.1.tar.gz) = 6642b15cfa4417617773e0c772933d989d161035
+SHA512 (R/RcppEigen_0.3.3.9.1.tar.gz) = 9e5d88c31d49c9dc3054c794313b1c9796e2b9538b667227631c5449670531cb1c7adb42a27701e3fd1939c889e7da742fd7aa56e20bf54445b4295c92d90eae
+Size (R/RcppEigen_0.3.3.9.1.tar.gz) = 1633360 bytes
Home |
Main Index |
Thread Index |
Old Index