Created
May 20, 2013 19:12
-
-
Save twneale/5614681 to your computer and use it in GitHub Desktop.
My Borked R setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Package: r-base | |
| Priority: optional | |
| Section: universe/math | |
| Installed-Size: 70 | |
| Maintainer: Ubuntu Developers <[email protected]> | |
| Original-Maintainer: Dirk Eddelbuettel <[email protected]> | |
| Architecture: all | |
| Version: 2.14.1-1 | |
| Depends: r-base-core (>= 2.14.1-1), r-recommended (= 2.14.1-1) | |
| Recommends: r-base-html, r-doc-html | |
| Suggests: ess, r-doc-info | r-doc-pdf | |
| Filename: pool/universe/r/r-base/r-base_2.14.1-1_all.deb | |
| Size: 9590 | |
| MD5sum: 9b8728fd105031085fa751e094e5507c | |
| SHA1: a0a82f911534af84bc989c2f99e8ab452bfcba3d | |
| SHA256: 03d4874b8253bbd7b06ccfde5d304f9e3ecf4c76f520854128aa41152c7f0073 | |
| Description-en: GNU R statistical computation and graphics system | |
| R is a system for statistical computation and graphics. It consists | |
| of a language plus a run-time environment with graphics, a debugger, | |
| access to certain system functions, and the ability to run programs | |
| stored in script files. | |
| . | |
| The design of R has been heavily influenced by two existing languages: | |
| Becker, Chambers & Wilks' S and Sussman's Scheme. Whereas the | |
| resulting language is very similar in appearance to S, the underlying | |
| implementation and semantics are derived from Scheme. | |
| . | |
| The core of R is an interpreted computer language which allows | |
| branching and looping as well as modular programming using functions. | |
| Most of the user-visible functions in R are written in R. It is | |
| possible for the user to interface to procedures written in the | |
| C, C++, or FORTRAN languages for efficiency, and many of R's core | |
| functions do so. The R distribution contains functionality for a | |
| large number of statistical procedures and underlying applied math | |
| computations. There is also a large set of functions which provide | |
| a flexible graphical environment for creating various kinds of data | |
| presentations. | |
| . | |
| Additionally, over thousand extension "packages" are available from | |
| CRAN, the Comprehensive R Archive Network, many also as Debian packages, | |
| named 'r-cran-<name>'. | |
| . | |
| This package is a metapackage which eases the transition from the | |
| pre-1.5.0 package setup with its larger r-base package. Once installed, it | |
| can be safely removed and apt-get will automatically upgrade its components | |
| during future upgrades. Providing this package gives a way to users to | |
| then only install r-base-core if they so desire. | |
| Homepage: http://www.r-project.org/ | |
| Description-md5: e8de27c34fdd57ca1c4480d402910df7 | |
| Bugs: https://bugs.launchpad.net/ubuntu/+filebug | |
| Origin: Ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment