summaryrefslogtreecommitdiff
path: root/math/R
AgeCommit message (Collapse)AuthorFilesLines
2002-09-09Update R to 1.5.1, switch to buildlink2, change maintainer.markd5-2668/+311
User-Visible Changes o XDR support is now guaranteed to be available, so the default save format will always be XDR binary files, and it is safe to distribute data in that format. (We are unaware of any platform that did not support XDR in recent versions of R.) gzfile() is guaranteed to be available, so the preferred method to distribute sizeable data objects is now via save(compress = TRUE). o pie() replaces piechart() and defaults to using pastel colours. o formatC has new arguments (see below) and formatC(*, d = <dig>) is no longer valid and must be written as formatC(*, digits = <dig>). o Missingness of character strings is treated much more consistently, and the character string "NA" can be used as a non-missing value. o summary.factor() now uses a stable sort, so the output will change where there are ties in the frequencies. Plus lots of new features and many bug fixes.
2002-07-17Give path for -lblas so modules such as R-KernSmooth can find it whenmarkd1-2/+2
they try to link it.
2002-06-16don't key off of `alpha' to decide to do OSF specific things (-fpe3 flagdmcmahill5-65/+2564
to the fortran compiler). Also mark as not for older netbsd-alpha systems as this is an IEEE-754 infected program (hi ross!).
2002-05-24Reorder PLIST so pkg_delete works cleanlymarkd1-3/+3
2002-05-20Fix up distinfo to reflect last change to patches.cjep1-2/+2
2002-05-20Add NetBSD tag. Fix NetBSD tag in patch-ad.cjep2-1/+2
2002-05-03Add etc/Makeconf to REPLACE_BUILDLINK. Fixes pkg/16620markd1-2/+2
2002-04-23Change MASTER_SITES to use the CRAN list.markd2-14/+52
Add support for building R extension packages as pkgsrc packages. Bump PKGREVISION so extension packages can depend on a version of R with this support. Discussed with Johnny Lam.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-01Make local copy of R's package list writable before trying to appendmarkd2-1/+14
to it. From PR# pkg/15773 from Ray Brownrigg.
2002-03-01Update to version 1.4.1 from PR pkg/15757 by Ray Brownrigg with minor modsmarkd5-48/+86
by me. Changes and bug fixes from 1.3.1 are numerous. See the NEWS file in the distribution for details.
2001-12-11Include a patch for the generated configure script so that we don't havejlam3-7/+159
to depend on auto* tools at build-time. This fixes pkg/14916 by Brook Milligan <brook@biology.nmsu.edu>.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-1/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-13Add back COMMENT definition which got lost.agc1-1/+2
2001-07-23Update R to 1.3.0. This is a two-generation upgrade from the previous 1.1.1jlam4-52/+67
version in pkgsrc. There are many, many bugfixes, better compliance with S3/S4, and many additional statistical analysis functions added to the base library. There is also an improved (faster) garbage collector and support for dynamically sizing the memory used by R. The full summary of changes may be found on the R Project website.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-05-03Make this build again by fixing undefined references to MAIN__.jtb2-1/+16
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-26Add NOT_FOR_PLATFORMS=*-*-alpha as R requires IEEE math. Informationjlam1-1/+4
gleaned from port-alpha mailing list posting by Paul Mather <paul@gromit.dlib.vt.edu> in: http://mail-index.netbsd.org/port-alpha/2001/02/14/0004.html
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-11-03Homepage has moved.jlam1-2/+2
2000-08-16Update R to 1.1.1. This is primarily a bugfix release from version 1.1.0,jlam5-3120/+32
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
2000-08-11Update R to 1.1.0. Many additions and bug-fixes from 1.1.0 make thisjlam8-107/+155
a more usable replacement for S/S-PLUS.
2000-06-20-add missing file to PLISTdmcmahill3-4/+13
-correct compiler flag for a.out shared libs. This addresses PR 10402.
2000-04-19Update to R-1.0.1. Move R library tree to ${PREFIX}/lib (a la perl5)jlam10-2943/+3092
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.
2000-02-13fix the flag passed to cc for generating shared libs on a.out machines.dmcmahill2-11/+9
(was -Bshareable, now is -shared) This fixes a compilation problem. ELF machines should not be affected.
2000-01-12Update R to 0.90.1. Changes are tons of changes and bugfixes, toorh8-1323/+1913
numerous to list here (see http://cran.r-project.org/src/base/NEWS for more information).
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-23add USE_FORTRANdmcmahill1-4/+2
1999-08-26Update R to 0.64.2. Changes from 0.64.1:jlam8-41/+32
NEW FEATURES o new target for R installation testing : make strict-tests. o symnum(x) now nicely codes logical x. o convolve() has a new type = c("circular", "open", "filter") argument allowing more than the only circular convolution. o par(xpd) now has three settings: FALSE (clip to plot region), TRUE (clip to figure region), or NA (clip to device region). o zapsmall(x) works for complex x. o new global variable R.version.string (for plots & reports). Deprecated version & Version for new R.version & R.Version. o R CMD Rd2dvi has builtin "Usage" help and works for multiple files. Useful for automatic reference manual of a package. (doc/manual/lib2tex is more efficient for installed packages, however). BUG FIXES o power() is now fully implemented and documented. o A couple of problems with group generic operations. o A bug which meant that it was not possible to add elements to zero length lists in the obvious way has been fixed. x <- list(); x[[1]] <- 10 x <- list(); x[["a"]] <- 11 both now work. o save.image() ignored dot-names. (esp. .First()) o lab= argument to plot() misinterpreted by axis() via ... passing o NULL labels in text() caused segfault o matrix(f,...) with f a factor now coerces to character o documentation errors for substitute and is.vector, minor fixups for trig and nlm o Background colours are set properly on X11 devices with colortype="pseudo": sometimes they were not allocated separately. o C() works (again?) for a single argument. o is.na() didn't work properly for "list" arguments. o symnum() sometimes failed with arrays of rank >= 3. o in some cases one could get nonblack color instead of black on 2nd x11() window. o influence.measures(.) $ is.influential was wrong on the cooks.distance. o printing of complex NaN/Inf was wrong as well. o printing of complex named vectors had a wrong initial space. o allow trailing space in character->numeric coercion o library() gave wrong "masked" warnings in some cases. o par(xpd) semantics were not compatible with S. o rect() output was not clipped in PostScript. o par(pin=c(width, height)) was behaving as par(pin=c(width, width)). o Non-blank separated data files didn't have their 1st field handled properly. o "aux" directory moved to "tools" to avoid difficulties on Windows. o structure() clobbered factors with missing levels. o pmatch() misbehaved on duplicate matches. o R CMD Rd2dvi <file.Rd> works again. o logical binops tried to set time series parameters before dimensions. o upped the BUFSIZE in model.c (NOT proper long-term solution). o dput(), dump() and deparse() now always use DBL_DIG (=15) digits for numeric formatting. o chull() now works for vertical borders, such as in chull(c(1,1,2),3:1).
1999-07-13Update readline dependency.jlam1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+8
1999-06-09default R_PAPERSIZE to A4 if PAPERSIZE is not set.hubertf1-1/+3
1999-05-25Oops...still learning CVS. Forgot to add these files before the commit.jlam4-0/+80
1999-05-25Oops, still learning CVS. Forgot to remove these files before the commit.jlam2-48/+0
1999-05-25Updated R to 0.64.1. Too many changes from 0.62.1 to enumerate.jlam5-185/+310
See NEWS file in distribution.
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-14Reflect update of f2c.frueauf1-2/+2
1998-12-21Update R to 0.63.1, provided in pr 6618 by Johnny C. Lam.frueauf7-17/+107
Changes since 0.63.0 are mostly bigfixes and patches that make it actually work properly with NetBSD.
1998-12-04Initial addition of R-0.63.0, a language for data analysis and graphics.frueauf5-0/+2180
Provided in pr 6493 by Johnny C. Lam.