<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/R-R2HTML, branch pkgsrc_2016Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2016Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2016Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2016-01-09T14:17:37Z</updated>
<entry>
<title>Update to 2.3.1</title>
<updated>2016-01-09T14:17:37Z</updated>
<author>
<name>wen</name>
<email>wen</email>
</author>
<published>2016-01-09T14:17:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0d7e9aba2dd57490929b7af93565c18cf072a428'/>
<id>urn:sha1:0d7e9aba2dd57490929b7af93565c18cf072a428</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Add SHA512 digests for distfiles for math category</title>
<updated>2015-11-03T23:33:26Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2015-11-03T23:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9b93b12d8b431cf60d4f905ed3fc60766939d99a'/>
<id>urn:sha1:9b93b12d8b431cf60d4f905ed3fc60766939d99a</id>
<content type='text'>
Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
</content>
</entry>
<entry>
<title>Update to R2HTML v2.2, add LICENSE and regularize package files.</title>
<updated>2012-04-15T14:51:05Z</updated>
<author>
<name>brook</name>
<email>brook</email>
</author>
<published>2012-04-15T14:51:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=013132ed3fbf43855b95248c7a643541577f6f87'/>
<id>urn:sha1:013132ed3fbf43855b95248c7a643541577f6f87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to the latest version of the module along with R update</title>
<updated>2009-12-11T19:18:17Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2009-12-11T19:18:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=269bbaa53dfe7fa7d4c480892fbf5ea2d8d153c0'/>
<id>urn:sha1:269bbaa53dfe7fa7d4c480892fbf5ea2d8d153c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update R-R2HTML to 1.59</title>
<updated>2008-10-13T11:27:50Z</updated>
<author>
<name>markd</name>
<email>markd</email>
</author>
<published>2008-10-13T11:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=87e53c7fc1c9ef8de9bdacaba322f0fb11d361a4'/>
<id>urn:sha1:87e53c7fc1c9ef8de9bdacaba322f0fb11d361a4</id>
<content type='text'>
# 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 &lt;tr&gt;) 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 &lt;tbody&gt;
  wasn't being carried. Pending the fixing of
  excess of &lt;/tr&gt;'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
</content>
</entry>
<entry>
<title>Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk</title>
<updated>2007-10-25T16:54:26Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-10-25T16:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5e1040eb4b3d5bdf7e0d465818a3ff084620adb3'/>
<id>urn:sha1:5e1040eb4b3d5bdf7e0d465818a3ff084620adb3</id>
<content type='text'>
can handle packages having no PLIST files.
</content>
</entry>
<entry>
<title>Whitespace cleanup, courtesy of pkglint.</title>
<updated>2007-02-22T19:26:05Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-02-22T19:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0c152e7442b8ddde8405ba9d0f2d4d981d5c3151'/>
<id>urn:sha1:0c152e7442b8ddde8405ba9d0f2d4d981d5c3151</id>
<content type='text'>
Patch provided by Sergey Svishchev in private mail.
</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=93e3b9e04264b93620166058e19ea42c856505b0'/>
<id>urn:sha1:93e3b9e04264b93620166058e19ea42c856505b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Imported R-R2HTML from pkgsrc-wip.</title>
<updated>2005-11-04T08:09:11Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-11-04T08:09:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=858877204aabe61e4e550ca1cb127bbb87fe31af'/>
<id>urn:sha1:858877204aabe61e4e550ca1cb127bbb87fe31af</id>
<content type='text'>
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).
</content>
</entry>
</feed>
