| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=6m3nh1mqfuun50cq7fj5gpt90e; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 08:21:54 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
R
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./math/R, Statistical language for data analysis and graphics
[
Branch: CURRENT, Version: 4.4.2nb10, Package name: R-4.4.2nb10, Maintainer: pkgsrc-users
R is a language which bears a passing resemblance to the S language
developed at AT&T Bell Laboratories. It provides support for a
variety of statistical and graphical analyses. R is a true
computer language which contains a number of control-flow
constructions for iteration and alternation. It allows users to
add additional functionality by defining new functions. On
platforms which support the dlopen (3) interface, Fortran and C
code can be linked and called at run time.
R is very close to S in both syntax and semantics, but is not identical.
Whether this is a bug or feature is an open question.
Required to run:
[converters/libiconv] [www/curl] [graphics/tiff] [graphics/png] [graphics/cairo] [graphics/jpeg] [lang/perl5] [math/lapack] [math/blas] [devel/glib2] [devel/pango] [devel/gettext-lib] [devel/pcre] [devel/readline] [x11/tk] [lang/gcc7]
Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [devel/libtool-fortran] [pkgtools/cwrappers] [x11/xorgproto]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
Rmbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./math/R, Statistical language for data analysis and graphics
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 4.4.2nb10, Package name: R-4.4.2nb10, Maintainer: pkgsrc-users
R is a language which bears a passing resemblance to the S language
developed at AT&T Bell Laboratories. It provides support for a
variety of statistical and graphical analyses. R is a true
computer language which contains a number of control-flow
constructions for iteration and alternation. It allows users to
add additional functionality by defining new functions. On
platforms which support the dlopen (3) interface, Fortran and C
code can be linked and called at run time.
R is very close to S in both syntax and semantics, but is not identical.
Whether this is a bug or feature is an open question.
Required to run:
[converters/libiconv] [www/curl] [graphics/tiff] [graphics/png] [graphics/cairo] [graphics/jpeg] [lang/perl5] [math/lapack] [math/blas] [devel/glib2] [devel/pango] [devel/gettext-lib] [devel/pcre] [devel/readline] [x11/tk] [lang/gcc7]
Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [devel/libtool-fortran] [pkgtools/cwrappers] [x11/xorgproto]
Master sites: (Expand)
- https://cran.r-project.org/src/base/R-4/ (Download)
- https://lib.stat.cmu.edu/R/CRAN/src/base/R-4/ (Download)
- https://stat.ethz.ch/CRAN/src/base/R-4/ (Download)
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-23) Updated to version: R-4.4.2nb10
- (2025-10-05) Updated to version: R-4.4.2nb9
- (2025-08-31) Updated to version: R-4.4.2nb8
- (2025-07-15) Package has been reborn
CVS history: (Expand)
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message: *: recursive bump for pcre2 Running an old binary against the new pcre doesn't work: /usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \ /usr/pkg/lib/libglib-2.0.so.0 not defined |
| 2025-10-05 21:26:29 by Jonathan Schleifer | Files touched by this commit (485) |
Log message: *: rev bump for curl |
| 2025-08-31 00:46:51 by Thomas Klausner | Files touched by this commit (1355) |
Log message: *: recursive bump for tiff growing lerc dependency |
| 2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412) |
Log message: *: recursive bump for jpeg -> libjpeg-turbo switch |
| 2025-04-19 09:58:38 by Thomas Klausner | Files touched by this commit (750) |
Log message: *: recursive bump for default Kerberos implementation switch |
| 2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message: *: recursive bump for icu 77 and libxml2 2.14 |
| 2025-03-02 12:38:51 by Makoto Fujiwara | Files touched by this commit (4) |
Log message: (math/R) revert to 4.4.2, newone will be put on wip |
| 2025-03-02 11:26:38 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
(math/R) Updated 4.4.2 to 4.4.3
CHANGES IN R 4.4.3:
INSTALLATION:
* R can be installed using C23 (for example with '-std=gnu23'
or '-std=gnu2x') with recent compilers including 'gcc'
12-14, Apple 'clang' 15-16, LLVM 'clang' 17-20 and Intel
'icx' 2024.2.
It can be installed with the upcoming (at the time of
writing) 'gcc' 15, which defaults to C23.
C-LEVEL FACILITIES:
* The functions 'R_strtod' and 'R_atof' now allow hexadecimal
constants without an exponent, for compatibility with their
C99 versions (PR#18805).
UTILITIES:
* 'R CMD build' and 'R CMD check' now allow reference output
for demo scripts ('demo/<demo>.Rout.save' files) to be
shipped with the package, as proposed by Torsten Hothorn in
PR#18816.
BUG FIXES:
* 'kappa(A, exact=TRUE)' for singular 'A' returns 'Inf' more
generally, fixing PR#18817 reported by Mikael Jagan.
* Fixed URLs of the sun spots ('sunspot.month' etc) data sets
and mention future changes due to recalibration.
* The parser now accepts hexadecimal constants with a decimal
point without an exponent (taken as 'p0') as documented in
'?NumericConstants' (PR#18819).
* 'rbind()' now works correctly when inputs include a raw
vector and a logical, integer or double vector - previously
the inclusion of the latter was garbled.
* 'smooth.spline()' checks validity of its arguments
'df.offset' and 'penalty': it could segfault if they were
'NULL'.
* 'isGeneric(<primitive>, fdef=*, getName=TRUE)' now also
returns the name instead of just 'TRUE', fixing PR#18829
reported by Mikael Jagan.
* 'isGeneric(fdef = print)' now works, fixing PR#18369 thanks
to Mikael Jagan.
* 'sort(x, method = "qsort")' made illegal accesses when 'x'
has length 0.
* 'dir.create()' is protected against being passed an empty
string as its 'path' argument.
* Silent integer overflow could occur in the 'exact'
computations for 'fisher.test()' for unrealistic inputs:
this is now an error.
* Some invalid C-level memory accesses are avoided for
'loglin(, margin = NULL)'.
'loglin(, param = TRUE)' no longer gives an error in corner
cases such as a one-dimensional input.
* 'dev.capabilities() $ events' now reports '"Idle"' if the
device provides it, fixing PR#18836, thanks to Trevor Davis.
* 'arima(.., seasonal = <wrong-vector>)' correctly errors now,
ditto for 'arima0()', thanks to Norbert Kuder's report on
the R-devel list.
* 'binomial(<link>)$linkinv(eta)' and '.. $mu.eta(eta)' now
also work for '"logit"' link when 'is.integer(eta)'.
* 'as.roman(x)' now should work platform independently, also
for, e.g., 'x = "IIIII"' (= V) and 'x = "IIIIII"' \
(= VI).
* 'R CMD Rd2pdf' works again on an installed package directory
containing LaTeX help (from option '--latex'), thanks to a
report by Peter Ruckdeschel.
|
