| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 May 2013 18:10:36
2.0.17
|
dbn  |
Update math/R-cran-car to 2.0-17.
ChangeLog:
o Add a variable to AMSsurvey.
o Fix to residualPlots to compute lack of fit tests with missing values and
glms.
o Fix to residualPlots with a 0/1 variable not declared a factor.
o Boxplot() now works properly with at argument passed to boxplot() via ...
(contribution of Steve Ellison).
o qqPlot.lm() now works with "aov" objects (fixing problem reported by
Thomas Burk).
o Small fixes to code and docs.
Approved by: eadler,bdrewery (mentors, implicit) |
07 Mar 2013 04:21:35
2.0.16_2
|
bf  |
update math/R to 2.15.3, and adjust dependent ports |
20 Feb 2013 17:49:00
2.0.16_1
|
dbn  |
Update math/R-cran-car to 2.0-16.
Changes to Version 2.0-16
o Fixed bug in printing of hypotheses by linearHypothesis(), where numeric
constants of the form 1.* or -1.* were printed incorrectly (reported by
Johannes Kutsam).
o Fixed a bug in showLabels() with multiple groups in the scatterplot() and
scatterplotMatrix() function
o linearHypothesisTest() now tolerates newlines and tabs in hypotheses
(suggestion of David Hugh-Jones).
o two bugs fixed in Boot() (found by David Pain) changed argument f to f.
in bootCase().
o summary.Boot(), confint.Boot() and hist.Boot() handle aliases correctly.
o Boxplot.formula() now accepts more than one conditioning variable
(suggestion of Christina Yassouridis).
o Small fixes.
Approved by: bdrewery (mentor) |
16 Jan 2013 20:15:07
2.0.15_1
|
dbn  |
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor) |
04 Jan 2013 17:51:39
2.0.15_1
|
bf  |
update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by: thierry, tota, wen |
20 Oct 2012 16:19:21
2.0.15
|
rakuco  |
Update to 2.0-15.
PR: ports/172776
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe: yes |
01 Oct 2012 09:51:16
2.0.14
|
wen  |
- Update to 2.0-14 [1]
- Convert to new Makefile format
PR: 172136 [1]
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) [1] |
26 Jun 2012 23:57:00
2.0.12_2
|
bf  |
update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports |
04 May 2012 20:56:15
2.0.12_1
|
bf  |
- update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
flexible and allow CRAN ports to override it; add a regression-test
target; set USE_FORTRAN to match math/R; remove some of the
redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS
Reviewed by: thierry, tota, wen
Approved by: D. Rue (maintainer) [1], wen [2] |
27 Mar 2012 20:08:25
2.0.12
|
rm  |
- update to 2.0-12
PR: 166437
Submitted by: David Naylor <naylor.b.david at gmail dot com> (maintainer)
Feature safe: yes |
03 Mar 2012 16:59:36
2.0.11_3
|
bf  |
update math/R to 2.14.2, and adjust dependent ports |
18 Jan 2012 23:04:08
2.0.11_2
|
bf  |
update math/R to 2.14.1, and adjust dependent ports |
27 Nov 2011 07:02:15
2.0.11_1
|
bf  |
update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
dependent ports
Approved by: linimon (portmgr), thierry, tota, wen
Feature safe: yes |
15 Nov 2011 20:09:02
2.0.11
|
tota  |
- Move PKGNAMEPREFIX defined in each R-cran- related ports Makefile
to Mk/bsd.cran.mk
PR: ports/162238
Submitted by: tota (myself)
Approved by: wen (maintainer of Mk/bsd.cran.mk and many related ports),
David Naylor <naylor_DOT_b_DOT_david_AT_gmail_DOT_com>
(maintainer of math/R-cran-RSvgDevice and math/R-cran-car),
Dan Rue <drue_AT_therub_DOT_org>
(maintainer of math/R-cran-psych, timeout > 2 weeks)
Feature safe: yes |
29 Oct 2011 18:20:43
2.0.11
|
tota  |
- Update to 2.0-11
PR: ports/161918
Submitted by: David Naylor (maintainer) |
11 Oct 2011 14:19:46
2.0.10_2
|
bf  |
update math/R to 2.13.2, and adjust dependent ports |
28 Jul 2011 04:19:58
2.0.10_1
|
bf  |
update R to 2.13.1 [1], and adjust dependent ports (this
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) |
08 May 2011 05:11:41
2.0.10
|
bf  |
update to 2.0-10
PR: 156858
Submitted by: David Naylor (maintainer) |
07 May 2011 03:29:59
1.2.16_3
|
bf  |
- update to 2.13.0
- 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-*) |
30 Apr 2011 07:59:13
1.2.16_2
|
bf  |
Use DISTVERSION for CRAN ports with hyphenated versions
Approved by: wen |
20 Mar 2011 12:54:45
1.2.16_2
|
miwi  |
- Get Rid MD5 support |
28 Feb 2011 16:03:13
1.2.16_2
|
bf  |
- Update R to 2.12.2, a bugfix release
- Bump PORTREVISION of dependent ports,
where necessary
Approved by: makc, miwi (mentors, implicit) |
29 Jan 2011 16:53:21
1.2.16_1
|
bf  |
- Update R to 2.12.1
- Bump PORTREVISION of
dependent ports
Approved by: makc, miwi (mentors, implicit)
pav (portmgr)
Feature safe: yes |
26 Sep 2010 07:59:14
1.2.16
|
tota  |
- Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mk
- 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) |
15 Aug 2010 02:48:05
1.2.16
|
tota  |
- Use R_MOD_AUTOPLIST instead of pkg-plist
Approved by: wen |
24 Apr 2010 07:35:44
1.2.16
|
wen  |
- Update to 1.2.16
Approved by: maintainer(implicit) |
28 Mar 2010 06:47:48
1.2.13_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.2.13_3
|
dinoex  |
- update to jpeg-8 |
25 Dec 2009 14:35:38
1.2.13_2
|
miwi  |
- Fix build after math/R update
Submitted by: wen@, "b. f." <bf1783@googlemail.com> |
16 Oct 2009 14:00:34
1.2.13_1
|
wen  |
- Change maintainer's email address
PR: ports/139655
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by: miwi(mentor) |
31 Jul 2009 13:57:52
1.2.13_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
02 May 2009 17:33:29
1.2.13
|
wxs  |
This package accompanies J. Fox, An R and S-PLUS Companion to Applied
Regression, Sage, 2002. The package contains mostly functions for applied
regression, linear models, and generalized linear models, with an emphasis on
regression diagnostics, particularly graphical diagnostic methods. There are
also some utility functions. With some exceptions, I have tried not to duplicate
capabilities in the basic distribution of R, nor in widely used packages. Where
relevant, the functions in car are consistent with na.action = na.omit or
na.exclude.
WWW: http://cran.r-project.org/web/packages/car/index.html
PR: ports/133708
Submitted by: David Naylor <naylor.b.david@gmail.com> |