Commit graph

81136 commits

Author SHA1 Message Date
brook
7ccd67c3fc R-whisker: initial commit
logicless templating, reuse templates in many programming languages
including R
2019-08-09 18:26:15 +00:00
adam
e2104f6bf5 Updated x11/qt5 2019-08-09 17:43:22 +00:00
nia
607c63ae29 doc: Updated games/flare-game to 1.11 2019-08-09 17:17:13 +00:00
nia
2fbaf65ec1 doc: Updated games/flare-engine to 1.11 2019-08-09 17:16:46 +00:00
nia
450f254c7f doc: Added games/openmw version 0.45.0 2019-08-09 16:26:34 +00:00
brook
3ec059035a R-tidyr: initial commit
An evolution of 'reshape2'. It's designed specifically for data
tidying (not general reshaping or aggregating) and works well with
'dplyr' data pipelines.
2019-08-09 16:25:23 +00:00
brook
a4c1d0b77b R-dplyr: initial commit
A fast, consistent tool for working with data frame like objects, both
in memory and out of memory.
2019-08-09 16:23:46 +00:00
brook
efb8b4ef57 R-tidyselect: initial commit
A backend for the selecting functions of the 'tidyverse'. It makes it
easy to implement select-like functions in your own packages in a way
that is consistent with other 'tidyverse' interfaces for selection.
2019-08-09 16:22:30 +00:00
brook
271d61a1cb R-purrr: initial commit
A complete and consistent functional programming toolkit for R.
2019-08-09 16:20:54 +00:00
nia
90f52c3d0e fix changelog entry 2019-08-09 16:04:00 +00:00
nia
dbb86f3761 doc: Updated graphics/mygui to 3.2.3.20190707 2019-08-09 16:03:17 +00:00
nia
796d82f9c8 doc: Updated devel/bullet to 2.88 2019-08-09 16:00:38 +00:00
brook
6d7354f925 R-ggtern: initial commit
Extends the functionality of 'ggplot2', providing the capability to
plot ternary diagrams for (subset of) the 'ggplot2' geometries.
Additionally, 'ggtern' has implemented several NEW geometries which
are unavailable to the standard 'ggplot2' release. For further
examples and documentation, please proceed to the 'ggtern' website.
2019-08-09 15:51:57 +00:00
brook
30363106f2 R-compositions: initial commit
Provides functions for the consistent analysis of compositional data
(e.g. portions of substances) and positive numbers (e.g.
concentrations) in the way proposed by J. Aitchison and V.
Pawlowsky-Glahn.
2019-08-09 15:50:05 +00:00
brook
6cfc898b7e R-robustbase: initial commit
"Essential" Robust Statistics. Tools allowing to analyze data with
robust methods.  This includes regression methodology including model
selections and multivariate statistics where we strive to cover the
book "Robust Statistics, Theory and Methods" by 'Maronna, Martin and
Yohai'; Wiley 2006.
2019-08-09 15:48:20 +00:00
brook
62c5d7cd60 R-tensorA: initial commit
Provides convenience functions for advanced linear algebra with
tensors and computation with datasets of tensors on a higher level
abstraction. It includes Einstein and Riemann summing conventions,
dragging, co- and contravariate indices, parallel computations on
sequences of tensors.
2019-08-09 15:46:29 +00:00
brook
17154fd6bb R-DEoptimR: initial commit
Differential Evolution (DE) stochastic algorithms for global
optimization of problems with and without constraints. The aim is to
curate a collection of its state-of-the-art variants that (1) do not
sacrifice simplicity of design, (2) are essentially tuning-free, and
(3) can be efficiently implemented directly in the R language.
Currently, it only provides an implementation of the 'jDE' algorithm
by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>.
2019-08-09 15:43:47 +00:00
brook
fa6d3090f2 R-energy: initial commit
E-statistics (energy) tests and statistics for multivariate and
univariate inference, including distance correlation, one-sample,
two-sample, and multi-sample tests for comparing multivariate
distributions, are implemented. Measuring and testing multivariate
independence based on distance correlation, partial distance
correlation, multivariate goodness-of-fit tests, k-groups and
hierarchical clustering based on energy distance, testing for
multivariate normality, distance components (disco) for non-parametric
analysis of structured data, and other energy statistics/methods are
implemented.
2019-08-09 15:42:02 +00:00
brook
1fd63ea735 R-bayesm: initial commit
Covers many important models used in marketing and micro-econometrics
applications. The package includes: Bayes Regression (univariate or
multivariate dep var), Bayes Seemingly Unrelated Regression (SUR),
Binary and Ordinal Probit, Multinomial Logit (MNL) and Multinomial
Probit (MNP), Multivariate Probit, Negative Binomial (Poisson)
Regression, Multivariate Mixtures of Normals (including clustering),
Dirichlet Process Prior Density Estimation with normal base,
Hierarchical Linear Models with normal prior and covariates,
Hierarchical Linear Models with a mixture of normals prior and
covariates, Hierarchical Multinomial Logits with a mixture of normals
prior and covariates, Hierarchical Multinomial Logits with a Dirichlet
Process prior and covariates, Hierarchical Negative Binomial
Regression Models, Bayesian analysis of choice-based conjoint data,
Bayesian treatment of linear instrumental variables models, Analysis
of Multivariate Ordinal survey data with scale usage heterogeneity (as
in Rossi et al, JASA (01)), Bayesian Analysis of Aggregate Random
Coefficient Logit Models as in BLP (see Jiang, Manchanda, Rossi 2009)
For further reference, consult our book, Bayesian Statistics and
Marketing by Rossi, Allenby and McCulloch (Wiley 2005) and Bayesian
Non- and Semi-Parametric Methods and Applications (Princeton U Press
2014).
2019-08-09 15:39:04 +00:00
brook
dee8bc8916 R-latex2exp: initial commit.
Parses and converts LaTeX math formulas to R's plotmath expressions,
used to enter mathematical formulas and symbols to be rendered as
text, axis labels, etc. throughout R's plotting system.
2019-08-09 15:20:31 +00:00
adam
fb9870d3a1 Updated graphics/libimagequant, graphics/pngquant 2019-08-09 12:59:26 +00:00
adam
d1d0de9c3e Updated net/zeromq, net/py-zmq 2019-08-09 12:03:28 +00:00
adam
2ebf399a81 Updated devel/protobuf, devel/py-protobuf 2019-08-09 09:07:00 +00:00
adam
e3064b40e5 Updated misc/py-tqdm, devel/py-execnet, devel/py-packaging, textproc/py-yaml 2019-08-09 07:46:54 +00:00
nia
6d2ca576bf doc: Updated graphics/p5-GraphicsMagick to 1.3.33 2019-08-08 20:57:23 +00:00
nia
d6ce0d0005 doc: Updated graphics/GraphicsMagick to 1.3.33 2019-08-08 20:56:59 +00:00
nia
88b67f99bd doc: Updated audio/musicpd to 0.21.13 2019-08-08 20:51:25 +00:00
nia
9d0993bfec doc: Updated graphics/libraw to 0.19.4 2019-08-08 20:39:15 +00:00
nia
7795181245 doc: Updated x11/xfce4-terminal to 0.8.8 2019-08-08 20:23:49 +00:00
nia
e54cd32a76 doc: Updated sysutils/vifm to 0.10.1 2019-08-08 20:18:03 +00:00
nia
fef02da82a doc: Added games/stone-soup-sdl version 0.23.2 2019-08-08 13:41:24 +00:00
nia
d557f1dd8a doc: Added games/stone-soup version 0.23.2 2019-08-08 13:41:00 +00:00
gdt
5cd636ab7c doc: Updated net/unifi to 5.10.26 2019-08-08 13:18:13 +00:00
adam
6880842359 Updated devel/cmake 2019-08-08 07:22:02 +00:00
fox
39269127bf doc: Updated www/cliqz to 1.28.1 2019-08-08 03:10:50 +00:00
nia
eb332374b3 doc: Added games/cataclysm-dda-sdl version 0.D 2019-08-07 18:06:33 +00:00
nia
7fbed783b0 doc: Added games/cataclysm-dda version 0.D 2019-08-07 18:06:09 +00:00
nia
74b8ecfac2 doc: Updated chat/unrealircd to 4.2.4.1 2019-08-07 13:14:33 +00:00
nia
d2443b1381 doc: Updated security/argon2 to 20190702 2019-08-07 12:59:07 +00:00
adam
9cff86cb1a Updated www/py-asgiref, multimedia/py-m3u8 2019-08-07 12:27:56 +00:00
nia
b5464ec6aa TODO: -unknown-horizons 2019-08-07 12:13:30 +00:00
nia
505184703e doc: Updated print/pdf2djvu to 0.9.13 2019-08-07 12:13:17 +00:00
nia
48cdb46e4a doc: Added games/unknown-horizons version 2019.1 2019-08-07 12:12:12 +00:00
nia
e940da20ba doc: Added devel/fifengine version 0.4.2 2019-08-07 11:48:37 +00:00
nia
910cc7280a doc: Added devel/fifechan version 0.1.5 2019-08-07 11:45:04 +00:00
nia
3941a1329f doc: Updated games/easyrpg-player to 0.6.1 2019-08-07 08:45:33 +00:00
nia
4591204dde doc: Updated games/liblcf to 0.6.1 2019-08-07 08:45:03 +00:00
adam
fb4a245e87 Updated lang/nodejs, lang/npm 2019-08-07 07:34:48 +00:00
nia
34610ee261 TODO: -xine-plugin, this type of plugin no longer works in firefox 2019-08-06 22:10:50 +00:00
markd
1334fb1e91 more tex updates 2019-08-06 20:58:48 +00:00