R

    UMB R repository

UMB

Pakker / Packages

  • RcmdrPlugin.UMB - plugin for R Commander used in the courses STAT100, STAT200, STAT210, STAT300, STAT310 and STAT330.
  • cppls - extension of the pls package containing several PLS algorithms (inluding cppls), validation and graphics.
  • izoom - simple tool for making plots more interactive using a mouse or keyboard (zoom, move).
  • baseline - a collection of baseline correction algorithms and a GUI based correction tool (also available at CRAN). (GTK+ is needed to run the GUI in Windows and OS X.)

Dokumenter / Documents

Norsk
Dette nettstedet inneholder R-pakker og dokumentasjon beregnet på studenter som tar kurs ved UMB hvor R eller R Commander blir brukt. Hovedlageret finnes på: http://repository.umb.no/R. Dette inneholder pakker for R 2.11, 2.12, 2.13, 2.14 og 2.15 for Windows, Mac OS X og Linux.

I R kan du laste ned pakker fra dette pakkelageret med følgende kommando:
install.packages('navn-på-pakke', repos = c('http://repository.umb.no/R'), dep=TRUE), der 'navn-på-pakke' byttes ut med f.eks. 'cppls'.
Automatisk nedlasting, installasjon og oppstart av RcmdrPlugin.UMB er mulig ved å lime inn følgende kommando i Rs hovedvindu: source(url('http://repository.umb.no/R/run.R'))

English
This site contains R-packages and documentation intended for students taking courses at UMB where R or the R Commander is used. The main repository is located at: http://repository.umb.no/R. This contains packages for R 2.11, 2.12, 2.13, 2.14 and 2.15 for Windows, Mac OS X and Linux.

In R you can download packages from this repository using the following command:
install.packages('name-of-package', repos = c('http://repository.umb.no/R'), dep=TRUE), where 'name-of-package' is replaced, e.g. with 'cppls'.
Automatic download, installation and startup of RcmdrPlugin.UMB is possible by pasting the following command into R's main window: source(url('http://repository.umb.no/R/run.R'))


Primary maintainer:
Kristian Hovde Liland
[kristian.liland (at) umb.no]