Thu Aug 30 12:36:31 2018 UTC ()
Update to 1.8.3

Upstream changes:
1.8-3 (2018-08-29)

  * Changed listOfTablesGallery vignette to exclude references to
    lsmeans since Russell Lenth has deprecated lsmeans, replacing it
    with emmeans which has support for tables using xtable based on
    listOfTables. lsmeans removed from Suggests in DESCRIPTION also.
  * Changed OtherPackagesGallery vignette example using the function
    impacts from spdep due to a change in the package spdep causing a
    failure ofr the example using gstslshet from sphet
  * Changed error messages to extract actual value of nrow(x),
    suggestion by Michael Chirico <michaelchirico4@gmail.com>
  * Corrected author field to properly represent author contributions,
    code supplied by Arni Magnusson <arnima@hafro.is>
  * Corrected call to print.xtable inside print.xtableFtable included
    arguments from call to print.xtableFtable. Absence of size
    argument was advised by Lluis Ramon, email March 4, 2016
  * Added patch from Martin Gubri, martin.gubri@framasoft.org to
    enable use of lagImpactMat from spdep in xtable method lagImpact.
  * Added patch to code in OtherPackagesGallery.Rnw supplied by Martin
    Gubri to avoid warnings in the spdep package example. Also fixed the
    vignette index entry.
  * Fixed number of columns in \multicolumn command in print.xtableList to
    deal with inclusion of row names. Previously was only appropriate for
    row names not included.


(wen)
diff -r1.2 -r1.3 pkgsrc/math/R-xtable/Makefile
diff -r1.1 -r1.2 pkgsrc/math/R-xtable/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/math/R-xtable/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-xtable/Makefile 2018/07/28 14:40:51 1.2
+++ pkgsrc/math/R-xtable/Makefile 2018/08/30 12:36:31 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:51 brook Exp $ 1# $NetBSD: Makefile,v 1.3 2018/08/30 12:36:31 wen Exp $
2 2
3CATEGORIES= math 3CATEGORIES= math
4 4
5MAINTAINER= minskim@NetBSD.org 5MAINTAINER= minskim@NetBSD.org
6HOMEPAGE= http://xtable.r-forge.r-project.org/ 6HOMEPAGE= http://xtable.r-forge.r-project.org/
7COMMENT= Export Tables to LaTeX or HTML 7COMMENT= Export Tables to LaTeX or HTML
8LICENSE= gnu-gpl-v2 8LICENSE= gnu-gpl-v2
9 9
10R_PKGNAME= xtable 10R_PKGNAME= xtable
11R_PKGVER= 1.8-2 11R_PKGVER= 1.8-3
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15BUILDLINK_API_DEPENDS.R+= R>=2.10.0 15BUILDLINK_API_DEPENDS.R+= R>=2.10.0
16.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/math/R-xtable/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-xtable/distinfo 2018/04/09 15:29:58 1.1
+++ pkgsrc/math/R-xtable/distinfo 2018/08/30 12:36:31 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2018/04/09 15:29:58 minskim Exp $ 1$NetBSD: distinfo,v 1.2 2018/08/30 12:36:31 wen Exp $
2 2
3SHA1 (R/xtable_1.8-2.tar.gz) = 8f82e0b8171f27fdb7234caf441562e908d2365f 3SHA1 (R/xtable_1.8-3.tar.gz) = dd6b1c5e45ce6cf663699c43f51cda86cca0a6f2
4RMD160 (R/xtable_1.8-2.tar.gz) = 93797f8749b4502e231b585de6d0b92f015f1c65 4RMD160 (R/xtable_1.8-3.tar.gz) = 6f6e0a29be571da161945b4ab42d8cfc1bf5ad9a
5SHA512 (R/xtable_1.8-2.tar.gz) = 4e21c7ef1a5d1216cf644623e6683e87d378658ede65f1d7094e0b72ec079ee193a7a48ba54cf02fc65b1258eca371fc9e83a74a873fc74347401965d7cb04c4 5SHA512 (R/xtable_1.8-3.tar.gz) = 51c3964922495cd34f53bf9c3261e1fae4ac896a154f1edebb32753c809692e1b93297c357b46112a4a8aca92ea150987e136036daad0f600bea642b5cf5e242
6Size (R/xtable_1.8-2.tar.gz) = 619611 bytes 6Size (R/xtable_1.8-3.tar.gz) = 610140 bytes