sound-theme-phosh

Phosh sound theme

The default sound theme for Phosh following the XDG theming specification. It contains sounds for phone related events and can e.g. be used to amend the freedesktop.org sound theme.

r-cran-poissonbinomial

GNU R Efficient Computation of Ordinary and Generalized Poisson

Binomial Distributions Efficient implementations of multiple exact and approximate methods as described in Hong (2013) <doi:10.1016/j.csda.2012.10.006>, Biscarri, Zhao & Brunner (2018) <doi:10.1016/j.csda.2018.01.007> and Zhang, Hong & Balakrishnan (2018) <doi:10.1080/00949655.2018.1440294> for computing the probability mass, cumulative distribution and quantile functions, as well as generating random numbers for both the ordinary and generalized Poisson binomial distribution.

r-cran-readbrukerflexdata

GNU R package to read Bruker Daltonics *flex format files

The readBrukerFlexData package reads data files acquired by MALDI-TOF MS on Bruker Daltonics machines of the *flex series.

r-cran-shiny

GNU R web application framework

Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive pre-built widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.

gorst

Go implementation of reStructuredText (command line)

This is a Go implementation of reStructuredText. developed on the basis of Go markdown module implemented by Michael Teichgräber.

r-cran-geometry

GNU R mesh generation and surface tesselation

This GNU R package makes the qhull library (www.qhull.org) available in R, in a similar manner as in Octave and MATLAB. Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull does not support constrained Delaunay triangulations, or mesh generation of non-convex objects, but the package does include some R functions that allow for this. Currently the package only gives access to Delaunay triangulation and convex hull computation.