nano
|
public |
Nano's ANOther editor, an enhanced free Pico clone
|
2025-03-25 |
r-doparallel
|
public |
Provides a parallel backend for the %dopar% function using the parallel package.
|
2025-03-25 |
r-foreach
|
public |
Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.
|
2025-03-25 |
r-r6
|
public |
Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.
|
2025-03-25 |
qrencode
|
public |
QR code generator
|
2025-03-25 |
r-ellipsis
|
public |
The ellipsis is a powerful tool for extending functions. Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. The ellipsis package provides a collection of functions to catch problems and alert the user.
|
2025-03-25 |
r-rlang
|
public |
A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.
|
2025-03-25 |
r-cpp11
|
public |
Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.
|
2025-03-25 |
r-vctrs
|
public |
Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analysing function interfaces.
|
2025-03-25 |
arrow-cpp
|
public |
C++ libraries for Apache Arrow
|
2025-03-25 |
r-arrow
|
public |
R Integration to 'Apache' 'Arrow'.
|
2025-03-25 |
lifelines
|
public |
Survival analysis in Python, including Kaplan Meier, Nelson Aalen and regression
|
2025-03-25 |
autograd-gamma
|
public |
Autograd compatible approximations to the gamma family of functions
|
2025-03-25 |
autograd
|
public |
Efficiently computes derivatives of numpy code.
|
2025-03-25 |
nilearn
|
public |
Statistical learning for neuroimaging in Python
|
2025-03-25 |
medpy
|
public |
Medical image processing in Python
|
2025-03-25 |
r-bigstatsr
|
public |
Easy-to-use, efficient, flexible and scalable statistical tools. Package bigstatsr provides and uses Filebacked Big Matrices via memory-mapping. It provides for instance matrix operations, Principal Component Analysis, sparse linear supervised models, utility functions and more <doi:10.1093/bioinformatics/bty185>.
|
2025-03-25 |
r-rmio
|
public |
Provides header files of 'mio', a cross-platform C++11 header-only library for memory mapped file IO <https://github.com/mandreyel/mio>.
|
2025-03-25 |
r-bigparallelr
|
public |
Utility functions for easy parallelism in R. Include some reexports from other packages, utility functions for splitting and parallelizing over blocks, and choosing and setting the number of cores used.
|
2025-03-25 |
r-bigassertr
|
public |
Enhanced message functions (cat() / message() / warning() / error()) using wrappers around sprintf(). Also, multiple assertion functions (e.g. to check class, length, values, files, arguments, etc.).
|
2025-03-25 |
r-rspectra
|
public |
R interface to the 'Spectra' library <https://spectralib.org/> for large-scale eigenvalue and SVD problems. It is typically used to compute a few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues, which is usually more efficient than eigen() if k << n. This package provides the 'eigs()' function that does the similar job as in 'Matlab', 'Octave', 'Python SciPy' and 'Julia'. It also provides the 'svds()' function to calculate the largest k singular values and corresponding singular vectors of a real matrix. The matrix to be computed on can be dense, sparse, or in the form of an operator defined by the user.
|
2025-03-25 |
falcon
|
public |
Falcon cortical thickness measurement
|
2025-03-25 |
minc-toolkit-v2
|
public |
Toolkit for processing MRI scans (external libraries)
|
2025-03-25 |
minc2-simple
|
public |
Python library for MINC IO, using minc2 API and CFFI
|
2025-03-25 |
yq
|
public |
Command-line YAML/XML processor - jq wrapper for YAML/XML documents
|
2025-03-25 |