Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 062451A9217 for ; Sun, 3 Jan 2021 10:05:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3928A84D55; Sun, 3 Jan 2021 10:05:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 73FB784D33 for ; Sun, 3 Jan 2021 10:04:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dDVEBETIr-re for ; Sun, 3 Jan 2021 10:04:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A6FDC84C13 for ; Sun, 3 Jan 2021 10:04:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A43FCFA9D; Sun, 3 Jan 2021 10:04:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609668298123040" MIME-Version: 1.0 Date: Sun, 3 Jan 2021 10:04:58 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-RcppEigen To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210103100458.A43FCFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609668298123040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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 * 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 * .github/workflows/ci.yaml: Add CI runner using r-ci * README.md: Add new badge 2020-12-05 Dirk Eddelbuettel * 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 * README.md: Add JSS badge 2020-03-29 Dirk Eddelbuettel * README.md: Added commit badge, edited 2020-01-22 Dirk Eddelbuettel * README.md: README.md: Add a Debian badge 2019-11-16 Dirk Eddelbuettel * 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 * R/unit.test.R (compile_unit_tests): Removed as no longer needed 2019-10-31 Dirk Eddelbuettel * 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 * 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 * 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 * 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 * 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 * vignettes/RcppEigen-Introduction.Rnw: Update vignette to use RcppEigen:::eigen_version() instead of .Call() 2019-03-29 Dirk Eddelbuettel * 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 * 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. --_----------=_1609668298123040 Content-Disposition: inline Content-Length: 2358 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1609668298123040--