Index of /cran/bin/linux/suse

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[TXT]README.html18-Dec-2009 05:29 11K
[TXT]ReadMe.html18-Dec-2009 05:29 11K

RPM Packages Providing R for OpenSUSE

RPM Packages Providing R for OpenSUSE

Table of Contents

1 RPMs providing R for OpenSUSE

1.1 News

R now has its own top level project in openSUSE's build service devel:languages:R. Since a few weeks there are builds of

  • R-base (built on release date)
  • R-patched (daily, recommended) and
  • R-devel (daily)

for all actively maintained releases of openSUSE available. For the time being these are: 11.0, 11.1 and 11.2. Furthermore the adventurous can download packages for Factory. On the other end even SLE 10 and 11 are supported. All these packages provide a resource 'R-base' for installation. Naturally R-patched now is the recommended version to run. If you compile packages for yourself you should install R-patched-devel, too. For discontinued releases, at the moment 10.1-10.3, R-base gets build as long as it "just works" with the current spec file. No effort is put in keeping the latest R-base build on these ancient releases.

1.2 Installation

The generic method to install R on OpenSUSE Linux is using the 1-click install facility the OpenSUSE Build Service (OBS) provides in their search interface. Nevertheless some seemed to have trouble using that interface, what inspired creating a page collecting direct links to the packages installation sources.

1.3 Installing R with 1-click-install

The links in the table below invoke yast2 directly to provide access to OpenSUSE's 1-click-install. Architecture and dependencies are handled automatically. You must be root to do this, resp. you will be asked to give the superuser password during installation. For maintained releases you'll receive current R-patched, otherwise R-base.

The devel package is needed, if you want to install add-on packages. You'll probably need to install a compiler, too. Some packages will need additional dependencies. See install instructions for the package, if an installation fails.

OpenSuSER-patched-2.10.1R-patched-devel-2.10.1
Version1-click-install1-click-install
10.1InstallInstall
10.2InstallInstall
10.3InstallInstall
SLE 10InstallInstall
11.0InstallInstall
11.1InstallInstall
11.2InstallInstall
SLE 11InstallInstall
FactoryInstallInstall

The version provided at the moment is R-2.10.1 (patched). It includes the recommended packages and uses R's internal blas library.

1.4 Installing using the command line

As superuser do
zypper ar -f http://download.opensuse.org/repositories/devel\:languages\:R\:patched/openSUSE_11.2 R-patched
where you replace 11.2 with your release number. After that
zypper install R-patched R-patched-devel
will install R and all dependencies.

1.5 Staying uptodate with zypper

After the first installation the appropriate repositories have been added to your installation. Superuser may use
zypper update R-patched
to update to the latest version of R-patched from the command line.

1.6 Using R-devel

To install R-devel just use the zypper command line with "patched" replaced by "devel". Using R-devel implies you know what you are doing.

1.7 Download for later installation

If for whatever reason you prefer downloading and manual installation of R or you need a src.rpm and the spec file, using of the search interface is recommended.

1.8 Maintanence

These packages are maintained by Detlef Steuer (steuer@hsu-hh.de).

Author: steuer <steuer@gaia>

Date: 2009-12-18 11:28:32 CET

HTML generated by org-mode 6.33trans in emacs 22