CVS log for pkgsrc/math/R-R2HTML/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / math / R-R2HTML
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Oct 26 07:13:27 2024 UTC (5 weeks, 4 days ago) by mef
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -2
lines
(math/R-R2HTML) Updated 2.3.3 to 2.3.4, make test passed
# 2024-06-16 - Version 2.3.4
- Fix R CMD check NOTEs.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Dec 18 07:40:51 2022 UTC (23 months, 2 weeks ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3
lines
(math/R-R2HTML) Updated 2.3.2 to 2.3.3
# 2022-05-22 - Version 2.3.3
- Fix HTML.ftable failing when there are no column variables
- Fix returning results, invisibly
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 8 19:53:45 2019 UTC (5 years, 3 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -6
lines
Update all R packages to canonical form.
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
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 31 18:19:47 2019 UTC (5 years, 4 months ago) by brook
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -4
lines
R-R2HTML: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE
field.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jul 28 14:40:45 2018 UTC (6 years, 4 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2
lines
Remove MASTER_SITES= from individual R package Makefiles.
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.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu May 31 02:02:09 2018 UTC (6 years, 6 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Update to 2.3.2
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jan 9 14:17:37 2016 UTC (8 years, 10 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Update to 2.3.1
Upstream changes:
# 2014-09-21 - Version 2.3.1
- Fixed message "Warning in formatC(Signif) : class of 'x' was discarded"
- Fixed problem looking up objects in Sweave. R Code inside
Sweave files is now evaluated in .GlobalEnv, again, as
before version 2.3.0.
# 2014-09-06 - Version 2.3
- API BREAK: Make package conform to new CRAN policies.
- .HTML.file is no longer stored in the global environment:
use HTMLSetFile() and HTMLGetFile() instead of modifying it directly.
- .HTMLenv is no longer stored in the global environment:
it should never have been accessed directly in the first place.
- fix() is no longer replaced during HTMLStart()/HTMLStop() sessions.
- Remove obsolete handling of 'date' class from package survival.
- Remove obsolete support for old format of objects from the rpart package
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 15 14:51:05 2012 UTC (12 years, 7 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -4
lines
Update to R2HTML v2.2, add LICENSE and regularize package files.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 11 19:20:07 2009 UTC (14 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -9
lines
Update to the latest version of the module along with R update
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 13 11:27:50 2008 UTC (16 years, 1 month ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4
lines
Update R-R2HTML to 1.59
# 2008-05-23 - Version 1.59
- Corrected call of unexported function from
Sweave.R (utils package) in RweaveHTMLWritedoc.
- Corrected explicit call of S3Method print from
package xtable.
- Corrected explicit call of S3Method from package
nnet.
- Corrected explicit call of isInitialized from
nlme package.
- Corrected explicit call of volume from
cluster package.
- Corrected explicit calls of imp.moments
from boot package.
- Corrected explicit calls of splineOrder and
splineKnots from splines package.
- Corrected explicit call of date.ddmmmyy from
survival package.
- Fixed rpart HTML S3 method to include tree.depth
function defined internally, as rpart package is not
exporting it anymore.
- Fixed .HTML.file warning of no visible bindings
in almost every function of the package.
- Fixed bug in HTML.data.frame outputing invalid
code (missing opening <tr>) when row.names was
set to FALSE. As patch submited by Michael Irskens and
also reported by Rik Schoemaker.
- Fixed bug in HTML.matrix, opening of <tbody>
wasn't being carried. Pending the fixing of
excess of </tr>'s.
- Fixed miscelaneous bugs in CSS files.
# 2006-09-28 - Version 1.58
- Fixed bug in HTMLcore.R (unintended \ interpolation)
- Fixed bug in HTMLfi() call inside HTML.summary.lm,
which made R CMD check fail on Windows.
- Uniformization of capitalization of HTML tags
(to lowercase), in conformity with the
XHTML 1.0 standard.
- Updated HTML.data.frame to include row.names
option, as contributed by Tobias Verbeke on
2006-05-27.
# 2006-07-04 - Version 1.57
- Added the HTML2clip wrapper, suggested by Gabor
Gronthendieck.
- Miscelaneous fixes to documentation (contributed
by Tobias Verbeke)
- Cleaning up of man directory of spurious files as
suggested by Kurt Honik
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:26:45 2007 UTC (17 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -7
lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:10:00 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Nov 4 08:09:11 2005 UTC (19 years, 1 month ago) by rillig
Branches: TNF
CVS tags: pkgsrc-base,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Imported R-R2HTML from pkgsrc-wip.
Includes HTML function and methods to write in an HTML output.
Thus, making HTML reports is easy. Includes a function that allows
redirection on the fly, which appears to be very usefull for
teaching purpose, as the student can keep a copy of the produced
output to keep all that he/she did during the course
Package comes with a vignette describing how to write HTML reports
for statistical analysis. Finally, a driver for Sweave allows to parse
HTML flat files containing R code and to automatically write the
corresponding outputs (tables and graphs).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 08:09:11 2005 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>