aboutsummaryrefslogtreecommitdiff
path: root/math/libRmath/pkg-descr
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-15 15:34:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-15 15:34:15 +0000
commit27767bdbe5aa291e6f1ed1be9258d3e2cdcef2f7 (patch)
tree821381645c7eadb3d19414bf4089d7e55d74aa64 /math/libRmath/pkg-descr
parent762c749fe1087906e594a0858458abf556cb905e (diff)
downloadports-27767bdbe5aa291e6f1ed1be9258d3e2cdcef2f7.tar.gz
ports-27767bdbe5aa291e6f1ed1be9258d3e2cdcef2f7.zip
Notes
Diffstat (limited to 'math/libRmath/pkg-descr')
-rw-r--r--math/libRmath/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/libRmath/pkg-descr b/math/libRmath/pkg-descr
new file mode 100644
index 000000000000..e927f636f620
--- /dev/null
+++ b/math/libRmath/pkg-descr
@@ -0,0 +1,10 @@
+This is the standalone math library from R. R is a language
+and environment for statistical computing and graphics.
+To use the routines in your own C or C++ programs, include
+
+#define MATHLIB_STANDALONE
+#include <Rmath.h>
+
+and link against -lRmath.
+
+WWW: http://www.R-project.org/