c283 FreshPorts -- math/R-cran-car
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
R-cran-car 2.0.17 math on this many watch lists=0 search for ports that depend on this port
Companion to Applied Regression for R
Maintained by: dbn@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 May 2009 17:34:13
License: GPLv2


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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. math/R
  2. lang/gcc
  3. devel/binutils
Required To Run:
  1. math/R
  2. lang/gcc

This port is required by:

for Run

To install the port: cd /usr/ports/math/R-cran-car/ && make install clean
To add the package: pkg_add -r R-cran-car


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://cran.cnr.berkeley.edu/src/contrib/
  3. http://cran.cnr.berkeley.edu/src/contrib/Archive/car/
  4. http://cran.md.tsukuba.ac.jp/src/contrib/
  5. http://cran.md.tsukuba.ac.jp/src/contrib/Archive/car/
  6. http://cran.ms.unimelb.edu.au/src/contrib/
  7. http://cran.ms.unimelb.edu.au/src/contrib/Archive/car/
  8. http://cran.rakanu.com/src/contrib/
  9. http://cran.rakanu.com/src/contrib/Archive/car/
  10. http://cran.stat.unipd.it/src/contrib/
  11. http://cran.stat.unipd.it/src/contrib/Archive/car/
  12. http://cran.univ-lyon1.fr/src/contrib/
  13. http://cran.univ-lyon1.fr/src/contrib/Archive/car/
  14. http://ftp.ctex.org/mirrors/CRAN/src/contrib/
  15. http://ftp.ctex.org/mirrors/CRAN/src/contrib/Archive/car/
  16. http://ftp5.gwdg.de/pub/misc/cran/src/contrib/
  17. http://ftp5.gwdg.de/pub/misc/cran/src/contrib/Archive/car/
  18. http://mirror.its.dal.ca/cran/src/contrib/
  19. http://mirror.its.dal.ca/cran/src/contrib/Archive/car/
  20. http://mirrors.dotsrc.org/cran/src/contrib/
  21. http://mirrors.dotsrc.org/cran/src/contrib/Archive/car/
  22. http://mirrors.ibiblio.org/pub/mirrors/CRAN/src/contrib/
  23. http://mirrors.ibiblio.org/pub/mirrors/CRAN/src/contrib/Archive/car/

Number of commits found: 32

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
06 May 2013 18:10:36
Original commit files touched by this commit  2.0.17
dbn search for other commits by this committer
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
Original commit files touched by this commit  2.0.16_2
bf search for other commits by this committer
update math/R to 2.15.3, and adjust dependent ports
20 Feb 2013 17:49:00
Original commit files touched by this commit  2.0.16_1
dbn search for other commits by this committer
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
Original commit files touched by this commit  2.0.15_1
dbn search for other commits by this committer
 - 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
Original commit files touched by this commit  2.0.15_1
bf search for other commits by this committer
update the R base ports to 2.15.2 and adjust dependent ports

Reviewed by:	thierry, tota, wen
20 Oct 2012 16:19:21
Original commit files touched by this commit  2.0.15
rakuco search for other commits by this committer
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
Original commit files touched by this commit  2.0.14
wen search for other commits by this committer
- 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
Original commit files touched by this commit  2.0.12_2
bf search for other commits by this committer
update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
04 May 2012 20:56:15
Original commit files touched by this commit  2.0.12_1
bf search for other commits by this committer
- 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
Original commit files touched by this commit  2.0.12
rm search for other commits by this committer
- 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
Original commit files touched by this commit  2.0.11_3
bf search for other commits by this committer
update math/R to 2.14.2, and adjust dependent ports
18 Jan 2012 23:04:08
Original commit files touched by this commit  2.0.11_2
bf search for other commits by this committer
update math/R to 2.14.1, and adjust dependent ports
27 Nov 2011 07:02:15
Original commit files touched by this commit  2.0.11_1
bf search for other commits by this committer
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
Original commit files touched by this commit  2.0.11
tota search for other commits by this committer
- 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
Original commit files touched by this commit  2.0.11
tota search for other commits by this committer
- Update to 2.0-11

PR:             ports/161918
Submitted by:   David Naylor (maintainer)
11 Oct 2011 14:19:46
Original commit files touched by this commit  2.0.10_2
bf search for other commits by this committer
update math/R to 2.13.2, and adjust dependent ports
28 Jul 2011 04:19:58
Original commit files touched by this commit  2.0.10_1
bf search for other commits by this committer
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
Original commit files touched by this commit  2.0.10
bf search for other commits by this committer
update to 2.0-10

PR:             156858
Submitted by:   David Naylor (maintainer)
07 May 2011 03:29:59
Original commit files touched by this commit  1.2.16_3
bf search for other commits by this committer
- 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
Original commit files touched by this commit  1.2.16_2
bf search for other commits by this committer
Use DISTVERSION for CRAN ports with hyphenated versions

Approved by:    wen
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.2.16_2
miwi search for other commits by this committer
- Get Rid MD5 support
28 Feb 2011 16:03:13
Original commit files touched by this commit  1.2.16_2
bf search for other commits by this committer
- 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
Original commit files touched by this commit  1.2.16_1
bf search for other commits by this committer
- 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
Original commit files touched by this commit  1.2.16
tota search for other commits by this committer
- 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
Original commit files touched by this commit  1.2.16
tota search for other commits by this committer
- Use R_MOD_AUTOPLIST instead of pkg-plist

Approved by:    wen
24 Apr 2010 07:35:44
Original commit files touched by this commit  1.2.16
wen search for other commits by this committer
- Update to 1.2.16

Approved by:    maintainer(implicit)
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.2.13_4
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.2.13_3
dinoex search for other commits by this committer
- update to jpeg-8
25 Dec 2009 14:35:38
Original commit files touched by this commit  1.2.13_2
miwi search for other commits by this committer
- Fix build after math/R update

Submitted by:   wen@, "b. f." <bf1783@googlemail.com>
16 Oct 2009 14:00:34
Original commit files touched by this commit  1.2.13_1
wen search for other commits by this committer
- 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
Original commit files touched by this commit  1.2.13_1
dinoex search for other commits by this committer
- 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
Original commit files touched by this commit  1.2.13
wxs search for other commits by this committer
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>

Number of commits found: 32

2833
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days25
new fortnight57
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0