Commit graph

315 commits

Author SHA1 Message Date
wiz
c7203ccc5d + ruby-roo. 2016-01-12 09:40:39 +00:00
wen
202948d975 Add R-quantreg 2016-01-01 11:48:32 +00:00
wen
d949c2e619 Add R-MatrixModels 2016-01-01 05:44:12 +00:00
wen
472873eacd Add R-SparseM 2016-01-01 05:24:28 +00:00
agc
afcc87a33c Add pcg version 0.94 to the packages collection
The PCG family of Random Number Generators combines properties not
	previously seen together in the same generation scheme:

	+ It's really easy to use, and yet its very flexible and offers
	powerful features (including some that allow you to perform silly
	party tricks).

	+ It's very fast, and can occupy very little space.

	+ It has small code size.

	+ It's performance in statistical tests is excellent (see the PCG
	paper for full details).

	+ It's much less predictable and thus more secure than most generators.

	+ It's open source software, with a permissive license (the Apache license).
2015-12-29 02:04:08 +00:00
wen
7ef97b13b6 Add nlopt 2015-11-28 07:35:01 +00:00
gson
f67594e877 Add py-fftw 2015-11-27 10:11:45 +00:00
dholland
1c0322f48f +z3 2015-11-24 05:46:22 +00:00
wen
00fa5c8596 Add R-minqa 2015-10-05 01:14:06 +00:00
richard
992efc35cf Add py-simpleeval
A quick single-file MIT-Licenced library for easily adding evaluatable
expressions into python projects. Say you want to allow a user to set an alarm
volume, which could depend on the time of day, alarm level, how many previous
alarms had gone off, and if there is music playing at the time.

Or if you want to allow simple formulae in a web application, but don't want
to give full eval() access, or don't want to run in javascript on the client side.

It's deliberately very simple, just a single file you can dump into a project,
or import from pypi (pip or easy_install).

Internally, it's using the amazing python ast module to parse the expression,
which allows very fine control of what is and isn't allowed. It should be
completely safe in terms of what operations can be performed by the expression.

The only issue I know to be aware of is that you can create an expression which
takes a long time to evaluate, or which evaluating requires an awful lot of
memory, which leaves the potential for DOS attacks. There is basic protection
against this, and you can lock it down further if you desire.

You should be aware of this when deploying in a public setting.

The defaults are pretty locked down and basic, and it's very easy to add whatever
extra specific functionality you need (your own functions, variable/name lookup, etc).
2015-08-25 05:05:39 +00:00
wen
ec574a7485 add p5-Math-Base-Convert 2015-08-06 01:35:25 +00:00
markd
45c24496ae Add tex-apnum{,-doc} 2015-04-26 03:40:20 +00:00
ryoon
0cd02471fb Add coinmp 2015-02-04 17:37:44 +00:00
cheusov
c8e1feb4e4 += crfsuite 2014-10-29 23:14:36 +00:00
cheusov
9f5c6fd0ac += liblbfgs 2014-10-29 23:12:17 +00:00
cheusov
537fc34f66 += libshorttext 2014-10-29 17:09:39 +00:00
cheusov
627d01b121 += liblinear 2014-10-19 16:48:44 +00:00
wiz
388e2d5aff Remove wxMaxima; wxmaxima replaces it. 2014-10-01 11:10:30 +00:00
wiz
664fa26e58 - R-formatR. 2014-09-20 09:13:49 +00:00
brook
2b9ecca12f Move math/R-knitr to print/R-knitr.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 04:11:43 +00:00
brook
eceb5fda98 Move math/R-evaluate to devel/R-evaluate and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 03:53:54 +00:00
brook
f6a1f767e0 Move math/R-digest to security/R-digest and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 03:34:56 +00:00
brook
e82aa16ded Move math/R-markdown to textproc/R-markdown and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:47:06 +00:00
brook
35e28d2ef6 Move math/R-highr to textproc/R-highr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:34:44 +00:00
brook
0dc0261741 Move math/R-stringr to textproc/R-stringr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 21:21:16 +00:00
brook
a1b93a3672 Move math/R-countrycode to geography/R-countrycode.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:55:07 +00:00
brook
239aa353bd Move math/R-mime to mail/R-mime.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:46:32 +00:00
brook
55b5323a70 Move math/R-formatR to textproc/R-formatR and fix depending packages.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:36:53 +00:00
brook
7412b1b573 Remove math/R-latticeExtra and switch dependency to reimported package
in graphics/R-latticeExtra.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 19:42:13 +00:00
brook
483b53cb62 Added R-knitr v1.6. 2014-09-03 21:34:51 +00:00
brook
1fc1d3f50e Added R-digest v0.6.4. 2014-09-03 18:52:42 +00:00
brook
8d3c599c6d Added R-markdown v0.7.4. 2014-09-03 18:33:58 +00:00
brook
5f3ffde920 Added R-mime v0.1.2. 2014-09-03 18:29:56 +00:00
brook
39b6177fa7 Added R-highr v0.3. 2014-09-03 18:23:38 +00:00
brook
531bf4de8e Added R-formatR v1.0. 2014-09-03 18:04:14 +00:00
brook
60211da695 Added R-evaluate v0.5.5. 2014-09-03 17:00:42 +00:00
brook
dedd9ed14e Added R-stringr v0.6.2. 2014-09-03 16:08:22 +00:00
szptvlfn
4e8f532d1c + hs-semigroups 2014-09-02 20:59:55 +00:00
brook
918710ef22 Add R-Rcpp v0.11.2. 2014-08-26 16:30:01 +00:00
brook
15e32d7b3b Add R-latticeExtra v0.6-26. 2014-08-26 15:46:20 +00:00
brook
597e2cd862 Add R-countrycode. 2014-08-26 04:33:59 +00:00
szptvlfn
c3ec4771b2 + hs-mwc-random 2014-08-14 21:59:03 +00:00
wiz
4435519808 + p5-Statistics-TTest 2014-08-13 20:35:35 +00:00
wiz
e6d8f783a6 + p5-Statistics-Distributions 2014-08-13 20:31:41 +00:00
szptvlfn
5cac8019aa + hs-distributive 2014-08-02 21:43:47 +00:00
wiz
59a8f24e85 + py-almost 2014-07-22 10:08:50 +00:00
rodent
c403020b01 +py-intervals 2014-07-05 19:34:12 +00:00
rodent
2d431184d0 +py-infinity 2014-06-14 13:59:28 +00:00
schmonz
e7b4fbc5b5 Add and enable p5-Number-Range. 2014-06-11 20:51:45 +00:00
szptvlfn
13a34ec438 + hs-scientific 2014-05-31 21:33:28 +00:00