summaryrefslogtreecommitdiff
path: root/math/R-xtable
AgeCommit message (Collapse)AuthorFilesLines
2019-08-08Update all R packages to canonical form.brook1-6/+4
The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-07-31R-xtable: update to version 1.8.4.brook2-11/+10
Update to the canonical form of an R package and fix the LICENSE field.
2018-08-30Update to 1.8.3wen2-7/+7
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.
2018-07-28Remove MASTER_SITES= from individual R package Makefiles.brook1-2/+1
Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place.
2018-04-09math/R-xtable: Import version 1.8.2minskim3-0/+25
Coerce data to LaTeX and HTML tables.