<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/R/files, branch pkgsrc_2011Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-11-20T04:57:02Z</updated>
<entry>
<title>Update R to 2.14.0</title>
<updated>2011-11-20T04:57:02Z</updated>
<author>
<name>markd</name>
<email>markd</email>
</author>
<published>2011-11-20T04:57:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=042b6bb85744250c06ced359fbf36c4286f5a3ac'/>
<id>urn:sha1:042b6bb85744250c06ced359fbf36c4286f5a3ac</id>
<content type='text'>
changes to many to list - see NEWS file in distribution for details.
</content>
</entry>
<entry>
<title>+ Remove modifications to configure.in and configure in patch-aa and</title>
<updated>2008-03-07T16:11:39Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-07T16:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f6b6279b586d560f992b0c5676be19934ba0f6dc'/>
<id>urn:sha1:f6b6279b586d560f992b0c5676be19934ba0f6dc</id>
<content type='text'>
  patch-ac that altered the order in which the terminal library for
  readline was detected.  The termcap.buildlink3.mk file (included
  indirectly by readline/buildlink3.mk) will do the right thing by
  itself.

+ Modify the pkg-index.tmpl INSTALL script fragment: we can just use
  ${PKG_PREFIX} instead of substituting for @PREFIX@ everywhere.  Also
  refactor the commands to rebuild the package index into a shell
  function and give some indication to the user what is happening.

+ Remove chown operation in post-install that was basically
  cargo-culted from the very first version of R imported into pkgsrc.
  It's not necessary.

+ Support user-destdir installation.

Bump the PKGREVISION to 2.
</content>
</entry>
<entry>
<title>Update R to version 2.4.1.</title>
<updated>2007-03-14T11:50:17Z</updated>
<author>
<name>markd</name>
<email>markd</email>
</author>
<published>2007-03-14T11:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1fa29a2ab8ea623f1e0ee55549b0dc657c673e57'/>
<id>urn:sha1:1fa29a2ab8ea623f1e0ee55549b0dc657c673e57</id>
<content type='text'>
pkgsrc changes: no longer automatically generate the PLIST.
     use (de)install templates for handling updating the index files
     when adding/removing R packages.

Changes 2.4.1
This is a maintenance release and fixes a number of mostly minor bugs.

Changes 2.4.0
This release has many new features. One important aspect is that S4
classes now have their own internal type, and S4 method dispatch has
been completely revised to using cached generic functions, giving
substantial performance improvements. As a consequence, all packages
depending on "methods" need to be reinstalled.
</content>
</entry>
<entry>
<title>+ move the distfile digest/checksum value from files/md5 to distinfo</title>
<updated>2001-04-17T11:33:31Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2001-04-17T11:33:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5ef6a136d6da41add35856caf847631c7e462794'/>
<id>urn:sha1:5ef6a136d6da41add35856caf847631c7e462794</id>
<content type='text'>
+ move the patch digest/checksum values from files/patch-sum to distinfo
</content>
</entry>
<entry>
<title>Update R to 1.1.1.  This is primarily a bugfix release from version 1.1.0,</title>
<updated>2000-08-16T19:04:42Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2000-08-16T19:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4e9442237fa17689008e5cfd058c4ccf64c8be9a'/>
<id>urn:sha1:4e9442237fa17689008e5cfd058c4ccf64c8be9a</id>
<content type='text'>
particularly fixing the table editor, but also contains a few additions:

    o	data(), example() and help() now search the loaded packages, then
	in their .lib.loc argument, the latter as pre-0.99.0.  See
	their help pages for the precise details.

    o	help() has a new argument `try.all.packages' set by the option
	"help.try.all.packages". If help is not found in the normal
	path and this is TRUE then a search is made of all packages
	for possible matches.

    o   prop.trend.test() - test for trend in proportions.

    o   write.table() has new argument `dec' for setting the decimal
        separator (SPSS/Windows and probably others want commas in
	continental European locales).

    o   Advance warning: save(, oldstyle=TRUE) will no longer be
	available after this release.

    o   Symbols can now be coerced to expressions, making
	as.expression(quote(a)) work
</content>
</entry>
<entry>
<title>Update R to 1.1.0.  Many additions and bug-fixes from 1.1.0 make this</title>
<updated>2000-08-11T23:02:37Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2000-08-11T23:02:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f99736ae02a5b56b4cddbfbdbc269a684887964e'/>
<id>urn:sha1:f99736ae02a5b56b4cddbfbdbc269a684887964e</id>
<content type='text'>
a more usable replacement for S/S-PLUS.
</content>
</entry>
<entry>
<title>-add missing file to PLIST</title>
<updated>2000-06-20T15:40:12Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2000-06-20T15:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a44ce3ab4dfdcd767942389bc5b227999dcf322e'/>
<id>urn:sha1:a44ce3ab4dfdcd767942389bc5b227999dcf322e</id>
<content type='text'>
-correct compiler flag for a.out shared libs.  This addresses PR 10402.
</content>
</entry>
<entry>
<title>Update to R-1.0.1.  Move R library tree to ${PREFIX}/lib (a la perl5)</title>
<updated>2000-04-19T15:30:05Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2000-04-19T15:30:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=63eb4a08feace6f7afbb96d9c25ce9a2ae851bcc'/>
<id>urn:sha1:63eb4a08feace6f7afbb96d9c25ce9a2ae851bcc</id>
<content type='text'>
since it contains loadable shared object files that are platform-specific.
Lots of bug-fixes and additions ... it's getting closer to a usable
replacement for S-PLUS.
</content>
</entry>
<entry>
<title>fix the flag passed to cc for generating shared libs on a.out machines.</title>
<updated>2000-02-13T13:30:11Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2000-02-13T13:30:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=75567d66bb4dbe39d42db4bcd86532ada1a657b6'/>
<id>urn:sha1:75567d66bb4dbe39d42db4bcd86532ada1a657b6</id>
<content type='text'>
(was -Bshareable, now is -shared)
This fixes a compilation problem.  ELF machines should not be affected.
</content>
</entry>
<entry>
<title>Update R to 0.90.1.  Changes are tons of changes and bugfixes, too</title>
<updated>2000-01-12T22:05:30Z</updated>
<author>
<name>rh</name>
<email>rh</email>
</author>
<published>2000-01-12T22:05:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dbf0200a6d53807925218bfe90fb36f05e132b13'/>
<id>urn:sha1:dbf0200a6d53807925218bfe90fb36f05e132b13</id>
<content type='text'>
numerous to list here (see http://cran.r-project.org/src/base/NEWS for
more information).
</content>
</entry>
</feed>
