1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
David Naylor
7a04354674 math/R-cran-car: updated to version 3.0-2
- removed PORTREVISION due to version bump
 - add new run dependencies:
   - astro/R-cran-maptools
   - devel/R-cran-abind
   - math/R-cran-carData
   - math/R-cran-lme4
   - textproc/R-cran-rio
 - remove unused test dependency:
   - math/R-cran-lme4
 - update description to align with CRAN package
 - update website URL to align with CRAN package
 - changelog:
   - This version deals with a technical problem (reported by Don van den
     Bergh), implementing a solution suggested by Brian Ripley: Rather than
     importing utils::askYesNo(), which is unavailable before R 3.5.0, a
     local unexported copy is supplied in the car package, to be removed
     after version 3.0-2.

Generated by:	portcran (0.1.9)
2018-10-24 16:31:07 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
David Naylor
6769568054 math/R-cran-car: updated to version 2.1-6
- remove unused test dependencies:
   - math/R-cran-nloptr
 - changelog:
   - Made several functions compatible with vcov() in R-devel (3.5.0).

Generated by:	portcran (0.1.6)
2017-12-18 07:32:48 +00:00
David Naylor
47385baad4 math/R-cran-car: updated to version 2.1-5
- no changelog provided

Generated by:	portcran (0.1.5)
2017-07-09 10:07:34 +00:00
David Naylor
9920d3ae65 qa: add check for NO_ARCH
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,

Changes to ports:
 - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
   removed.
 - Ports that have elf(5) payloads have had those files added to
   NO_ARCH_IGNORE.
 - R-cran ports that do not set USES=cran:compiles have NO_ARCH set,

PR:		218976
Reviewed by:	antoine, mat
Approved by:	portmgr
2017-06-18 18:09:16 +00:00
David Naylor
cbba43df39 math/R-cran-car: updated to version 2.1-4
- updated comment to align with CRAN package
 - updated license to align with CRAN package
 - add new test dependencies:
   - math/R-cran-MatrixModels
   - math/R-cran-SparseM
   - math/R-cran-lme4
   - math/R-cran-nloptr
   - math/R-cran-survey
 - set NO_ARCH as port does not compile

Generated by:	portcran (0.1.3)
2016-12-20 09:56:19 +00:00
David Naylor
90be500646 Convert R-cran ports to auto-plist.
These ports did not properly handle the DOCS options (in math/R).
2016-11-19 12:57:24 +00:00
David Naylor
2542f11ad1 math/R-cran-car: update to 2.1-3.
- Corrected documentation for mcPlots
 - added id.location argument to showLabels to vary location of labels
 - added fix for compatiblity with Rcmdr with missing data in several plotting
   functions.
 - deltaMethod() now reports confidence intervals.
 - print.summary.Anova.mlm() has new SSP and SSPE arguments to determine
   whether the corresponding matrices are printed (suggestion of Michael
   Friendly).
 - summary() and print() methods for Anova.mlm() can now report univariate
   ANOVAs (suggestion and some code by Michael Friendly).
 - added "value" and "vcov" attributes to objects returned by
   linearHypothesis() (after suggestions by Liviu Andronic and Steven Yen).
 - compareCoefs() now checks classes of models.
 - small fixes/changes.
2016-08-15 16:31:39 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
David Naylor
30cb827613 math:R-cran-car: update to 2.1-2.
Changes:
 - Add lmtest and sandwich as test dependencies.

ChangeLog:
 - Modified scatter3d() so that plots can be embedded in HTML.
2016-03-28 06:45:00 +00:00
David Naylor
25f63a2dc7 math/R-cran-car: update to 2.1-1.
Changes:
 * Use explicit pkg-plist instead of autoplist.  Using an explicit pkg-plist
   is more robust against "silent" errors or changes.

ChangeLog:
 - influencePlot now returns Cook's distance, not its square root.
 - Anova() now supports "coxme" objects (produced by coxme() in coxme package)
   (request of Philipp Sprenger).
 - Anova() now works via its default method with "vglm" objects produced by
   functions in the VGAM package; and the default method of linearHypothesis()
   again works with these objects (problem reported by Michael Friendly).
 - Fixed Anova.coxph() so that it takes account of method (ties) argument (bug
   reported by Karl Ove Hufthammer).
 - Improvements to Anova.default() so that a wider variety of model classes are
   accommodated (following request of Liviu Andronic.)
 - dataEllipse() now throws an error if there are too few colors for the number
   of groups (fixing bug reported by Ottorino Pantani).
 - spreadLevelPlot.lm() now includes an optional smoother in addition to the
   fitted straight line (suggestion of Michael Friendly).
 - No longer import methods (as opposed to generics) directly from pbkrtest.
 - Added axis.ticks argument to scatter3d() (code contributed by
   David Winsemius).
2016-02-13 14:13:55 +00:00
David Naylor
ebba12ec9c math/R-cran-car: update to 2.1-0
Changes:
 - Remove port's broken and depreciated status
 - Add two dependencies
 - Add GPLv3 as dual license
 - Update website URL

Change Log:
 - New power family called skewPower has been added that can be used with the
   Box Cox method with a few negative responses (joint work with Doug Hawkins).
   Several functions modified to accomodate two-parameter power families.
 - Fixed bug in Anova() for coxph models with clusters (reported by Jesus
   Humberto Gomez ), due apparently to a change in coxph().
 - Anova() F-tests for binomial and Poisson GLMs now changes
   error.estimate="dispersion" to "pearson" as advertized (bug reported by
   Will Petry).
 - Improved behavior of above-plot legends in scatterplot().
 - Fixed sp() (bug reported by Cesar Rabak).
 - Conforms to new CRAN requirements for package imports.

Reported by:	tota@
PR:		203418
PR:		204587
2015-11-28 14:30:40 +00:00
TAKATSU Tomonari
964d0325de - Postpone EXPIRATION_DATE to fix math/R-cran-car and
devel/R-cran-caret
2015-10-29 17:24:00 +00:00
Antoine Brodin
3774779a15 Deprecate ports broken for more than 6 months 2015-09-26 21:39:10 +00:00
Antoine Brodin
dd96ca2977 Mark BROKEN: missing dependency
===>  Staging for R-cran-car-2.0.25
===>   Generating temporary packing list
ERROR: dependencies 'pbkrtest', 'quantreg' are not available for package 'car'

Reported by:	pkg-fallout
2015-03-28 17:40:35 +00:00
David Naylor
988b01fd2d math/R-cran-car: update to 2.0-25.
Changes to Version 2.0-25
 * Fixed df check in linearHypothesis.default() (bug report by Pierre Chausse).
 * Fixed bug when vcov. argument to Anova() is a function (reported by Liviu
   Andronic).
 * Now export .carEnv to avoid problem with update() in Boot() (reported by
   Alan T. Arnholt).

Changes to Version 2.0-24
 * Fixed broken URLs.
 * Changed handling of .carEnv environment.
 * Moved pbkrtest, quantreg, and mgcv from Suggests: to Imports:.

Changes to Version 2.0-23
 * Modified ScatterplotSmoothers to add an 'offset' to the vertical axis of
   spread smooths.  This are required in the marginal model plot functions.
 * Fixed labels on mcPlot with overlay=FALSE
 * Check for 0 residual df and 0 residual deviance (within rounding) in Anova()
   and linearHypothesis() (problem reported by Jonathan Love).
 * Fixed model.matrix.lme and model.matrix.gls utility functions, and hence
   Anova and vif, respectively, to work with models specified with formulas
   supplied as objects (after problem noted by Gang Chen).
 * Added Wong data set, used in mixed-models appendix.
2015-03-22 17:05:16 +00:00
David Naylor
9d5f1268c4 Update math/R-cran-car to 2.0-22.
Changes to Version 2.0-22
 * corrected bug in 'terms' argument in residualPlots, and other graphic
   functions with a 'terms' argument
 * added residual curvature tests for glm.nb
 * mcPlot and mcPlot draw 'marginal/conditional' plots for lm objects.  The
   marginal plot is of the centered response versus a centered regressor; the
   conditional plot is the corresponding added-variable plot.  The plots can be
   overlaid or viewed side-by-side.
 * added argument marginal.scale to avPlots to scale the added-variable plot for
   Y on X|Z using the scale from the marginal plot of Y vs X ignoring X.  The
   default is FALSE, corresponding to using scaling to maximize resolution or
   use xlim and ylim to set user scaling.
 * Fixed bugs in Anova.survreg() that could affect types II, II tests, both Wald
    and LR, and one similar bug in linearHypothesis.survreg().
 * Replaced calls to require() with requireNamespace() where possible
   (suggestion of Brian Ripley).
 * The following functions now produce warnings rather than errors when there
   are empty groups: scatterplot(), scatterplotMatrix(),scatter3d(),
   densityPlot().
 * Corrected name of "Blackmoor" dataset to "Blackmore".
 * Added KosteckiDillon migraines dataset (contributed by Georges Monette).
 * introduced linearHypothesis.rlm() for rlm models (suggestion of Matthieu
   Stigler).
 * Small bug fixes/improvements.
2014-12-05 12:26:36 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
David Naylor
b7172281ec Update math/R-cran-car to 2.0-21.
ChangeLog:
 * residualPlot error when using 'type="rstudent" has been fixed.
 * Minor change to "recode" documentation; improved error checking in
    recode().
 * Fixed a bug in gamLine with non-canonical links. (Thanks to Hani Christoph)
 * Added has.intercept.multinom() to make Anova() work with multinom objects
    fit to a dichotomous response (after bug report by Kristian Hovde Liland).
 * Replaced vif.lm() with vif.default() to cover wider variety of models
    (after question by Laura Rigg about gls models).
 * Diagonal panels in scatterplotMatrix() (except for histograms) show
     groups separately when plotted by groups (suggestion by Erich Neuwirth).
 * Added vcov. argument to Anova.lm().
2014-08-23 17:30:43 +00:00
David Naylor
feac038824 Update math/R-cran-car to 2.0-20.
ChangeLog:
 o Added new id.method="r" to showLabels for labeling plots of residuals;
   default id.method changed in residualPlots.
 o Fixed handling of labels argument to outlierTest()
   (bug report by Stephane Laurent).
 o Accommodate numeric variables consisting entirely of NAs in recode()
   (suggestion of Karl Ove Hufthammer).
 o Prevent dataEllipse() from opening a graphics device when draw=FALSE
   (fixing bug reported by Rafael Laboissiere).
 o The functions makeHypothesis() and printHypothesis(), intended for
   internal use, are exported so that they can be used in other packages
   (request of Arne Henningsen).
 o Small fixes.
2014-05-03 09:41:28 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
David Naylor
e288e58754 Convert Mk/bsd.cran.mk to the Uses framework.
PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
2013-12-28 10:28:40 +00:00
David Naylor
f62456a872 Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.

Exp-run:	ports/184216
Reviewed by:	bdrewery
Approved by:	portsmgr, wen
2013-11-27 18:56:43 +00:00
Brendan Fabeny
1b81841d48 Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
2013-11-13 08:19:34 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
David Naylor
5b262d0505 Update math/R-cran-car to 2.0.19.
ChangeLog:
 * fixed scoping problems in Boot, bootCase, and ncvTest
 * added an argument to deltaMethod for passing arguments to get scoping right when calling linearHypothesis in another function; other deltaMethod bugs fixed
 * slight modification to documentation of Boot
 * summary() method for "Anova.mlm" objects now returns an object, printed by a corresponding print() method (adapting code contributed by Gabriel Baud-Bovy).
 * added .merMod methods to Anova(), deltaMethod(), linearHypothesis(), matchCoefs(), and unexported utilities df.residual() and has.intercept(); insured compatibility with nlme and CRAN and developments versions of lme4.
 * added use argument to scatterplotMatrix() (suggstion of Antoine Lizee).
 * export linearHypothesis.default() for use in other packages (suggestion of Achim Zeileis).
 * small changes and fixes.
2013-10-06 17:32:53 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
David Naylor
dfb28d561f Update math/R-cran-car to 2.0-18.
ChangeLog:
 o Bug fix to boot with type="residual"
 o Added densityPlot() function.

Approved by:	eadler,bdrewery (mentors, implicit)
2013-06-17 11:50:39 +00:00
Brendan Fabeny
e80e131996 Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
2013-05-28 15:15:05 +00:00
David Naylor
17bcf0ce89 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)
2013-05-06 18:10:35 +00:00
Brendan Fabeny
51cd110a01 update math/R to 2.15.3, and adjust dependent ports 2013-03-07 04:21:34 +00:00
David Naylor
9abc7c660a 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)
2013-02-20 17:49:00 +00:00
David Naylor
6248a797e6 - Update to my new FreeBSD address
- Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
2013-01-16 20:15:07 +00:00
Brendan Fabeny
3f2ca9c1d8 update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by:	thierry, tota, wen
2013-01-04 17:51:39 +00:00
Raphael Kubo da Costa
3033530a18 Update to 2.0-15.
PR:		ports/172776
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe:	yes
2012-10-20 16:19:21 +00:00
Wen Heping
86d3512bf7 - 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]
2012-10-01 09:51:15 +00:00
Brendan Fabeny
3503a3164f update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
2012-06-26 23:57:00 +00:00
Brendan Fabeny
aa89760550 - 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]
2012-05-04 20:56:15 +00:00
Ruslan Makhmatkhanov
e1a34e936e - update to 2.0-12
PR:		166437
Submitted by:	David Naylor <naylor.b.david at gmail dot com> (maintainer)
Feature safe:	yes
2012-03-27 20:08:25 +00:00
Brendan Fabeny
2dbc7784bc update math/R to 2.14.2, and adjust dependent ports 2012-03-03 16:59:36 +00:00
Brendan Fabeny
6ef707b384 update math/R to 2.14.1, and adjust dependent ports 2012-01-18 23:04:08 +00:00
Brendan Fabeny
5d57d97db9 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
2011-11-27 07:02:15 +00:00
TAKATSU Tomonari
8361e1265d - 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
2011-11-15 20:09:02 +00:00
TAKATSU Tomonari
e5e64fef98 - Update to 2.0-11
PR:		ports/161918
Submitted by:	David Naylor (maintainer)
2011-10-29 18:20:43 +00:00
Brendan Fabeny
14e140238c update math/R to 2.13.2, and adjust dependent ports 2011-10-11 14:19:46 +00:00
Brendan Fabeny
73fa6e1345 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)
2011-07-28 04:19:58 +00:00
Brendan Fabeny
b6a7960295 update to 2.0-10
PR:		156858
Submitted by:	David Naylor (maintainer)
2011-05-08 05:11:41 +00:00
Brendan Fabeny
f08fd58316 - 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-*)
2011-05-07 03:29:59 +00:00
Brendan Fabeny
5022bd5547 Use DISTVERSION for CRAN ports with hyphenated versions
Approved by:	wen
2011-04-30 07:59:12 +00:00