aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-Zelig
Commit message (Collapse)AuthorAgeFilesLines
* update R to 2.13.1 [1], and adjust dependent ports (thisBrendan Fabeny2011-07-281-0/+1
| | | | | | | | | | | | includes workarounds intended to fix the broken sparc64 build, and fixes to the static libR, which is now in a separate slave port, math/libR) PR: 158947 [1] Submitted by: wen ([1], independently) Notes: svn path=/head/; revision=278443
* - Update to 3.5Wen Heping2011-05-102-4/+3
| | | | Notes: svn path=/head/; revision=273898
* - update to 2.13.0Brendan Fabeny2011-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - switch to the bundled Rblas and Rlapack by default (this can be changed by setting BLAS and LAPACK) which favors correctness in some corner cases over a slight performance penalty; this will be revisited after the blas and lapack updates - replace the STATIC_LIBR option with a LIBR option (on by default): if on, libR.a and libR.so are installed, and R is linked to libR.so. Otherwise, R is static, and no libRs are installed. - remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1] - enable the cairo and pango elements in the X11() graphics device by default, controlled by new PANGOCAIRO option - add a few small patches to dependent ports, bumping PORTREVISION where necessary PR: 153309 [1] Approved by: thierry (rkward*), wen (rpy*, R-cran-*) Notes: svn path=/head/; revision=273724
* Use DISTVERSION for CRAN ports with hyphenated versionsBrendan Fabeny2011-04-301-2/+2
| | | | | | | Approved by: wen Notes: svn path=/head/; revision=273365
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update R to 2.12.2, a bugfix releaseBrendan Fabeny2011-02-281-1/+1
| | | | | | | | | | - Bump PORTREVISION of dependent ports, where necessary Approved by: makc, miwi (mentors, implicit) Notes: svn path=/head/; revision=270002
* - Update R to 2.12.1Brendan Fabeny2011-01-291-0/+1
| | | | | | | | | | | | - Bump PORTREVISION of dependent ports Approved by: makc, miwi (mentors, implicit) pav (portmgr) Feature safe: yes Notes: svn path=/head/; revision=268391
* - Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mkTAKATSU Tomonari2010-09-261-2/+1
| | | | | | | | | | - Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk - Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving Approved by: wen (via e-mail) Notes: svn path=/head/; revision=261877
* - Use R_MOD_AUTOPLIST instead of pkg-plistTAKATSU Tomonari2010-08-152-662/+1
| | | | | | | Approved by: wen Notes: svn path=/head/; revision=259251
* - Update to 3.4.8Wen Heping2010-04-243-132/+93
| | | | | | | - Update my mail address to FreeBSD Notes: svn path=/head/; revision=253151
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Fix build after math/R updateMartin Wilke2009-12-252-201/+6
| | | | | | | Submitted by: wen@, "b. f." <bf1783@googlemail.com> Notes: svn path=/head/; revision=246594
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Zelig is an easy-to-use program that can estimate, and help interpret theMartin Wilke2009-03-274-0/+930
results of, an enormous range of statistical models. It literally is "everyone's statistical software" because Zelig's simple unified framework incorporates everyone else's (R) code. We also hope it will become "everyone's statistical software" for applications and teaching, and so have designed Zelig so that anyone can easily use it or add their programs to it. Zelig also comes with infrastructure that facilitates the use of any existing method, such as by allowing multiply imputed data for any model, and mimicking the program Clarify (for Stata) that takes the raw output of existing statistical procedures and translates them into quantities of direct interest. WWW: http://gking.harvard.edu/zelig PR: ports/133115 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=231151