2011-07-11 13:59:08 +00:00
|
|
|
#
|
|
|
|
# spec file for package R-base
|
|
|
|
#
|
2019-01-30 21:02:41 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-07-11 13:59:08 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-12-20 08:51:43 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-07-11 13:59:08 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2019-01-30 21:02:41 +00:00
|
|
|
%if 0%{?sle_version} < 150000
|
|
|
|
%define macrosdir %{_sysconfdir}/rpm/
|
|
|
|
%else
|
|
|
|
%define macrosdir %{_rpmconfigdir}/macros.d/
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2016-03-11 15:39:08 +00:00
|
|
|
%define release 1
|
|
|
|
|
2011-07-11 13:59:08 +00:00
|
|
|
Name: R-base
|
2018-12-20 08:51:43 +00:00
|
|
|
Version: 3.5.2
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%define Rversion %{version}
|
2019-01-30 21:02:41 +00:00
|
|
|
Source0: R-%{version}.tar.bz2
|
|
|
|
Source10: macros.R
|
2012-04-12 07:48:26 +00:00
|
|
|
#Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
|
2013-09-13 12:43:19 +00:00
|
|
|
# PATCH-FIX-UPSTREAM Fix tre when wchar_t is unsigned int
|
- upstream release 3.3.0
CHANGES IN R 3.3.0:
SIGNIFICANT USER-VISIBLE CHANGES:
* nchar(x, *)'s argument keepNA governing how the result for NAs in
x is determined, gets a new default keepNA = NA which returns NA
where x is NA, except for type = "width" which still returns 2,
the formatting / printing width of NA.
* All builds have support for https: URLs in the default methods
for download.file(), url() and code making use of them.
Unfortunately that cannot guarantee that any particular https:
URL can be accessed. For example, server and client have to
successfully negotiate a cryptographic protocol (TLS/SSL, ...)
and the server's identity has to be verifiable _via_ the
available certificates. Different access methods may allow
different protocols or use private certificate bundles: we
encountered a https: CRAN mirror which could be accessed by one
browser but not by another nor by download.file() on the same
Linux machine.
NEW FEATURES:
* The print method for methods() gains a byclass argument.
* New functions validEnc() and validUTF8() to give access to the
validity checks for inputs used by grep() and friends.
* Experimental new functionality for S3 method checking, notably
isS3method().
Also, the names of the R 'language elements' are exported as
character vector tools::langElts.
* str(x) now displays "Time-Series" also for matrix (multivariate)
time-series, i.e. when is.ts(x) is true.
* (Windows only) The GUI menu item to install local packages now
accepts *.tar.gz files as well as *.zip files (but defaults to
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=35
2016-05-03 10:27:27 +00:00
|
|
|
#Patch0: tre.patch
|
2011-05-26 14:19:17 +00:00
|
|
|
|
2011-07-11 13:59:08 +00:00
|
|
|
Url: http://www.r-project.org/
|
2011-05-26 14:19:17 +00:00
|
|
|
|
2011-07-11 13:59:08 +00:00
|
|
|
Summary: R - statistics package (S-Plus like)
|
2018-03-13 09:07:01 +00:00
|
|
|
License: GPL-2.0-only OR GPL-3.0-only
|
2012-04-12 07:48:26 +00:00
|
|
|
Group: Productivity/Scientific/Math
|
2011-07-11 13:59:08 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2016-05-03 11:00:52 +00:00
|
|
|
BuildRequires: bzip2
|
2012-04-12 07:48:26 +00:00
|
|
|
BuildRequires: cairo-devel
|
2015-12-09 10:25:58 +00:00
|
|
|
BuildRequires: fdupes
|
2012-04-12 07:48:26 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
2011-07-11 13:59:08 +00:00
|
|
|
BuildRequires: gcc-fortran
|
2018-03-13 09:07:01 +00:00
|
|
|
BuildRequires: glib2-devel
|
2016-05-03 11:31:09 +00:00
|
|
|
BuildRequires: libbz2-devel
|
2015-06-18 12:03:07 +00:00
|
|
|
BuildRequires: libcurl-devel
|
2012-04-12 07:48:26 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libtiff-devel
|
2018-03-13 09:07:01 +00:00
|
|
|
BuildRequires: pcre-devel
|
2011-07-11 13:59:08 +00:00
|
|
|
BuildRequires: perl
|
2012-04-12 07:48:26 +00:00
|
|
|
BuildRequires: readline-devel
|
2017-03-07 08:27:35 +00:00
|
|
|
BuildRequires: shadow
|
2018-03-13 09:07:01 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xmu)
|
|
|
|
BuildRequires: pkgconfig(xscrnsaver)
|
|
|
|
BuildRequires: pkgconfig(xt)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
2012-07-12 08:51:49 +00:00
|
|
|
BuildRequires: texlive-bibtex
|
|
|
|
BuildRequires: texlive-cm-super
|
2015-06-18 12:03:07 +00:00
|
|
|
BuildRequires: texlive-dvips
|
|
|
|
BuildRequires: texlive-helvetic
|
2012-07-12 08:51:49 +00:00
|
|
|
BuildRequires: texlive-makeindex
|
2013-04-17 21:17:39 +00:00
|
|
|
BuildRequires: texlive-metafont
|
2012-07-12 08:51:49 +00:00
|
|
|
BuildRequires: texlive-psnfss
|
|
|
|
BuildRequires: texlive-tex
|
|
|
|
BuildRequires: texlive-times
|
2018-03-20 16:23:15 +00:00
|
|
|
BuildRequires: unzip
|
2012-07-12 08:51:49 +00:00
|
|
|
BuildRequires: xdg-utils
|
2016-03-10 12:53:52 +00:00
|
|
|
BuildRequires: xz-devel
|
2018-03-20 16:23:15 +00:00
|
|
|
BuildRequires: zip
|
2012-04-12 07:48:26 +00:00
|
|
|
BuildRequires: pango-devel
|
|
|
|
BuildRequires: tcl-devel
|
2015-12-09 10:25:58 +00:00
|
|
|
BuildRequires: texlive-latex
|
2019-01-30 21:02:41 +00:00
|
|
|
%if 0%{?suse_version} > 1320
|
|
|
|
BuildRequires: tex(inconsolata.sty)
|
2015-04-17 12:53:54 +00:00
|
|
|
BuildRequires: texinfo >= 5.1
|
2019-01-30 21:02:41 +00:00
|
|
|
%endif # > 1320
|
2012-04-12 07:48:26 +00:00
|
|
|
BuildRequires: tk-devel
|
Accepting request 229625 from devel:languages:R:base
- Upstream release 3.1.0
- Most impotant
CHANGES IN R 3.1.0:
NEW FEATURES:
* type.convert() (and hence by default read.table()) returns a
character vector or factor when representing a numeric input as a
double would lose accuracy. Similarly for complex inputs.
If a file contains numeric data with unrepresentable numbers of
decimal places that are intended to be read as numeric, specify
colClasses in read.table() to be "numeric".
* tools::Rdiff(useDiff = FALSE) is closer to the POSIX definition
of diff -b (as distinct from the description in the man pages of
most systems).
* New function anyNA(), a version of any(is.na(.)) which is fast
for atomic vectors, based on a proposal by Tim Hesterberg. (Wish
of PR#15239.)
* arrayInd(*, useNames = TRUE) and, analogously, which(*, arr.ind =
TRUE) now make use of names(.dimnames) when available.
* is.unsorted() now also works for raw vectors.
* The "table" method for as.data.frame() (also useful as
as.data.frame.table()) now passes sep and base arguments to
provideDimnames().
* uniroot() gets new optional arguments, notably extendInt,
allowing to auto-extend the search interval when needed. The
return value has an extra component, init.it.
* switch(f, ...) now warns when f is a factor, as this typically
happens accidentally where the useR meant to pass a character
string, but f is treated as integer (as always documented).
* The parser has been modified to use less memory.
* The way the unary operators (+ - !) handle attributes is now more
OBS-URL: https://build.opensuse.org/request/show/229625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/R-base?expand=0&rev=32
2014-04-11 11:42:16 +00:00
|
|
|
Requires: R-base-devel = %{version}
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-core = %{version}
|
|
|
|
Requires: R-core-devel = %{version}
|
|
|
|
Requires: R-core-doc = %{version}
|
|
|
|
Requires: R-core-libs = %{version}
|
|
|
|
Requires: R-core-packages = %{version}
|
|
|
|
Requires: R-recommended-packages = %{version}
|
2012-04-12 07:48:26 +00:00
|
|
|
Requires: fontconfig
|
2012-11-02 16:31:13 +00:00
|
|
|
Requires: glibc-locale
|
2016-05-18 08:00:58 +00:00
|
|
|
#Requires: libcairo2
|
|
|
|
#Requires: libfreetype6
|
- upstream release 3.3.0
CHANGES IN R 3.3.0:
SIGNIFICANT USER-VISIBLE CHANGES:
* nchar(x, *)'s argument keepNA governing how the result for NAs in
x is determined, gets a new default keepNA = NA which returns NA
where x is NA, except for type = "width" which still returns 2,
the formatting / printing width of NA.
* All builds have support for https: URLs in the default methods
for download.file(), url() and code making use of them.
Unfortunately that cannot guarantee that any particular https:
URL can be accessed. For example, server and client have to
successfully negotiate a cryptographic protocol (TLS/SSL, ...)
and the server's identity has to be verifiable _via_ the
available certificates. Different access methods may allow
different protocols or use private certificate bundles: we
encountered a https: CRAN mirror which could be accessed by one
browser but not by another nor by download.file() on the same
Linux machine.
NEW FEATURES:
* The print method for methods() gains a byclass argument.
* New functions validEnc() and validUTF8() to give access to the
validity checks for inputs used by grep() and friends.
* Experimental new functionality for S3 method checking, notably
isS3method().
Also, the names of the R 'language elements' are exported as
character vector tools::langElts.
* str(x) now displays "Time-Series" also for matrix (multivariate)
time-series, i.e. when is.ts(x) is true.
* (Windows only) The GUI menu item to install local packages now
accepts *.tar.gz files as well as *.zip files (but defaults to
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=35
2016-05-03 10:27:27 +00:00
|
|
|
#Requires: liblzma5
|
2016-05-18 08:00:58 +00:00
|
|
|
#Requires: libreadline6
|
2014-05-13 18:47:49 +00:00
|
|
|
Requires: make
|
2012-04-12 07:48:26 +00:00
|
|
|
Requires: xdg-utils
|
|
|
|
Requires: xorg-x11-fonts-100dpi
|
|
|
|
Requires: xorg-x11-fonts-75dpi
|
2012-01-05 12:49:48 +00:00
|
|
|
|
2012-03-01 16:27:04 +00:00
|
|
|
Provides: R = %{version}
|
2011-01-15 00:51:09 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
R is a language which is not entirely unlike the S language developed at
|
|
|
|
AT&T Bell Laboratories by Rick Becker, John Chambers and Allan Wilks.
|
|
|
|
|
|
|
|
|
2019-01-30 21:02:41 +00:00
|
|
|
%prep
|
2011-01-15 00:51:09 +00:00
|
|
|
%setup -n R-%{version}
|
- upstream release 3.3.0
CHANGES IN R 3.3.0:
SIGNIFICANT USER-VISIBLE CHANGES:
* nchar(x, *)'s argument keepNA governing how the result for NAs in
x is determined, gets a new default keepNA = NA which returns NA
where x is NA, except for type = "width" which still returns 2,
the formatting / printing width of NA.
* All builds have support for https: URLs in the default methods
for download.file(), url() and code making use of them.
Unfortunately that cannot guarantee that any particular https:
URL can be accessed. For example, server and client have to
successfully negotiate a cryptographic protocol (TLS/SSL, ...)
and the server's identity has to be verifiable _via_ the
available certificates. Different access methods may allow
different protocols or use private certificate bundles: we
encountered a https: CRAN mirror which could be accessed by one
browser but not by another nor by download.file() on the same
Linux machine.
NEW FEATURES:
* The print method for methods() gains a byclass argument.
* New functions validEnc() and validUTF8() to give access to the
validity checks for inputs used by grep() and friends.
* Experimental new functionality for S3 method checking, notably
isS3method().
Also, the names of the R 'language elements' are exported as
character vector tools::langElts.
* str(x) now displays "Time-Series" also for matrix (multivariate)
time-series, i.e. when is.ts(x) is true.
* (Windows only) The GUI menu item to install local packages now
accepts *.tar.gz files as well as *.zip files (but defaults to
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=35
2016-05-03 10:27:27 +00:00
|
|
|
#%patch0 -p1
|
2011-01-15 00:51:09 +00:00
|
|
|
|
2018-03-20 16:23:15 +00:00
|
|
|
%build
|
|
|
|
#export R_BROWSER="xdg-open"
|
|
|
|
#export R_PDFVIEWER="xdg-open"
|
2013-03-26 14:59:05 +00:00
|
|
|
%configure --enable-R-shlib LIBnn=%{_lib}
|
2011-01-15 00:51:09 +00:00
|
|
|
|
2011-10-11 14:41:10 +00:00
|
|
|
make %{?_smp_mflags}
|
2016-03-10 12:53:52 +00:00
|
|
|
#make
|
2011-10-11 14:41:10 +00:00
|
|
|
make pdf
|
2019-01-30 21:02:41 +00:00
|
|
|
%if 0%{?suse_version} > 1320
|
2011-10-11 14:41:10 +00:00
|
|
|
make info
|
2011-01-15 00:51:09 +00:00
|
|
|
# Convert to UTF-8
|
|
|
|
for i in doc/manual/R-intro.info doc/manual/R-FAQ.info doc/FAQ doc/manual/R-admin.info doc/manual/R-exts.info-1; do
|
|
|
|
iconv -f iso-8859-1 -t utf-8 -o $i{.utf8,}
|
|
|
|
mv $i{.utf8,}
|
|
|
|
done
|
2015-08-23 09:26:19 +00:00
|
|
|
%endif
|
2011-01-15 00:51:09 +00:00
|
|
|
|
2011-05-26 14:19:17 +00:00
|
|
|
%install
|
2011-10-11 14:41:10 +00:00
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
make DESTDIR=%{buildroot} install-pdf
|
2011-01-15 00:51:09 +00:00
|
|
|
|
|
|
|
# Installation of Info-files
|
|
|
|
%{__install} -m 755 -d %{_infodir}
|
2019-01-30 21:02:41 +00:00
|
|
|
%if 0%{?suse_version} > 1320
|
2011-10-11 14:41:10 +00:00
|
|
|
make DESTDIR=%{buildroot} INFODIR=%{buildroot}%{_infodir} install-info
|
2011-01-15 00:51:09 +00:00
|
|
|
%{__rm} -f %{buildroot}%{_infodir}/dir
|
|
|
|
%{__rm} -f %{buildroot}%{_infodir}/dir.old
|
2015-08-23 09:26:19 +00:00
|
|
|
%endif
|
2011-01-15 00:51:09 +00:00
|
|
|
|
|
|
|
chmod +x %{buildroot}%{_libdir}/R/share/sh/echo.sh
|
|
|
|
|
|
|
|
chmod -x %{buildroot}%{_libdir}/R/library/mgcv/CITATION
|
|
|
|
|
2011-05-26 14:19:17 +00:00
|
|
|
%fdupes -s $RPM_BUILD_ROOT
|
2011-01-15 00:51:09 +00:00
|
|
|
|
2012-03-01 16:27:04 +00:00
|
|
|
# Install ld.so.conf.d file to ensure other applications access the shared lib
|
|
|
|
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
|
|
|
cat << EOF >%{buildroot}/etc/ld.so.conf.d/R.conf
|
|
|
|
%{_libdir}/R/lib
|
|
|
|
EOF
|
|
|
|
|
2019-01-30 21:02:41 +00:00
|
|
|
# Install RPM macros
|
|
|
|
mkdir -p %{buildroot}%{macrosdir}
|
|
|
|
install -m 644 -t %{buildroot}%{macrosdir} %{SOURCE10}
|
|
|
|
sed -i 's|@vers@|%{Rversion}|' %{buildroot}%{macrosdir}/macros.R
|
|
|
|
|
|
|
|
# Add noarch R library directory
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/R/library
|
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%files -n R-base
|
|
|
|
|
|
|
|
%package -n R-base-devel
|
|
|
|
Summary: Metapackage, requires R-core-devel, R-core-libs, R-Matrix-devel
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Version: %{Rversion}
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-Matrix-devel
|
|
|
|
Requires: R-core-devel
|
|
|
|
Requires: R-core-libs
|
|
|
|
|
|
|
|
%description -n R-base-devel
|
|
|
|
Metapackage to keep the same user experience as before the split of
|
|
|
|
the monolithic R-base-devel
|
|
|
|
|
|
|
|
%files -n R-base-devel
|
|
|
|
|
|
|
|
# R-core
|
|
|
|
%package -n R-core
|
|
|
|
Summary: Libraries and includefiles for developing with R-base
|
|
|
|
Group: Development/Libraries/Other
|
|
|
|
Version: %{Rversion}
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%description -n R-core
|
|
|
|
This package provides the core of R, i.e. all that is in base.
|
|
|
|
|
|
|
|
%files -n R-core
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
# base
|
|
|
|
%dir %{_libdir}/R/library/base/
|
|
|
|
%{_libdir}/R/library/base/CITATION
|
|
|
|
%{_libdir}/R/library/base/demo/
|
|
|
|
%{_libdir}/R/library/base/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/base/help/
|
|
|
|
%{_libdir}/R/library/base/html/
|
|
|
|
%{_libdir}/R/library/base/INDEX
|
|
|
|
%{_libdir}/R/library/base/Meta/
|
|
|
|
%{_libdir}/R/library/base/R/
|
|
|
|
|
2019-01-30 21:02:41 +00:00
|
|
|
# noarch
|
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
# translations
|
|
|
|
%doc %{_libdir}/R/library/translations/DESCRIPTION
|
|
|
|
%dir %{_libdir}/R/library/translations/
|
|
|
|
%dir %{_libdir}/R/library/translations/da/
|
|
|
|
%dir %{_libdir}/R/library/translations/da/LC_MESSAGES/
|
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/de
|
|
|
|
%dir %{_libdir}/R/library/translations/de/LC_MESSAGES
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/en
|
|
|
|
%dir %{_libdir}/R/library/translations/en/LC_MESSAGES
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en/LC_MESSAGES/R.mo
|
|
|
|
%dir %{_libdir}/R/library/translations/en@quot
|
|
|
|
%dir %{_libdir}/R/library/translations/en@quot/LC_MESSAGES
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/en_GB
|
|
|
|
%dir %{_libdir}/R/library/translations/en_GB/LC_MESSAGES
|
|
|
|
%lang(en_GB) %{_libdir}/R/library/translations/en_GB/LC_MESSAGES/R.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/es
|
|
|
|
%dir %{_libdir}/R/library/translations/es/LC_MESSAGES
|
|
|
|
%lang(es) %{_libdir}/R/library/translations/es/LC_MESSAGES/R.mo
|
|
|
|
%lang(es) %{_libdir}/R/library/translations/es/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/fa
|
|
|
|
%dir %{_libdir}/R/library/translations/fa/LC_MESSAGES
|
|
|
|
%lang(fa) %{_libdir}/R/library/translations/fa/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(fa) %{_libdir}/R/library/translations/fa/LC_MESSAGES/R.mo
|
|
|
|
%lang(fa) %{_libdir}/R/library/translations/fa/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/fr
|
|
|
|
%dir %{_libdir}/R/library/translations/fr/LC_MESSAGES
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/it
|
|
|
|
%dir %{_libdir}/R/library/translations/it/LC_MESSAGES
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/ja
|
|
|
|
%dir %{_libdir}/R/library/translations/ja/LC_MESSAGES
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/ko
|
|
|
|
%dir %{_libdir}/R/library/translations/ko/LC_MESSAGES
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/nn
|
|
|
|
%dir %{_libdir}/R/library/translations/nn/LC_MESSAGES
|
|
|
|
%lang(nn) %{_libdir}/R/library/translations/nn/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(nn) %{_libdir}/R/library/translations/nn/LC_MESSAGES/R.mo
|
|
|
|
%lang(nn) %{_libdir}/R/library/translations/nn/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/pl
|
|
|
|
%dir %{_libdir}/R/library/translations/pl/LC_MESSAGES
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/pt_BR
|
|
|
|
%dir %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/ru
|
|
|
|
%dir %{_libdir}/R/library/translations/ru/LC_MESSAGES
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/tr
|
|
|
|
%dir %{_libdir}/R/library/translations/tr/LC_MESSAGES
|
|
|
|
%lang(tr) %{_libdir}/R/library/translations/tr/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(tr) %{_libdir}/R/library/translations/tr/LC_MESSAGES/R.mo
|
|
|
|
%lang(tr) %{_libdir}/R/library/translations/tr/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/zh_CN
|
|
|
|
%dir %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-base.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/translations/zh_TW
|
|
|
|
%dir %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES
|
|
|
|
%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/R.mo
|
|
|
|
%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/RGui.mo
|
|
|
|
|
|
|
|
# R-core main part
|
|
|
|
%dir %{_libdir}/R
|
2019-01-30 21:02:41 +00:00
|
|
|
%dir %{_datadir}/R
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/R/bin/
|
|
|
|
%{_libdir}/R/etc/
|
|
|
|
#%{_libdir}/R/lib/
|
|
|
|
%{_libdir}/R/modules/
|
|
|
|
%dir %{_libdir}/R/share
|
|
|
|
%dir %{_libdir}/R/library
|
2019-01-30 21:02:41 +00:00
|
|
|
%dir %{_datadir}/R/library/
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%{_libdir}/R/share/encodings/
|
|
|
|
%{_libdir}/R/share/java/
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/share/dictionaries/
|
|
|
|
%{_libdir}/R/share/dictionaries/en_stats.rds
|
|
|
|
%{_libdir}/R/share/licenses/
|
|
|
|
%{_libdir}/R/share/make/
|
|
|
|
%{_libdir}/R/share/R/
|
|
|
|
%dir %{_libdir}/R/share/Rd/
|
|
|
|
%dir %{_libdir}/R/share/Rd/macros/
|
|
|
|
%{_libdir}/R/share/Rd/macros/system.Rd
|
|
|
|
%{_libdir}/R/share/sh/
|
|
|
|
%{_libdir}/R/share/texmf/
|
|
|
|
|
|
|
|
# ld.so.conf
|
|
|
|
#%%config /etc/ld.so.conf.d/R.conf
|
|
|
|
|
|
|
|
# R-core-devel
|
|
|
|
%package -n R-core-devel
|
|
|
|
Summary: Libraries and includefiles for developing with R-base
|
|
|
|
Group: Development/Libraries/Other
|
|
|
|
Provides: R-devel = %{version}
|
2019-01-30 21:02:41 +00:00
|
|
|
Provides: R-devel-macros = %{version}
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-core-devel
|
|
|
|
This package provides the necessary development headers and
|
|
|
|
libraries to allow you to devel with R-base.
|
|
|
|
|
|
|
|
%files -n R-core-devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%dir %{_libdir}/R/include/
|
|
|
|
%{_libdir}/R/include/R.h
|
|
|
|
%{_libdir}/R/include/Rconfig.h
|
|
|
|
%{_libdir}/R/include/Rdefines.h
|
|
|
|
%{_libdir}/R/include/Rembedded.h
|
|
|
|
%{_libdir}/R/include/Rinterface.h
|
|
|
|
%{_libdir}/R/include/Rinternals.h
|
|
|
|
%{_libdir}/R/include/Rmath.h
|
|
|
|
%{_libdir}/R/include/Rversion.h
|
|
|
|
%{_libdir}/R/include/S.h
|
|
|
|
%dir %{_libdir}/R/include/R_ext
|
2018-04-23 08:38:03 +00:00
|
|
|
%{_libdir}/R/include/R_ext/Altrep.h
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%{_libdir}/R/include/R_ext/Applic.h
|
|
|
|
%{_libdir}/R/include/R_ext/Arith.h
|
|
|
|
%{_libdir}/R/include/R_ext/BLAS.h
|
|
|
|
%{_libdir}/R/include/R_ext/Boolean.h
|
|
|
|
%{_libdir}/R/include/R_ext/Callbacks.h
|
|
|
|
%{_libdir}/R/include/R_ext/Complex.h
|
|
|
|
%{_libdir}/R/include/R_ext/Connections.h
|
|
|
|
%{_libdir}/R/include/R_ext/Constants.h
|
|
|
|
%{_libdir}/R/include/R_ext/Error.h
|
|
|
|
%{_libdir}/R/include/R_ext/GetX11Image.h
|
|
|
|
%{_libdir}/R/include/R_ext/GraphicsDevice.h
|
|
|
|
%{_libdir}/R/include/R_ext/GraphicsEngine.h
|
|
|
|
%{_libdir}/R/include/R_ext/Itermacros.h
|
|
|
|
%{_libdir}/R/include/R_ext/Lapack.h
|
|
|
|
%{_libdir}/R/include/R_ext/Linpack.h
|
|
|
|
%{_libdir}/R/include/R_ext/MathThreads.h
|
|
|
|
%{_libdir}/R/include/R_ext/Memory.h
|
|
|
|
%{_libdir}/R/include/R_ext/Parse.h
|
|
|
|
%{_libdir}/R/include/R_ext/Print.h
|
|
|
|
%{_libdir}/R/include/R_ext/PrtUtil.h
|
|
|
|
%{_libdir}/R/include/R_ext/QuartzDevice.h
|
|
|
|
%{_libdir}/R/include/R_ext/R-ftp-http.h
|
|
|
|
%{_libdir}/R/include/R_ext/Rallocators.h
|
|
|
|
%{_libdir}/R/include/R_ext/RS.h
|
|
|
|
%{_libdir}/R/include/R_ext/RStartup.h
|
|
|
|
%{_libdir}/R/include/R_ext/Random.h
|
|
|
|
%{_libdir}/R/include/R_ext/Rdynload.h
|
|
|
|
%{_libdir}/R/include/R_ext/Riconv.h
|
|
|
|
%{_libdir}/R/include/R_ext/Utils.h
|
|
|
|
%{_libdir}/R/include/R_ext/Visibility.h
|
|
|
|
%{_libdir}/R/include/R_ext/eventloop.h
|
|
|
|
%{_libdir}/R/include/R_ext/libextern.h
|
|
|
|
%{_libdir}/R/include/R_ext/stats_package.h
|
|
|
|
%{_libdir}/R/include/R_ext/stats_stubs.h
|
|
|
|
|
2019-01-30 21:02:41 +00:00
|
|
|
%{macrosdir}/macros.R
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%{_libdir}/pkgconfig/libR.pc
|
|
|
|
|
|
|
|
#R-core-libs
|
|
|
|
%package -n R-core-libs
|
|
|
|
Summary: R language libraries
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n R-core-libs
|
|
|
|
This package contains the files from R/lib to make their usage
|
|
|
|
possible without installing a complete R. (I.e. VTK uses this)
|
|
|
|
|
|
|
|
%files -n R-core-libs
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%dir %{_libdir}/R
|
|
|
|
%{_libdir}/R/lib/
|
2017-03-21 12:21:17 +00:00
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
#ld.so.conf
|
|
|
|
%config /etc/ld.so.conf.d/R.conf
|
|
|
|
|
2017-04-18 08:28:09 +00:00
|
|
|
%post -n R-core-libs -p /sbin/ldconfig
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
2017-04-18 08:28:09 +00:00
|
|
|
%postun -n R-core-libs -p /sbin/ldconfig
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-core-doc
|
|
|
|
Summary: Package provides all documentation of R base. PDFs, man pages, info pages
|
2016-05-11 14:40:10 +00:00
|
|
|
Group: Documentation/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%description -n R-core-doc
|
|
|
|
This packages provides all documentation of R base. PDFs, man pages, info pages
|
|
|
|
|
|
|
|
%post -n R-core-doc
|
2019-01-30 21:02:41 +00:00
|
|
|
%if 0%{?suse_version} > 1320
|
2011-01-15 00:51:09 +00:00
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/R-exts.info-1.gz
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/R-FAQ.info.gz
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/R-lang.info.gz
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/R-admin.info.gz
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/R-exts.info-2.gz
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/R-intro.info.gz
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/R-data.info.gz
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/R-exts.info.gz
|
|
|
|
%install_info --info-dir=%{_infodir} %{_infodir}/R-ints.info.gz
|
2015-08-23 09:26:19 +00:00
|
|
|
%endif
|
2011-01-15 00:51:09 +00:00
|
|
|
|
2017-03-21 12:21:17 +00:00
|
|
|
%preun -n R-core-doc
|
2019-01-30 21:02:41 +00:00
|
|
|
%if 0%{?suse_version} > 1320
|
2011-01-15 00:51:09 +00:00
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/R-exts.info-1.gz
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/R-FAQ.info.gz
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/R-lang.info.gz
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/R-admin.info.gz
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/R-exts.info-2.gz
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/R-intro.info.gz
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/R-data.info.gz
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/R-exts.info.gz
|
|
|
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/R-ints.info.gz
|
2015-08-23 09:26:19 +00:00
|
|
|
%endif
|
2011-01-15 00:51:09 +00:00
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%files -n R-core-doc
|
2015-12-09 10:25:58 +00:00
|
|
|
%defattr(-, root, root)
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%doc README
|
|
|
|
%{_mandir}/man1/R.1*
|
|
|
|
%{_mandir}/man1/Rscript.1*
|
|
|
|
%doc %{_libdir}/R/COPYING
|
|
|
|
%doc %{_libdir}/R/SVN-REVISION
|
2019-01-30 21:02:41 +00:00
|
|
|
%if 0%{?suse_version} > 1320
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%{_infodir}/*.gz
|
|
|
|
%endif
|
|
|
|
%doc %{_libdir}/R/doc/
|
2011-01-15 00:51:09 +00:00
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
# R-core-packages
|
2015-12-10 15:50:28 +00:00
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%package -n R-core-packages
|
|
|
|
Summary: Metapackage, requires all core Packages
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Version: %{Rversion}
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-compiler
|
|
|
|
Requires: R-datasets
|
|
|
|
Requires: R-grDevices
|
|
|
|
Requires: R-graphics
|
|
|
|
Requires: R-grid
|
|
|
|
Requires: R-methods
|
|
|
|
Requires: R-parallel
|
|
|
|
Requires: R-splines
|
|
|
|
Requires: R-stats
|
|
|
|
Requires: R-stats4
|
|
|
|
Requires: R-tcltk
|
|
|
|
Requires: R-tools
|
|
|
|
Requires: R-utils
|
|
|
|
|
|
|
|
%description -n R-core-packages
|
|
|
|
Metapackage, Requires: all core Packages
|
|
|
|
|
|
|
|
%files -n R-core-packages
|
2013-04-17 21:17:39 +00:00
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
# compiler
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-compiler
|
|
|
|
Summary: Package providing R-core packages R-compiler
|
2016-10-31 11:56:24 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-compiler
|
|
|
|
This package provides R-compiler, one of the R-core packages.
|
|
|
|
|
|
|
|
%files -n R-compiler
|
|
|
|
%defattr(-, root, root)
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/compiler/
|
|
|
|
%{_libdir}/R/library/compiler/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/compiler/help/
|
|
|
|
%{_libdir}/R/library/compiler/html/
|
|
|
|
%{_libdir}/R/library/compiler/INDEX
|
|
|
|
%{_libdir}/R/library/compiler/Meta/
|
|
|
|
%{_libdir}/R/library/compiler/NAMESPACE
|
|
|
|
%{_libdir}/R/library/compiler/R/
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-compiler.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-compiler.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-compiler.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-compiler.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-compiler.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-compiler.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-compiler.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-compiler.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-compiler.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-compiler.mo
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
# datasets
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-datasets
|
|
|
|
Summary: Package providing R-core datasets in R-datasets
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-datasets
|
|
|
|
This package provides R-datasets, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-datasets
|
|
|
|
%defattr(-, root, root)
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/datasets/
|
|
|
|
%{_libdir}/R/library/datasets/data/
|
|
|
|
%{_libdir}/R/library/datasets/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/datasets/help/
|
|
|
|
%{_libdir}/R/library/datasets/html/
|
|
|
|
%{_libdir}/R/library/datasets/INDEX
|
|
|
|
%{_libdir}/R/library/datasets/Meta/
|
|
|
|
%{_libdir}/R/library/datasets/NAMESPACE
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
# grDevices
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-grDevices
|
|
|
|
Summary: Package providing R-core graphics devices in R-grDevices
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-grDevices
|
|
|
|
This package provides R-grDevices, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-grDevices
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/grDevices
|
|
|
|
%{_libdir}/R/library/grDevices/afm/
|
|
|
|
%{_libdir}/R/library/grDevices/DESCRIPTION
|
|
|
|
%dir %{_libdir}/R/library/grDevices/demo/
|
|
|
|
%{_libdir}/R/library/grDevices/demo/colors.R
|
|
|
|
%{_libdir}/R/library/grDevices/demo/hclColors.R
|
|
|
|
%{_libdir}/R/library/grDevices/enc/
|
|
|
|
%{_libdir}/R/library/grDevices/help/
|
|
|
|
%{_libdir}/R/library/grDevices/html/
|
|
|
|
%{_libdir}/R/library/grDevices/icc/
|
|
|
|
%{_libdir}/R/library/grDevices/INDEX
|
|
|
|
%{_libdir}/R/library/grDevices/libs/
|
|
|
|
%{_libdir}/R/library/grDevices/Meta/
|
|
|
|
%{_libdir}/R/library/grDevices/NAMESPACE
|
|
|
|
%{_libdir}/R/library/grDevices/R/
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(en_GB) %{_libdir}/R/library/translations/en_GB/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(en_GB) %{_libdir}/R/library/translations/en_GB/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/grDevices.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-grDevices.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/grDevices.mo
|
|
|
|
|
|
|
|
# graphics
|
|
|
|
|
|
|
|
%package -n R-graphics
|
|
|
|
Summary: Package providing R-core graphics in R-graphics
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-graphics
|
|
|
|
This package provides R-graphics, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-graphics
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/graphics/
|
|
|
|
%{_libdir}/R/library/graphics/demo/
|
|
|
|
%{_libdir}/R/library/graphics/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/graphics/help/
|
|
|
|
%{_libdir}/R/library/graphics/html/
|
|
|
|
%{_libdir}/R/library/graphics/INDEX
|
|
|
|
%{_libdir}/R/library/graphics/libs/
|
|
|
|
%{_libdir}/R/library/graphics/Meta/
|
|
|
|
%{_libdir}/R/library/graphics/NAMESPACE
|
|
|
|
%{_libdir}/R/library/graphics/R/
|
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(es) %{_libdir}/R/library/translations/es/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(nn) %{_libdir}/R/library/translations/nn/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(tr) %{_libdir}/R/library/translations/tr/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-graphics.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/graphics.mo
|
|
|
|
%lang(zh_TW) %{_libdir}/R/library/translations/zh_TW/LC_MESSAGES/graphics.mo
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
# grid
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-grid
|
|
|
|
Summary: Package providing R-grid graphics in R-grid
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-grid
|
|
|
|
This package provides R-grid, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-grid
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/grid/
|
|
|
|
%{_libdir}/R/library/grid/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/grid/doc/
|
|
|
|
%{_libdir}/R/library/grid/help/
|
|
|
|
%{_libdir}/R/library/grid/html/
|
|
|
|
%{_libdir}/R/library/grid/INDEX
|
|
|
|
%{_libdir}/R/library/grid/libs/
|
|
|
|
%{_libdir}/R/library/grid/Meta/
|
|
|
|
%{_libdir}/R/library/grid/NAMESPACE
|
|
|
|
%{_libdir}/R/library/grid/R/
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/grid.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/grid.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/grid.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/grid.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/grid.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/grid.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/grid.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/grid.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/grid.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/grid.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-grid.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/grid.mo
|
|
|
|
|
2015-12-10 15:50:28 +00:00
|
|
|
# methods
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-methods
|
|
|
|
Summary: Package providing R-methods
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-methods
|
|
|
|
This package provides R-methods, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-methods
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-10 15:50:28 +00:00
|
|
|
%dir %{_libdir}/R/library/methods/
|
|
|
|
%{_libdir}/R/library/methods/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/methods/help/
|
|
|
|
%{_libdir}/R/library/methods/html/
|
|
|
|
%{_libdir}/R/library/methods/INDEX
|
|
|
|
%{_libdir}/R/library/methods/libs/
|
|
|
|
%{_libdir}/R/library/methods/Meta/
|
|
|
|
%{_libdir}/R/library/methods/NAMESPACE
|
|
|
|
%{_libdir}/R/library/methods/R/
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/methods.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/methods.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/methods.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/methods.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/methods.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/methods.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/methods.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/methods.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/methods.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-methods.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/methods.mo
|
|
|
|
|
|
|
|
%package -n R-parallel
|
|
|
|
Summary: Package providing R-parallel
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-parallel
|
|
|
|
This package provides R-parallel, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-parallel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-10 15:50:28 +00:00
|
|
|
%dir %{_libdir}/R/library/parallel/
|
|
|
|
%{_libdir}/R/library/parallel/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/parallel/INDEX
|
|
|
|
%dir %{_libdir}/R/library/parallel/doc
|
|
|
|
%{_libdir}/R/library/parallel/doc/index.html
|
|
|
|
%{_libdir}/R/library/parallel/doc/parallel.pdf
|
|
|
|
%{_libdir}/R/library/parallel/doc/parallel.R
|
|
|
|
%{_libdir}/R/library/parallel/doc/parallel.Rnw
|
|
|
|
%dir %{_libdir}/R/library/parallel/Meta
|
|
|
|
%{_libdir}/R/library/parallel/Meta/Rd.rds
|
- upstream update to 3.4.0
CHANGES IN R 3.4.0:
SIGNIFICANT USER-VISIBLE CHANGES:
* (Unix-alike) The default methods for download.file() and url()
now choose "libcurl" except for file:// URLs. There will be
small changes in the format and wording of messages, including in
rare cases if an issue is a warning or an error. For example,
when HTTP re-direction occurs, some messages refer to the final
URL rather than the specified one.
Those who use proxies should check that their settings are
compatible (see ?download.file: the most commonly used forms work
for both "internal" and "libcurl").
* table() has been amended to be more internally consistent and
become back compatible to R <= 2.7.2 again. Consequently,
table(1:2, exclude = NULL) no longer contains a zero count for
<NA>, but useNA = "always" continues to do so.
* summary.default() no longer rounds, but its print method does
resulting in less extraneous rounding, notably of numbers in the
ten thousands.
* factor(x, exclude = L) behaves more rationally when x or L are
character vectors. Further, exclude = <factor> now behaves as
documented for long.
* Arithmetic, logic (&, |) and comparison (aka 'relational', e.g.,
<, ==) operations with arrays now behave consistently, notably
for arrays of length zero.
Arithmetic between length-1 arrays and longer non-arrays had
silently dropped the array attributes and recycled. This now
gives a warning and will signal an error in the future, as it has
always for logic and comparison operations in these cases (e.g.,
compare matrix(1,1) + 2:3 and matrix(1,1) < 2:3).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=56
2017-04-21 17:19:06 +00:00
|
|
|
%{_libdir}/R/library/parallel/Meta/features.rds
|
2015-12-10 15:50:28 +00:00
|
|
|
%{_libdir}/R/library/parallel/Meta/hsearch.rds
|
|
|
|
%{_libdir}/R/library/parallel/Meta/links.rds
|
|
|
|
%{_libdir}/R/library/parallel/Meta/nsInfo.rds
|
|
|
|
%{_libdir}/R/library/parallel/Meta/package.rds
|
|
|
|
%{_libdir}/R/library/parallel/Meta/vignette.rds
|
|
|
|
%{_libdir}/R/library/parallel/NAMESPACE
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/parallel/R
|
|
|
|
%{_libdir}/R/library/parallel/R/parallel
|
|
|
|
%{_libdir}/R/library/parallel/R/parallel.rdb
|
|
|
|
%{_libdir}/R/library/parallel/R/parallel.rdx
|
|
|
|
%dir %{_libdir}/R/library/parallel/help
|
|
|
|
%{_libdir}/R/library/parallel/help/AnIndex
|
|
|
|
%{_libdir}/R/library/parallel/help/aliases.rds
|
|
|
|
%{_libdir}/R/library/parallel/help/parallel.rdb
|
|
|
|
%{_libdir}/R/library/parallel/help/parallel.rdx
|
|
|
|
%{_libdir}/R/library/parallel/help/paths.rds
|
|
|
|
%dir %{_libdir}/R/library/parallel/html
|
|
|
|
%{_libdir}/R/library/parallel/html/00Index.html
|
|
|
|
%{_libdir}/R/library/parallel/html/R.css
|
|
|
|
%dir %{_libdir}/R/library/parallel/libs
|
|
|
|
%{_libdir}/R/library/parallel/libs/parallel.so
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-parallel.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/parallel.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-parallel.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/parallel.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-parallel.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/parallel.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-parallel.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/parallel.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-parallel.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/parallel.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-parallel.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/parallel.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-parallel.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/parallel.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-parallel.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/parallel.mo
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
# splines
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-splines
|
|
|
|
Summary: Package providing R-splines
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-splines
|
|
|
|
This package provides R-splines, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-splines
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/splines/
|
|
|
|
%{_libdir}/R/library/splines/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/splines/help/
|
|
|
|
%{_libdir}/R/library/splines/html/
|
|
|
|
%{_libdir}/R/library/splines/INDEX
|
|
|
|
%{_libdir}/R/library/splines/libs/
|
|
|
|
%{_libdir}/R/library/splines/Meta/
|
|
|
|
%{_libdir}/R/library/splines/NAMESPACE
|
|
|
|
%{_libdir}/R/library/splines/R/
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/splines.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/splines.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/splines.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/splines.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/splines.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/splines.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/splines.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/splines.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/splines.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-splines.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/splines.mo
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
# stats
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-stats
|
|
|
|
Summary: Package providing R-stats
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-stats
|
|
|
|
This package provides R-stats, one of R-core packages.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n R-stats
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/stats/
|
|
|
|
%{_libdir}/R/library/stats/COPYRIGHTS.modreg
|
|
|
|
%{_libdir}/R/library/stats/demo/
|
|
|
|
%{_libdir}/R/library/stats/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/stats/help/
|
|
|
|
%{_libdir}/R/library/stats/html/
|
|
|
|
%{_libdir}/R/library/stats/INDEX
|
|
|
|
%{_libdir}/R/library/stats/libs/
|
|
|
|
%{_libdir}/R/library/stats/Meta/
|
|
|
|
%{_libdir}/R/library/stats/NAMESPACE
|
|
|
|
%{_libdir}/R/library/stats/R/
|
|
|
|
%{_libdir}/R/library/stats/SOURCES.ts
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/stats.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/stats.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/stats.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/stats.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/stats.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/stats.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/stats.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/stats.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/stats.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/stats.mo
|
|
|
|
%lang(tr) %{_libdir}/R/library/translations/tr/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-stats.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/stats.mo
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
# stats4
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%package -n R-stats4
|
|
|
|
Summary: Package providing R-stats4
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-stats4
|
|
|
|
This package provides R-stats4, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-stats4
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/stats4/
|
|
|
|
%{_libdir}/R/library/stats4/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/stats4/help/
|
|
|
|
%{_libdir}/R/library/stats4/html/
|
|
|
|
%{_libdir}/R/library/stats4/INDEX
|
|
|
|
%{_libdir}/R/library/stats4/Meta/
|
|
|
|
%{_libdir}/R/library/stats4/NAMESPACE
|
|
|
|
%{_libdir}/R/library/stats4/R/
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(tr) %{_libdir}/R/library/translations/tr/LC_MESSAGES/R-stats4.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-stats4.mo
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
# tcltk
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-tcltk
|
|
|
|
Summary: Package providing R-tcltk
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-tcltk
|
|
|
|
This package provides R-tcltk, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-tcltk
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/tcltk/
|
|
|
|
%{_libdir}/R/library/tcltk/demo/
|
|
|
|
%{_libdir}/R/library/tcltk/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/tcltk/exec/
|
|
|
|
%{_libdir}/R/library/tcltk/help/
|
|
|
|
%{_libdir}/R/library/tcltk/html/
|
|
|
|
%{_libdir}/R/library/tcltk/INDEX
|
|
|
|
%{_libdir}/R/library/tcltk/libs/
|
|
|
|
%{_libdir}/R/library/tcltk/Meta/
|
|
|
|
%{_libdir}/R/library/tcltk/NAMESPACE
|
|
|
|
%{_libdir}/R/library/tcltk/R/
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/tcltk.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/tcltk.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/tcltk.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/tcltk.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/tcltk.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/tcltk.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/tcltk.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/tcltk.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/tcltk.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-tcltk.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/tcltk.mo
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
# tools
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%package -n R-tools
|
|
|
|
Summary: Package providing R-tools
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-tools
|
|
|
|
This package provides R-tools, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-tools
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/tools/
|
|
|
|
%{_libdir}/R/library/tools/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/tools/help/
|
|
|
|
%{_libdir}/R/library/tools/html/
|
|
|
|
%{_libdir}/R/library/tools/INDEX
|
|
|
|
%{_libdir}/R/library/tools/libs/
|
|
|
|
%{_libdir}/R/library/tools/Meta/
|
|
|
|
%{_libdir}/R/library/tools/NAMESPACE
|
|
|
|
%{_libdir}/R/library/tools/R/
|
|
|
|
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/tools.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/tools.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/tools.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/tools.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(it) %{_libdir}/R/library/translations/it/LC_MESSAGES/tools.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/tools.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/tools.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/tools.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/tools.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/tools.mo
|
|
|
|
%lang(tr) %{_libdir}/R/library/translations/tr/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-tools.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/tools.mo
|
|
|
|
|
|
|
|
# utils
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%package -n R-utils
|
|
|
|
Summary: Package providing R-utils
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base = %{version}
|
|
|
|
|
|
|
|
%description -n R-utils
|
|
|
|
This package provides R-utils, one of R-core packages.
|
|
|
|
|
|
|
|
%files -n R-utils
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
2015-12-09 10:25:58 +00:00
|
|
|
%dir %{_libdir}/R/library/utils/
|
|
|
|
%{_libdir}/R/library/utils/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/utils/help/
|
|
|
|
%{_libdir}/R/library/utils/html/
|
|
|
|
%{_libdir}/R/library/utils/iconvlist
|
|
|
|
%{_libdir}/R/library/utils/INDEX
|
|
|
|
%{_libdir}/R/library/utils/libs/
|
|
|
|
%{_libdir}/R/library/utils/Meta/
|
|
|
|
%{_libdir}/R/library/utils/misc/
|
|
|
|
%{_libdir}/R/library/utils/NAMESPACE
|
|
|
|
%{_libdir}/R/library/utils/R/
|
|
|
|
%{_libdir}/R/library/utils/Sweave/
|
|
|
|
%{_libdir}/R/library/utils/doc/
|
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%lang(da) %{_libdir}/R/library/translations/da/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(de) %{_libdir}/R/library/translations/de/LC_MESSAGES/utils.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(en) %{_libdir}/R/library/translations/en@quot/LC_MESSAGES/utils.mo
|
|
|
|
%lang(fa) %{_libdir}/R/library/translations/fa/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(fr) %{_libdir}/R/library/translations/fr/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(ja) %{_libdir}/R/library/translations/ja/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(ko) %{_libdir}/R/library/translations/ko/LC_MESSAGES/utils.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(pl) %{_libdir}/R/library/translations/pl/LC_MESSAGES/utils.mo
|
|
|
|
%lang(pt_BR) %{_libdir}/R/library/translations/pt_BR/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(ru) %{_libdir}/R/library/translations/ru/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(tr) %{_libdir}/R/library/translations/tr/LC_MESSAGES/R-utils.mo
|
|
|
|
%lang(zh_CN) %{_libdir}/R/library/translations/zh_CN/LC_MESSAGES/R-utils.mo
|
2015-12-09 10:25:58 +00:00
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
# Recommended Packages Section
|
2015-12-09 10:25:58 +00:00
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%package -n R-recommended-packages
|
|
|
|
Summary: Metapackage, requires all recommended Packages
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Version: %{Rversion}
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-KernSmooth
|
|
|
|
Requires: R-MASS
|
|
|
|
Requires: R-Matrix
|
|
|
|
Requires: R-base
|
|
|
|
Requires: R-boot
|
|
|
|
Requires: R-class
|
|
|
|
Requires: R-cluster
|
|
|
|
Requires: R-codetools
|
|
|
|
Requires: R-foreign
|
|
|
|
Requires: R-lattice
|
|
|
|
Requires: R-mgcv
|
|
|
|
Requires: R-nlme
|
|
|
|
Requires: R-nnet
|
|
|
|
Requires: R-rpart
|
|
|
|
Requires: R-spatial
|
|
|
|
Requires: R-survival
|
2015-12-09 10:25:58 +00:00
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%description -n R-recommended-packages
|
|
|
|
Metapackage, Requires: all recommended Packages
|
|
|
|
|
|
|
|
%files -n R-recommended-packages
|
|
|
|
|
|
|
|
%package -n R-boot
|
|
|
|
Summary: Package provides recommended R-boot
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- upstream update to 3.4.2
CHANGES IN R 3.4.2:
NEW FEATURES:
* Setting the LC_ALL category in Sys.setlocale() invalidates any
cached locale-specific day/month names and the AM/PM indicator
for strptime() (as setting LC_TIME has since R 3.1.0).
* The version of LAPACK included in the sources has been updated to
3.7.1, a bug-fix release.
* The default for tools::write_PACKAGES(rds_compress=) has been
changed to "xz" to match the compression used by CRAN.
* c() and unlist() are now more efficient in constructing the
names(.) of their return value, thanks to a proposal by Suharto
Anggono. (PR#17284)
UTILITIES:
* R CMD check checks for and R CMD build corrects CRLF line endings
in shell scripts configure and cleanup (even on Windows).
INSTALLATION on a UNIX-ALIKE:
* The order of selection of OpenMP flags has been changed: Oracle
Developer Studio 12.5 accepts -fopenmp and -xopenmp but only the
latter enables OpenMP so it is now tried first.
BUG FIXES:
* within(List, rm(x1, x2)) works correctly again, including when
List[["x2"]] is NULL.
* regexec(pattern, text, *) now applies as.character(.) to its
first two arguments, as documented.
* write.table() and related functions, writeLines(), and perhaps
other functions writing text to connections did not signal errors
when the writes failed, e.g. due to a disk being full. Errors
will now be signalled if detected during the write, warnings if
detected when the connection is closed. (PR#17243)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=62
2017-09-29 07:48:56 +00:00
|
|
|
Version: 1.3.20
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-boot
|
|
|
|
This packages provides R-boot, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-boot
|
2015-12-09 10:25:58 +00:00
|
|
|
%defattr(-, root, root)
|
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%dir %{_libdir}/R/library/boot/
|
|
|
|
%{_libdir}/R/library/boot/bd.q
|
|
|
|
%{_libdir}/R/library/boot/CITATION
|
|
|
|
%{_libdir}/R/library/boot/data/
|
|
|
|
%{_libdir}/R/library/boot/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/boot/help/
|
|
|
|
%{_libdir}/R/library/boot/html/
|
|
|
|
%{_libdir}/R/library/boot/INDEX
|
|
|
|
%{_libdir}/R/library/boot/Meta/
|
|
|
|
%{_libdir}/R/library/boot/NAMESPACE
|
|
|
|
%dir %{_libdir}/R/library/boot/po/
|
|
|
|
%lang(de) %{_libdir}/R/library/boot/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/boot/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/boot/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/boot/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/boot/po/pl/
|
|
|
|
%lang(ru) %{_libdir}/R/library/boot/po/ru/
|
|
|
|
%{_libdir}/R/library/boot/R/
|
|
|
|
|
|
|
|
%package -n R-class
|
|
|
|
Summary: Package provides recommended R-class
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Version: 7.3.14
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-class
|
|
|
|
This packages provides R-class, one of the recommended packages.
|
2015-12-09 10:25:58 +00:00
|
|
|
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%files -n R-class
|
2015-12-09 10:25:58 +00:00
|
|
|
%defattr(-, root, root)
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/class/
|
|
|
|
%{_libdir}/R/library/class/CITATION
|
|
|
|
%{_libdir}/R/library/class/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/class/help/
|
|
|
|
%{_libdir}/R/library/class/html/
|
|
|
|
%{_libdir}/R/library/class/INDEX
|
|
|
|
%{_libdir}/R/library/class/libs/
|
|
|
|
%{_libdir}/R/library/class/Meta/
|
|
|
|
%{_libdir}/R/library/class/NAMESPACE
|
|
|
|
%{_libdir}/R/library/class/NEWS
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/class/po/
|
|
|
|
%lang(de) %{_libdir}/R/library/class/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/class/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/class/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/class/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/class/po/pl/
|
|
|
|
%{_libdir}/R/library/class/R/
|
|
|
|
|
|
|
|
%package -n R-cluster
|
|
|
|
Summary: Package provides recommended R-cluster
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-04-23 08:38:03 +00:00
|
|
|
Version: 2.0.7
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-cluster
|
|
|
|
This packages provides R-cluster, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-cluster
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/cluster/
|
|
|
|
%{_libdir}/R/library/cluster/CITATION
|
|
|
|
%{_libdir}/R/library/cluster/data/
|
|
|
|
%{_libdir}/R/library/cluster/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/cluster/help/
|
|
|
|
%{_libdir}/R/library/cluster/html/
|
|
|
|
%{_libdir}/R/library/cluster/INDEX
|
|
|
|
%{_libdir}/R/library/cluster/libs/
|
|
|
|
%{_libdir}/R/library/cluster/Meta/
|
|
|
|
%{_libdir}/R/library/cluster/NAMESPACE
|
|
|
|
%{_libdir}/R/library/cluster/NEWS.Rd
|
|
|
|
%{_libdir}/R/library/cluster/R/
|
2018-04-23 08:38:03 +00:00
|
|
|
%{_libdir}/R/library/cluster/test-tools.R
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%dir %{_libdir}/R/library/cluster/po/
|
|
|
|
%lang(de) %{_libdir}/R/library/cluster/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/cluster/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/cluster/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/cluster/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/cluster/po/pl/
|
|
|
|
|
|
|
|
%package -n R-codetools
|
|
|
|
Summary: Package provides recommended R-codetools
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2016-10-31 11:56:24 +00:00
|
|
|
Version: 0.2.15
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-codetools
|
|
|
|
This packages provides R-codetools, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-codetools
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/codetools/
|
|
|
|
%{_libdir}/R/library/codetools/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/codetools/help/
|
|
|
|
%{_libdir}/R/library/codetools/html/
|
|
|
|
%{_libdir}/R/library/codetools/INDEX
|
|
|
|
%{_libdir}/R/library/codetools/Meta/
|
|
|
|
%{_libdir}/R/library/codetools/NAMESPACE
|
|
|
|
%{_libdir}/R/library/codetools/R/
|
|
|
|
|
|
|
|
%package -n R-foreign
|
|
|
|
Summary: Package provides recommended R-foreign
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-12-20 08:51:43 +00:00
|
|
|
Version: 0.8.71
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-foreign
|
|
|
|
This packages provides R-foreign, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-foreign
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/foreign/
|
|
|
|
%{_libdir}/R/library/foreign/COPYRIGHTS
|
|
|
|
%{_libdir}/R/library/foreign/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/foreign/files/
|
|
|
|
%{_libdir}/R/library/foreign/help/
|
|
|
|
%{_libdir}/R/library/foreign/html/
|
|
|
|
%{_libdir}/R/library/foreign/INDEX
|
|
|
|
%{_libdir}/R/library/foreign/libs/
|
|
|
|
%{_libdir}/R/library/foreign/Meta/
|
|
|
|
%{_libdir}/R/library/foreign/NAMESPACE
|
|
|
|
%dir %{_libdir}/R/library/foreign/po/
|
|
|
|
%lang(de) %{_libdir}/R/library/foreign/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/foreign/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/foreign/po/fr/
|
|
|
|
%lang(pl) %{_libdir}/R/library/foreign/po/pl/
|
|
|
|
%{_libdir}/R/library/foreign/R/
|
|
|
|
|
|
|
|
%package -n R-KernSmooth
|
|
|
|
Summary: Package provides recommended R-KernSmooth
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Version: 2.23.15
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-KernSmooth
|
|
|
|
This packages provides R-KernSmooth, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-KernSmooth
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/KernSmooth/
|
|
|
|
%{_libdir}/R/library/KernSmooth/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/KernSmooth/help/
|
|
|
|
%{_libdir}/R/library/KernSmooth/html/
|
|
|
|
%{_libdir}/R/library/KernSmooth/INDEX
|
|
|
|
%{_libdir}/R/library/KernSmooth/libs/
|
|
|
|
%{_libdir}/R/library/KernSmooth/Meta/
|
|
|
|
%{_libdir}/R/library/KernSmooth/NAMESPACE
|
|
|
|
%dir %{_libdir}/R/library/KernSmooth/po/
|
|
|
|
%lang(de) %{_libdir}/R/library/KernSmooth/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/KernSmooth/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/KernSmooth/po/fr/
|
|
|
|
%lang(pl) %{_libdir}/R/library/KernSmooth/po/pl/
|
|
|
|
%lang(ko) %{_libdir}/R/library/KernSmooth/po/ko/
|
|
|
|
%{_libdir}/R/library/KernSmooth/R/
|
|
|
|
|
|
|
|
%package -n R-lattice
|
|
|
|
Summary: Package provides recommended R-lattice
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-12-20 08:51:43 +00:00
|
|
|
Version: 0.20.38
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-lattice
|
|
|
|
This packages provides R-lattice, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-lattice
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/lattice/
|
|
|
|
%{_libdir}/R/library/lattice/CITATION
|
|
|
|
%{_libdir}/R/library/lattice/data/
|
|
|
|
%{_libdir}/R/library/lattice/demo/
|
|
|
|
%{_libdir}/R/library/lattice/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/lattice/help/
|
|
|
|
%{_libdir}/R/library/lattice/html/
|
|
|
|
%{_libdir}/R/library/lattice/INDEX
|
|
|
|
%{_libdir}/R/library/lattice/libs/
|
|
|
|
%{_libdir}/R/library/lattice/Meta/
|
|
|
|
%{_libdir}/R/library/lattice/NAMESPACE
|
|
|
|
%{_libdir}/R/library/lattice/NEWS
|
|
|
|
%dir %{_libdir}/R/library/lattice/po/
|
|
|
|
%lang(de) %{_libdir}/R/library/lattice/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/lattice/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/lattice/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/lattice/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/lattice/po/pl/
|
|
|
|
%{_libdir}/R/library/lattice/R/
|
|
|
|
|
|
|
|
%package -n R-MASS
|
|
|
|
Summary: Package provides recommended R-MASS
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-12-20 08:51:43 +00:00
|
|
|
Version: 7.3.51
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-MASS
|
|
|
|
This packages provides R-MASS, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-MASS
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/MASS/
|
|
|
|
%{_libdir}/R/library/MASS/CITATION
|
|
|
|
%{_libdir}/R/library/MASS/data/
|
|
|
|
%{_libdir}/R/library/MASS/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/MASS/help/
|
|
|
|
%{_libdir}/R/library/MASS/html/
|
|
|
|
%{_libdir}/R/library/MASS/INDEX
|
|
|
|
%{_libdir}/R/library/MASS/libs/
|
|
|
|
%{_libdir}/R/library/MASS/Meta/
|
|
|
|
%{_libdir}/R/library/MASS/NAMESPACE
|
|
|
|
%{_libdir}/R/library/MASS/NEWS
|
|
|
|
%dir %{_libdir}/R/library/MASS/po
|
|
|
|
%lang(de) %{_libdir}/R/library/MASS/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/MASS/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/MASS/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/MASS/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/MASS/po/pl/
|
|
|
|
%{_libdir}/R/library/MASS/R/
|
|
|
|
%{_libdir}/R/library/MASS/scripts/
|
|
|
|
|
|
|
|
%package -n R-Matrix
|
|
|
|
Summary: Package provides recommended R-Matrix
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-12-20 08:51:43 +00:00
|
|
|
Version: 1.2.15
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-Matrix
|
|
|
|
This packages provides R-Matrix, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-Matrix
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/Matrix/
|
|
|
|
%{_libdir}/R/library/Matrix/Copyrights
|
|
|
|
%{_libdir}/R/library/Matrix/data/
|
|
|
|
%{_libdir}/R/library/Matrix/doc/
|
|
|
|
%{_libdir}/R/library/Matrix/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/Matrix/Doxyfile
|
|
|
|
%{_libdir}/R/library/Matrix/external/
|
|
|
|
%{_libdir}/R/library/Matrix/help/
|
|
|
|
%{_libdir}/R/library/Matrix/html/
|
|
|
|
%{_libdir}/R/library/Matrix/INDEX
|
|
|
|
%{_libdir}/R/library/Matrix/libs/
|
2016-03-10 12:53:52 +00:00
|
|
|
%{_libdir}/R/library/Matrix/LICENCE
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%{_libdir}/R/library/Matrix/Meta/
|
|
|
|
%{_libdir}/R/library/Matrix/NAMESPACE
|
|
|
|
%{_libdir}/R/library/Matrix/NEWS.Rd
|
|
|
|
%dir %{_libdir}/R/library/Matrix/po/
|
|
|
|
%lang(de) %{_libdir}/R/library/Matrix/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/Matrix/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/Matrix/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/Matrix/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/Matrix/po/pl/
|
|
|
|
%{_libdir}/R/library/Matrix/R/
|
|
|
|
%{_libdir}/R/library/Matrix/test-tools.R
|
|
|
|
%{_libdir}/R/library/Matrix/test-tools-1.R
|
|
|
|
%{_libdir}/R/library/Matrix/test-tools-Matrix.R
|
|
|
|
|
|
|
|
%package -n R-Matrix-devel
|
|
|
|
Summary: Package provides header files for recommended R-Matrix
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-04-23 08:38:03 +00:00
|
|
|
Version: 1.2.14
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-Matrix
|
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-Matrix-devel
|
|
|
|
Package provides header files for recommended R-Matrix
|
|
|
|
|
|
|
|
%files -n R-Matrix-devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/Matrix/include/
|
|
|
|
%{_libdir}/R/library/Matrix/include/Matrix.h
|
|
|
|
%{_libdir}/R/library/Matrix/include/Matrix_stubs.c
|
|
|
|
%{_libdir}/R/library/Matrix/include/cholmod.h
|
|
|
|
|
|
|
|
%package -n R-mgcv
|
|
|
|
Summary: Package provides recommended R-mgcv
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-12-20 08:51:43 +00:00
|
|
|
Version: 1.8.26
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-mgcv
|
|
|
|
This packages provides R-mgcv, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-mgcv
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/mgcv/
|
|
|
|
%{_libdir}/R/library/mgcv/CITATION
|
|
|
|
%{_libdir}/R/library/mgcv/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/mgcv/help/
|
|
|
|
%{_libdir}/R/library/mgcv/data
|
|
|
|
%{_libdir}/R/library/mgcv/html/
|
|
|
|
%{_libdir}/R/library/mgcv/INDEX
|
|
|
|
%{_libdir}/R/library/mgcv/libs/
|
|
|
|
%{_libdir}/R/library/mgcv/Meta/
|
|
|
|
%{_libdir}/R/library/mgcv/NAMESPACE
|
|
|
|
%{_libdir}/R/library/mgcv/R/
|
|
|
|
%dir %{_libdir}/R/library/mgcv/po/
|
|
|
|
%lang(de) %{_libdir}/R/library/mgcv/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/mgcv/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/mgcv/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/mgcv/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/mgcv/po/pl/
|
|
|
|
|
|
|
|
%package -n R-nlme
|
|
|
|
Summary: Package provides recommended R-nlme
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-04-23 08:38:03 +00:00
|
|
|
Version: 3.1.137
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-nlme
|
|
|
|
This packages provides R-nlme, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-nlme
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/nlme/
|
|
|
|
%{_libdir}/R/library/nlme/CITATION
|
|
|
|
%{_libdir}/R/library/nlme/data/
|
|
|
|
%{_libdir}/R/library/nlme/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/nlme/help/
|
|
|
|
%{_libdir}/R/library/nlme/html/
|
|
|
|
%{_libdir}/R/library/nlme/INDEX
|
|
|
|
%{_libdir}/R/library/nlme/libs/
|
- upstream release 3.3.1
- Most important changes
CHANGES IN R 3.3.1:
BUG FIXES:
* R CMD INSTALL and hence install.packages() gave an internal error
installing a package called description from a tarball on a
case-insensitive file system.
* match(x, t) (and hence x %in% t) failed when x was of length one,
and either character and x and t only differed in their Encoding
or when x and t where complex with NAs or NaNs. (PR#16885.)
* unloadNamespace(ns) also works again when ns is a 'namespace', as
from getNamespace().
* rgamma(1,Inf) or rgamma(1, 0,0) no longer give NaN but the
correct limit.
* length(baseenv()) is correct now.
* pretty(d, ..) for date-time d rarely failed when "halfmonth" time
steps were tried (PR#16923) and on 'inaccurate' platforms such as
32-bit windows or a configuration with --disable-long-double; see
comment #15 of PR#16761.
* In text.default(x, y, labels), the rarely(?) used default for
labels is now correct also for the case of a 2-column matrix x
and missing y.
* as.factor(c(a = 1L)) preserves names() again as in R < 3.1.0.
* strtrim(""[0], 0[0]) now works.
* Use of Ctrl-C to terminate a reverse incremental search started
by Ctrl-R in the readline-based Unix terminal interface is now
supported for readline >= 6.3 (Ctrl-G always worked). (PR#16603)
* diff(<difftime>) now keeps the "units" attribute, as subtraction
already did, PR#16940.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=42
2016-06-21 09:27:34 +00:00
|
|
|
%{_libdir}/R/library/nlme/LICENCE
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
%{_libdir}/R/library/nlme/Meta/
|
|
|
|
%{_libdir}/R/library/nlme/mlbook/
|
|
|
|
%{_libdir}/R/library/nlme/NAMESPACE
|
|
|
|
%dir %{_libdir}/R/library/nlme/po/
|
|
|
|
%lang(de) %{_libdir}/R/library/nlme/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/nlme/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/nlme/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/nlme/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/nlme/po/pl/
|
|
|
|
%{_libdir}/R/library/nlme/R/
|
|
|
|
%{_libdir}/R/library/nlme/scripts/
|
|
|
|
|
|
|
|
%package -n R-nnet
|
|
|
|
Summary: Package provides recommended R-nnet
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2016-03-10 12:53:52 +00:00
|
|
|
Version: 7.3.12
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-nnet
|
|
|
|
This packages provides R-nnet, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-nnet
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/nnet/
|
|
|
|
%{_libdir}/R/library/nnet/CITATION
|
|
|
|
%{_libdir}/R/library/nnet/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/nnet/help/
|
|
|
|
%{_libdir}/R/library/nnet/html/
|
|
|
|
%{_libdir}/R/library/nnet/INDEX
|
|
|
|
%{_libdir}/R/library/nnet/libs/
|
|
|
|
%{_libdir}/R/library/nnet/Meta/
|
|
|
|
%{_libdir}/R/library/nnet/NAMESPACE
|
|
|
|
%{_libdir}/R/library/nnet/NEWS
|
|
|
|
%dir %{_libdir}/R/library/nnet/po
|
|
|
|
%lang(de) %{_libdir}/R/library/nnet/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/nnet/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/nnet/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/nnet/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/nnet/po/pl/
|
|
|
|
%{_libdir}/R/library/nnet/R/
|
|
|
|
|
|
|
|
%package -n R-rpart
|
|
|
|
Summary: Package provides recommended R-rpart
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-03-15 09:22:40 +00:00
|
|
|
Version: 4.1.13
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-rpart
|
|
|
|
This packages provides R-rpart, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-rpart
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/rpart/
|
|
|
|
%{_libdir}/R/library/rpart/data/
|
|
|
|
%{_libdir}/R/library/rpart/doc/
|
|
|
|
%{_libdir}/R/library/rpart/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/rpart/help/
|
|
|
|
%{_libdir}/R/library/rpart/html/
|
|
|
|
%{_libdir}/R/library/rpart/INDEX
|
|
|
|
%{_libdir}/R/library/rpart/libs/
|
|
|
|
%{_libdir}/R/library/rpart/Meta/
|
|
|
|
%{_libdir}/R/library/rpart/NAMESPACE
|
|
|
|
%{_libdir}/R/library/rpart/NEWS.Rd
|
|
|
|
%dir %{_libdir}/R/library/rpart/po
|
|
|
|
%lang(de) %{_libdir}/R/library/rpart/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/rpart/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/rpart/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/rpart/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/rpart/po/pl/
|
|
|
|
%lang(ru) %{_libdir}/R/library/rpart/po/ru/
|
|
|
|
%{_libdir}/R/library/rpart/R/
|
|
|
|
|
|
|
|
%package -n R-spatial
|
|
|
|
Summary: Package provides recommended R-spatial
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2017-06-30 10:42:01 +00:00
|
|
|
Version: 7.3.11
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-spatial
|
|
|
|
This packages provides R-spatial, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-spatial
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/spatial/
|
|
|
|
%{_libdir}/R/library/spatial/CITATION
|
|
|
|
%{_libdir}/R/library/spatial/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/spatial/help/
|
|
|
|
%{_libdir}/R/library/spatial/html/
|
|
|
|
%{_libdir}/R/library/spatial/INDEX
|
|
|
|
%{_libdir}/R/library/spatial/libs/
|
|
|
|
%{_libdir}/R/library/spatial/Meta/
|
|
|
|
%{_libdir}/R/library/spatial/NAMESPACE
|
|
|
|
%{_libdir}/R/library/spatial/NEWS
|
|
|
|
%dir %{_libdir}/R/library/spatial/po
|
|
|
|
%lang(de) %{_libdir}/R/library/spatial/po/de/
|
|
|
|
%lang(en) %{_libdir}/R/library/spatial/po/en*/
|
|
|
|
%lang(fr) %{_libdir}/R/library/spatial/po/fr/
|
|
|
|
%lang(ko) %{_libdir}/R/library/spatial/po/ko/
|
|
|
|
%lang(pl) %{_libdir}/R/library/spatial/po/pl/
|
|
|
|
%{_libdir}/R/library/spatial/ppdata/
|
|
|
|
%{_libdir}/R/library/spatial/PP.files
|
|
|
|
%{_libdir}/R/library/spatial/R/
|
|
|
|
|
|
|
|
%package -n R-survival
|
|
|
|
Summary: Package provides recommended R-survival
|
2016-07-05 13:33:01 +00:00
|
|
|
Group: Development/Libraries/Other
|
2018-12-20 08:51:43 +00:00
|
|
|
Version: 2.43.3
|
2016-03-11 15:39:08 +00:00
|
|
|
Release: %release
|
- The big split up. What was a monolithic R-base*rpm now is
divided over 30 something packages, with the following layout.
R-base-3.2.3: dummy packages, contains all of R
Use R-base, if you don´t have a good understandig what it means
to install only parts of it!
R-base-devel-3.2.3: dummy, contains R-core-devel
R-core-3.2.3: R core, no packages at all
R-core-devel-3.2.3: devel files
R-core-libs-3.2.3: contains Rlib
R-core-doc-3.2.3: all the documentation of R-core
R-core-packages-3.2.3: dummy package to load all core packages, that are
R-compiler-3.2.3,
R-datasets-3.2.3,
R-grDevices-3.2.3,
R-graphics-3.2.3,
R-grid-3.2.3,
R-methods-3.2.3,
R-parallel-3.2.3,
R-splines-3.2.3,
R-stats-3.2.3,
R-stats4-3.2.3,
R-tcltk-3.2.3,
R-tools-3.2.3,
R-utils-3.2.3.
Each of these packages may be installed alone.
R-recommended-packages-3.2.3: dummy package to load all recommeded
packages, that are
R-boot-1.3.17,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:R:released/R-base?expand=0&rev=26
2016-03-07 12:59:49 +00:00
|
|
|
Requires: R-base
|
|
|
|
|
|
|
|
%description -n R-survival
|
|
|
|
This packages provides R-survival, one of the recommended packages.
|
|
|
|
|
|
|
|
%files -n R-survival
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
|
|
%dir %{_libdir}/R/library/survival/
|
|
|
|
%{_libdir}/R/library/survival/data/
|
|
|
|
%{_libdir}/R/library/survival/CITATION
|
|
|
|
%{_libdir}/R/library/survival/COPYRIGHTS
|
|
|
|
%{_libdir}/R/library/survival/doc/
|
|
|
|
%{_libdir}/R/library/survival/DESCRIPTION
|
|
|
|
%{_libdir}/R/library/survival/help/
|
|
|
|
%{_libdir}/R/library/survival/html/
|
|
|
|
%{_libdir}/R/library/survival/INDEX
|
|
|
|
%{_libdir}/R/library/survival/libs/
|
|
|
|
%{_libdir}/R/library/survival/Meta/
|
|
|
|
%{_libdir}/R/library/survival/NAMESPACE
|
|
|
|
%{_libdir}/R/library/survival/NEWS.Rd
|
|
|
|
%{_libdir}/R/library/survival/R/
|
2011-01-15 00:51:09 +00:00
|
|
|
|
|
|
|
%changelog
|