pbuilder
personal package builder for Debian packages
pbuilder constructs a chroot system, and builds a package inside the
chroot.
It is an ideal system to use to check
that a package has correct build-dependencies.
It uses apt extensively, and a local mirror, or a fast connection
to a Debian mirror is ideal, but not necessary.
r-cran-ps
GNU R list, query, manipulate system processes
This GNU R package provides functions to list, query and manipulate
all system processes. This is an implementation of the Linux
command ps for R.
r-cran-fastmap
GNU R fast implementation of a key-value store
Fast implementation of a key-value store. Environments are commonly
used as key-value stores, but every time a new key is used, it is added to
R's global symbol table, causing a small amount of memory leakage. This can
be problematic in cases where many different keys are used. Fastmap avoids
this memory leak issue by implementing the map using data structures in C++.
r-cran-fdrtool
GNU R estimation of false discovery dates and higher criticism
Estimates both tail area-based false discovery rates (Fdr) as well as
local false discovery rates (fdr) for a variety of null models (p-values,
z-scores, correlation coefficients, t-scores). The proportion of
null values and the parameters of the null distribution are adaptively
estimated from the data. In addition, the package contains functions for
non-parametric density estimation (Grenander estimator), for monotone
regression (isotonic regression and antitonic regression with weights),
for computing the greatest convex minorant (GCM) and the least concave
majorant (LCM), for the half-normal and correlation distributions, and
for computing empirical higher criticism (HC) scores and the
corresponding decision threshold.
r-cran-modeldata
Data Sets Used Useful for Modeling Packages
Data sets used for demonstrating or testing model-related packages are
contained in this package.
ruby-puppetlabs-spec-helper
rake tasks and spec helper for spec tests on puppet modules
Puppet lets you centrally manage every important aspect of your system
using a cross-platform specification language that manages all the
separate elements normally aggregated in different files, like users,
cron jobs, and hosts, along with obviously discrete elements like
packages, services, and files.