./math/R-R2HTML, HTML exportation for R objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3.3, Package name: R-R2HTML-2.3.3, Maintainer: pkgsrc-users

Includes HTML function and methods to write an HTML file. Thus,
making HTML reports is easy. Includes a function that allows
redirection on the fly, which appears to be very usefull for teaching
purposes, as the student can keep a copy of the produced output to
keep all that he 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).


Required to run:
[math/R]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2022-12-18 08:40:51 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(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
   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | Package updated
Log message:
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
   2019-07-31 20:19:47 by Brook Milligan | Files touched by this commit (1) | Package updated
Log message:
R-R2HTML: update to canonical form of an R package.

Update to the canonical form of an R package and fix the LICENSE
field.
   2018-07-28 16:40:53 by Brook Milligan | Files touched by this commit (126)
Log message:
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.
   2018-05-31 04:02:09 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.3.2
   2016-01-09 15:17:37 by Wen Heping | Files touched by this commit (2)
Log message:
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