Version: 4.1.2, Package name: R-4.1.2 |
Maintained by: Ingo Feinerer |
Master sites: |
Description R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. |
Filesize: 33211.986 KB |
Version History (View Complete History) |
|
2021-11-04 01:57:06 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 4.1.2 |
2021-08-10 04:34:02 by Ingo Feinerer | Files touched by this commit (4) |
Log message: Update to R 4.1.1 |
2021-06-04 04:11:43 by Ingo Feinerer | Files touched by this commit (6) |
Log message: Update to R 4.1.0 |
2021-04-01 05:52:25 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 4.0.5 |
2021-02-15 03:43:19 by Ingo Feinerer | Files touched by this commit (4) |
Log message: Update to R 4.0.4 |
2020-10-10 03:52:52 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 4.0.3 |
2020-06-23 12:54:24 by Ingo Feinerer | Files touched by this commit (2) |
Log message: Update to R 4.0.2 |
2020-06-08 12:36:28 by Ingo Feinerer | Files touched by this commit (2) |
Log message: Use hw.ncpuonline to report the number of cores |
2020-06-06 15:57:17 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 4.0.1 |
2020-05-17 23:26:13 by Ingo Feinerer | Files touched by this commit (5) |
Log message: Update to R 4.0.0 OK pirofti@ |
2020-03-02 07:07:05 by Ingo Feinerer | Files touched by this commit (2) |
Log message: Update to R 3.6.3 |
2019-12-18 06:05:49 by Ingo Feinerer | Files touched by this commit (4) |
Log message: Update to R 3.6.2 Tests and feedback on arm64 from martin@ and bcallah@ |
2019-07-05 13:27:30 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 3.6.1 Help regarding shared libraries versioning by sthen@; OK kn@ |
2019-05-17 10:45:30 by Stuart Henderson | Files touched by this commit (94) |
Log message: set png16 WANTLIB entries back to png following the change in soname part done by portbump, part by hand (it is easily confused) |
2019-05-08 14:17:21 by Brian Callahan | Files touched by this commit (1) |
Log message: Use flang to build R on arm64 ok jca@ steven@ |
2019-04-29 02:52:48 by Ingo Feinerer | Files touched by this commit (5) |
Log message: Update to R 3.6.0 OK kn@ |
2019-04-28 15:08:27 by Christian Weisgerber | Files touched by this commit (20) |
Log message: Bump all ports that depend on ports-gcc on the clang archs. SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. |
2019-03-17 01:16:32 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 3.5.3 OK pirofti@ |
2019-02-21 13:04:34 by Theo Buehler | Files touched by this commit (2) |
Log message: Fix use-after-free found the hard way with vm.malloc_conf=F. Upstream SVN commit #76143. ok feinerer (maintainer) |
2018-12-23 01:03:45 by Ingo Feinerer | Files touched by this commit (4) |
Log message: Update to R 3.5.2 OK pirofti@ |
2018-11-14 13:48:22 by Stuart Henderson | Files touched by this commit (33) |
Log message: bump ports known/suspected to be affected by issue with libedit/libreadline and termcap on lld arches. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-07-03 15:46:50 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 3.5.1 |
2018-07-01 03:02:41 by Marc Espie | Files touched by this commit (33) |
Log message: add @tag markers/bump packages that depend on texlive/base to include ,-main |
2018-04-24 11:13:38 by Ingo Feinerer | Files touched by this commit (5) |
Log message: Update to R 3.5.0 OK pirofti@, kn@ |
2018-03-16 23:15:09 by Ingo Feinerer | Files touched by this commit (4) |
Log message: Update to R 3.4.4 ok rsadowski@ |
2017-08-24 03:45:24 by Stuart Henderson | Files touched by this commit (42) |
Log message: bump; textproc/icu4c now uses multi-packages for -wwwdata |
2017-07-01 23:18:42 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 3.4.1 OK rsadowski@, pirofti@ |
2017-05-04 05:13:52 by Edd Barrett | Files touched by this commit (18) |
Log message: Unify usage of mktexlsr across the ports tree. Also add a missing RUN_DEPEND to fonts/pscyr. Found during testing. Raised, input from, and OK, sthen@, thanks. |
2017-04-26 11:29:58 by Ingo Feinerer | Files touched by this commit (5) |
Log message: Update to R 3.4.0 OK pirofti@ |
2017-03-09 03:10:41 by Ingo Feinerer | Files touched by this commit (1) |
Log message: Remove devel/libidn from LIB_DEPENDS. OK sthen@ |
2017-03-08 22:18:44 by Ingo Feinerer | Files touched by this commit (5) |
Log message: Update to R 3.3.3 OK pirofti@ |
2016-11-04 05:35:21 by Stuart Henderson | Files touched by this commit (100) |
Log message: sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports now that internationalised domain name support has been removed from net/curl |
2016-11-01 10:55:13 by Ingo Feinerer | Files touched by this commit (4) |
Log message: Update to R 3.3.2 ok dcoppa@ |
2016-09-02 07:02:24 by David Coppa | Files touched by this commit (1) |
Log message: Switch back to the fortran module, now that all the right bits are in place |
2016-08-19 07:54:40 by David Coppa | Files touched by this commit (1) |
Log message: Zap bogus "${MODFORTRAN_LIB_DEPENDS}" |
2016-08-19 01:02:47 by David Coppa | Files touched by this commit (2) |
Log message: Use egfortran by default OK feinerer@ (maintainer) |
2016-06-21 12:21:52 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 3.3.1 OK dcoppa@ |
2016-05-06 02:52:28 by Ingo Feinerer | Files touched by this commit (5) |
Log message: Update to R 3.3.0 "Go ahead" pirofti@ |
2016-04-16 04:04:36 by Ingo Feinerer | Files touched by this commit (2) |
Log message: Update to R 3.2.5 and eliminate use of devel/gettext module OK ajacoutot@ |
2016-03-19 05:42:57 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Update to R 3.2.4 OK ajacoutot@ |
2016-03-18 17:12:22 by Christian Weisgerber | Files touched by this commit (183) |
Log message: remove SHARED_ONLY from ports that only use modules that neither set nor read this variable |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2016-03-01 10:57:06 by Ingo Feinerer | Files touched by this commit (2) |
Log message: Fix build after texinfo 6.1 update |
2015-12-14 09:49:02 by Ingo Feinerer | Files touched by this commit (7) |
Log message: Update to R 3.2.3 Feedback by Rafael Sadowski, ok dcoppa@ |
2015-10-30 06:47:41 by Stuart Henderson | Files touched by this commit (43) |
Log message: sync WANTLIB (curl+nghttp2) |
2015-09-28 01:32:19 by David Coppa | Files touched by this commit (3) |
Log message: Now that texlive_texmf-buildset contains the inconsolata LaTeX package, we can build the full documentation for math/R. While here, regen patches/patch-configure Suggestions and OK feinerer@ (maintainer) |
2015-08-17 09:33:05 by Ingo Feinerer | Files touched by this commit (6) |
Log message: Update to R 3.2.2 OK aja@ |
2015-06-26 12:54:48 by Ingo Feinerer | Files touched by this commit (3) |
Log message: Re-add patches to fix linking with external libintl (https://marc.info/?l=openbsd-ports&m=143526271406832&w=2) Noticed by naddy@, requested by dcoppa@ |
2015-06-23 09:14:52 by Ingo Feinerer | Files touched by this commit (8) |
Log message: Update to R 3.2.1 ok dcoppa@ |
2015-05-28 02:09:46 by Pascal Stumpf | Files touched by this commit (3) |
Log message: Switch over all three ports using lang/gfortran to lang/gcc/x.y,-f95 in preparation for the 4.9 switch. discussed with/ok espie@ pirofti@ |
2015-05-02 03:22:58 by Vadim Zhukov | Files touched by this commit (4) |
Log message: Sync patches, doesn't affect package. |
2015-05-02 03:10:04 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Unbreak linking to R library (defintion instead of declaration in header file). Breakage noticed by aja@. Committing now until (if) MAINTAINER will come with a better fix. |
2015-04-29 15:53:43 by Vadim Zhukov | Files touched by this commit (5) |
Log message: Update R to 3.2.0, from Ingo Feinerer (new MAINTAINER). Includes some input from dcoppa@, Rafael Sadowski (old MAINTAINER) and me. |
2015-04-13 04:41:13 by Vadim Zhukov | Files touched by this commit (6) |
Log message: More patches to be removed; now it's clear that webmail should be blamed instead of CVS. Webmail, not me, no! Again, from Ingo Feinerer, thanks. |
2015-04-13 01:20:08 by Vadim Zhukov | Files touched by this commit (7) |
Log message: Actually remove files that should be, err, removed. Something fishy happened here in CVS, but Ingo Feinerer is on guard! :) Bump for safety. |
2015-04-12 12:29:12 by Vadim Zhukov | Files touched by this commit (8) |
Log message: Update R to 3.1.3. Some patches got incorporated or not needed anymore; hard work done by Ingo Feinerer - thanks! Input from dcoppa@, sthen@ and me. okay Rafael Sadowski (MAINTAINER). |
2015-03-25 12:09:56 by David Coppa | Files touched by this commit (2) |
Log message: Remove obsolete/useless patch: our sigaltstack() implementation does the right thing since we switched to rthreads, as confirmed by miod@ Spotted by Ingo Feinerer |
2015-01-08 07:14:11 by David Coppa | Files touched by this commit (8) |
Log message: Update to R-3.1.2 From maintainer Rafael Sadowski, with some tweaks by me |
2010-11-19 00:23:15 by Marc Espie | Files touched by this commit (332) |
Log message: new depends |
2010-11-06 16:06:59 by Marc Espie | Files touched by this commit (10) |
Log message: tk/tcl wantlib conversion |
2010-10-24 15:25:51 by Antoine Jacoutot | Files touched by this commit (18) |
Log message: Remove USE_X11. |
2010-10-24 09:05:49 by Stuart Henderson | Files touched by this commit (1) |
Log message: Fix LIB_DEPENDS (remove bogus dep on glitz), move to new-style LIB_DEPENDS. From Brad. |
2010-10-23 09:09:57 by Steven Mestdagh | Files touched by this commit (19) |
Log message: replace MODFORTRAN_WANTG77 with MODFORTRAN_COMPILER |
2010-10-18 14:52:10 by Marc Espie | Files touched by this commit (151) |
Log message: USE_GROFF=Yes |
2010-07-18 04:30:41 by Steven Mestdagh | Files touched by this commit (23) |
Log message: REVISION |
2010-05-28 15:01:03 by Christian Weisgerber | Files touched by this commit (1) |
Log message: use fortran module |
2009-09-15 11:37:22 by Jasper Lievisse Adriaanse | Files touched by this commit (83) |
Log message: remove marc balmer as maintainer of all of his ports, to take away the illusion marc still maintains them. as requested by himself. |
2009-08-10 00:32:43 by Matthias Kilian | Files touched by this commit (40) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-03-11 15:38:06 by Stuart Henderson | Files touched by this commit (1) |
Log message: bump following tk dep changes |
2009-03-11 02:21:33 by Stuart Henderson | Files touched by this commit (4) |
Log message: update R to 2.8.1, use Tcl/Tk MODULEs, add optional dependencies to LIB_DEPENDS (autoconf picks them up if installed sometimes resulting in bad packages), sync WANTLIB. ok mbalmer@ |
2008-10-26 17:04:00 by Marc Balmer | Files touched by this commit (8) |
Log message: Update R to version 2.8.0. Diff from Daniel Dickman <didickman@gmail.com> with some tweaks from me. |
2008-09-10 14:50:31 by Martynas Venckus | Files touched by this commit (2) |
Log message: don't round to double-precision anymore, since libc got extended-precision functions now. ok sthen@ |
2008-07-26 08:59:45 by Martynas Venckus | Files touched by this commit (4) |
Log message: we don't yet have extended-precision version of isfinite, this is what will be added post-release for now __isinf will do, relying on the ieee 754 fact that long infinity assigned to double infinity will be infinity XXX: remove post-release ok sthen@ |
2008-05-15 09:20:17 by Christian Weisgerber | Files touched by this commit (1) |
Log message: bump package because the description changed |
2008-05-07 19:35:43 by Deanna Phillips | Files touched by this commit (1) |
Log message: Use Tcl/Tk 8.4 even if 8.5 is available. Fixes packaging errors spotted by naddy@. Ok naddy@, mbalmer@ |
2008-02-08 05:58:57 by Marc Balmer | Files touched by this commit (3) |
Log message: Maintenance update to R 2.6.2 |
2008-01-04 10:48:38 by Marc Espie | Files touched by this commit (187) |
Log message: tweak FAKE_FLAGS semantics to saner defaults. |
2007-12-14 08:08:18 by Marc Balmer | Files touched by this commit (3) |
Log message: Update R to version 2.6.1 and use zlib, bzlip, pcre from the ports tree instead of building a built-in version. |
2007-10-07 11:54:54 by Marc Balmer | Files touched by this commit (9) |
Log message: Update to R-2.6.0. |
2007-09-15 12:44:37 by Steven Mestdagh | Files touched by this commit (60) |
Log message: remove quotes from COMMENT/PERMIT*/BROKEN |
2007-08-09 16:22:17 by Steven Mestdagh | Files touched by this commit (6) |
Log message: link correctly against libintl, and adapt MODULES. update patches while here. ok naddy |
2007-04-26 14:26:12 by Marc Balmer | Files touched by this commit (5) |
Log message: R-2.5.0 |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2007-01-23 05:06:02 by Marc Balmer | Files touched by this commit (3) |
Log message: Update to R-2.4.1. See http://cran.r-project.org/src/base/NEWS for a detailed list of all changes. |
2006-11-11 11:52:12 by Marc Balmer | Files touched by this commit (10) |
Log message: Update to R 2.4.0, a clone of S. Written in C. |
2006-08-03 14:04:52 by Marc Espie | Files touched by this commit (34) |
Log message: more new lib specs |
2006-07-07 16:34:47 by Nikolay Sturm | Files touched by this commit (1) |
Log message: fix tcl/tk dependencies |
2006-01-06 10:42:01 by Steven Mestdagh | Files touched by this commit (3) |
Log message: SHARED_LIBS |
2005-10-08 03:47:37 by Marc Balmer | Files touched by this commit (14) |
Log message: Update to version 2.1.1 and take maintainership. For more information, see release information on http://www.r-project.org/ with help from bernd@ and ok robert@,bernd@ |
2005-01-05 10:05:07 by Christian Weisgerber | Files touched by this commit (124) |
Log message: SIZE |
2004-12-27 00:41:44 by Aleksander Piotrowski | Files touched by this commit (6) |
Log message: Add WANTLIB markers |
2004-11-07 11:37:22 by Peter Valchev | Files touched by this commit (1) |
Log message: - don't display $HOMEPAGE twice - use LOCALBASE |
2004-10-11 07:01:05 by Anil Madhavapeddy | Files touched by this commit (1) |
Log message: new distfile location |
2004-10-08 12:50:17 by Nikolay Sturm | Files touched by this commit (1) |
Log message: these files shouldn't be there |
2004-09-15 03:12:00 by Marc Espie | Files touched by this commit (42) |
Log message: new style PLISTs |
2004-08-08 09:06:24 by Christian Weisgerber | Files touched by this commit (7) |
Log message: update to 1.9.1; from Chris Kuethe <ckuethe@ualberta.ca> |
2004-04-28 15:40:32 by Christian Weisgerber | Files touched by this commit (7) |
Log message: Update to 1.9.0. Revised from a submission by Chris Kuethe <ckuethe@ualberta.ca>. |
2003-05-16 22:46:04 by Ian Darwin | Files touched by this commit (6) |
Log message: Mark BROKEN: all versions seem to be broken on ELF. Upgrade to 1.7.0. Suggested by naddy@ |
2003-04-18 08:24:10 by Anil Madhavapeddy | Files touched by this commit (1) |
Log message: incorrect buffer was referenced here, could leave to overflow ian@ ok, version in ports too old to submit upstream |
2002-12-29 12:43:50 by Federico G. Schwindt | Files touched by this commit (25) |
Log message: byebye NEED_VERSION. |