openbsd-ports/math/R/pkg/DESCR
espie 86902fac99 Misc. minor fixes:
COMMENTS don't end with .
HOMEPAGE is there for a reason.
Only bsd.port.mk uses tabspaces set to 4.
pre-package does not run as root, post-install does.
copying files is not good enough to make them executable.
2001-04-05 13:00:21 +00:00

15 lines
664 B
Plaintext

R is a clone of The New S Language by Becker, Chambers, and Wilks of AT&T.
A comprehensive statistics package with a full scripting language, many
statistical operators, load/save, extensive help, graphical capabilities
including X11, PostScript, HP and other devices. Ideal for interactive
exploration of data.
Once you've installed R, you can start it just by typing R. There is
extensive online documentation; you can start with help() (note that almost
every S command or function has parentheses after it, so you type
help(A) for info about A).
If you have S users onsite, you may want to "cd /usr/local/bin; ln -s R S"
See ${HOMEPAGE} for more details.