perl-sub-quote
|
public |
Efficient generation of subroutines via string eval
|
2025-03-25 |
perl-moose
|
public |
A postmodern object system for Perl 5
|
2025-03-25 |
perl-data-optlist
|
public |
parse and validate simple name/value option pairs
|
2025-03-25 |
perl-devel-globaldestruction
|
public |
Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls.
|
2025-03-25 |
perl-mro-compat
|
public |
mro::* interface compatibility for Perls < 5.9.5
|
2025-03-25 |
perl-class-load-xs
|
public |
XS implementation of parts of Class::Load
|
2025-03-25 |
perl-sub-name
|
public |
(Re)name a sub
|
2025-03-25 |
perl-role-tiny
|
public |
Roles: a nouvelle cuisine portion size slice of Moose
|
2025-03-25 |
perl-module-implementation
|
public |
Loads one of several alternate underlying implementations for a module
|
2025-03-25 |
perl-module-build
|
public |
Build and install Perl modules
|
2025-03-25 |
perl-moo
|
public |
Minimalist Object Orientation (with Moose compatibility)
|
2025-03-25 |
perl-sub-exporter
|
public |
a sophisticated exporter for custom-built routines
|
2025-03-25 |
perl-inc-latest
|
public |
use modules bundled in inc/ if they are newer than installed ones
|
2025-03-25 |
perl-class-data-inheritable
|
public |
Inheritable, overridable class data
|
2025-03-25 |
perl-try-tiny
|
public |
Minimal try/catch with proper preservation of $@
|
2025-03-25 |
perl-test-warnings
|
public |
Test for warnings and the lack of them
|
2025-03-25 |
perl-test-differences
|
public |
Test strings and data structures and show differences if not ok
|
2025-03-25 |
perl-class-method-modifiers
|
public |
Provides Moose-like method modifiers
|
2025-03-25 |
perl-devel-stacktrace
|
public |
An object representing a stack trace
|
2025-03-25 |
perl-module-runtime
|
public |
runtime module handling
|
2025-03-25 |
perl-readonly
|
public |
Facility for creating read-only scalars, arrays, hashes
|
2025-03-25 |
perl-uri
|
public |
Uniform Resource Identifiers (absolute and relative)
|
2025-03-25 |
perl-file-pushd
|
public |
change directory temporarily for a limited scope
|
2025-03-25 |
r-rstanarm
|
public |
Estimates previously compiled regression models using the 'rstan' package, which provides the R interface to the Stan C++ library for Bayesian estimation. Users specify models via the customary R syntax with a formula and data.frame plus some additional arguments for priors.
|
2025-03-25 |
r-stanheaders
|
public |
The C++ header files of the Stan project are provided by this package, but it contains little R code or documentation. The main reference is the vignette. There is a shared object containing part of the 'CVODES' library, but its functionality is not accessible from R. 'StanHeaders' is only useful for developers who want to utilize the 'LinkingTo' directive of their package's DESCRIPTION file to build on the Stan library without incurring unnecessary dependencies. The Stan project develops a probabilistic programming language that implements full or approximate Bayesian statistical inference via Markov Chain Monte Carlo or 'variational' methods and implements (optionally penalized) maximum likelihood estimation via optimization. The Stan library includes an advanced automatic differentiation scheme, 'templated' statistical and linear algebra functions that can handle the automatically 'differentiable' scalar types (and doubles, 'ints', etc.), and a parser for the Stan language. The 'rstan' package provides user-facing R functions to parse, compile, test, estimate, and analyze Stan models.
|
2025-03-25 |