r-photobiology
|
public |
Definitions of classes, methods, operators and functions for use in photobiology and radiation meteorology and climatology. Calculation of effective (weighted) and not-weighted irradiances/doses, fluence rates, transmittance, reflectance, absorptance, absorbance and diverse ratios and other derived quantities from spectral data. Local maxima and minima. Conversion between energy- and photon-based units. Wavelength interpolation. Astronomical calculations related solar angles and day length. Colours and vision. This package is part of the 'r4photobiology' suite, Aphalo P. J. (2015) <doi:10.19232/uv4pb.2015.1.14>.
|
2025-09-27 |
r-rttf2pt1
|
public |
Contains the program 'ttf2pt1', for use with the 'extrafont' package. This product includes software developed by the 'TTF2PT1' Project and its contributors.
|
2025-09-27 |
r-survauc
|
public |
The package provides a variety of functions to estimate time-dependent true/false positive rates and AUC curves from a set of censored survival data.
|
2025-09-27 |
code-server
|
public |
Run VS Code on a remote server.
|
2025-09-27 |
r-causalimpact
|
public |
Implements a Bayesian approach to causal impact estimation in time series, as described in Brodersen et al. (2015) <DOI:10.1214/14-AOAS788>. See the package documentation on GitHub <https://google.github.io/CausalImpact/> to get started.
|
2025-09-27 |
jasmine-npm
|
public |
CLI for Jasmine, a simple JavaScript testing framework for browsers and Node
|
2025-09-27 |
lytekit
|
public |
Flyte SDK for Python
|
2025-09-27 |
awscli
|
public |
Universal Command Line Environment for AWS.
|
2025-09-27 |
yt-dlp
|
public |
A youtube-dl fork with additional features and patches
|
2025-09-27 |
libsrtp2
|
public |
Library for SRTP (Secure Realtime Transport Protocol)
|
2025-09-27 |
pyside6
|
public |
Python bindings for Qt
|
2025-09-27 |
r-smacof
|
public |
Implements the following approaches for multidimensional scaling (MDS) based on stress minimization using majorization (smacof): ratio/interval/ordinal/spline MDS on symmetric dissimilarity matrices, MDS with external constraints on the configuration, individual differences scaling (idioscal, indscal), MDS with spherical restrictions, and ratio/interval/ordinal/spline unfolding (circular restrictions, row-conditional). Various tools and extensions like jackknife MDS, bootstrap MDS, permutation tests, MDS biplots, gravity models, unidimensional scaling, drift vectors (asymmetric MDS), classical scaling, and Procrustes are implemented as well.
|
2025-09-27 |
r-mvoutlier
|
public |
Various Methods for Multivariate Outlier Detection.
|
2025-09-27 |
pyabel
|
public |
A Python package for forward and inverse Abel transforms
|
2025-09-27 |
zed
|
public |
Code at the speed of thought
|
2025-09-27 |
r-plspm
|
public |
Partial Least Squares Path Modeling (PLS-PM) analysis for both metric and non-metric data, as well as REBUS analysis.
|
2025-09-27 |
mlx
|
public |
An array framework for Apple silicon
|
2025-09-27 |
r-rly
|
public |
R implementation of the common parsing tools 'lex' and 'yacc'.
|
2025-09-27 |
r-raveio
|
public |
Includes multiple cross-platform read/write interfaces for 'RAVE' project. 'RAVE'
stands for "R analysis and visualization of human intracranial electroencephalography
data". The whole project aims at providing powerful free-source package that analyze
brain recordings from patients with electrodes placed on the cortical surface or
inserted into the brain. 'raveio' as part of this project provides tools to read/write
neurophysiology data from/to 'RAVE' file structure, as well as several popular formats
including 'EDF(+)', 'Matlab', 'BIDS-iEEG', and 'HDF5', etc. Documentation and examples
about 'RAVE' project are provided at <https://openwetware.org/wiki/RAVE>, and the
paper by John F. Magnotti, Zhengjia Wang, Michael S. Beauchamp (2020) <doi:10.1016/j.neuroimage.2020.117341>;
see 'citation("raveio")' for details.
|
2025-09-27 |
r-robcompositions
|
public |
Methods for analysis of compositional data including robust methods (<doi:10.1007/978-3-319-96422-5>), imputation of missing values (<doi:10.1016/j.csda.2009.11.023>), methods to replace rounded zeros (<doi:10.1080/02664763.2017.1410524>, <doi:10.1016/j.chemolab.2016.04.011>, <doi:10.1016/j.csda.2012.02.012>), count zeros (<doi:10.1177/1471082X14535524>), methods to deal with essential zeros (<doi:10.1080/02664763.2016.1182135>), (robust) outlier detection for compositional data, (robust) principal component analysis for compositional data, (robust) factor analysis for compositional data, (robust) discriminant analysis for compositional data (Fisher rule), robust regression with compositional predictors, functional data analysis and p-splines (<doi:10.1016/j.csda.2015.07.007>), contingency (<doi:10.1080/03610926.2013.824980>) and compositional tables (<doi:10.1111/sjos.12326>, <doi:10.1111/sjos.12223>, <doi:10.1080/02664763.2013.856871>) and (robust) Anderson-Darling normality tests for compositional data as well as popular log-ratio transformations (addLR, cenLR, isomLR, and their inverse transformations). In addition, visualisation and diagnostic tools are implemented as well as high and low-level plot functions for the ternary diagram.
|
2025-09-27 |
r-rselenium
|
public |
Provides a set of R bindings for the 'Selenium 2.0 WebDriver' (see <https://selenium.dev/documentation/en/> for more information) using the 'JsonWireProtocol' (see <https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol> for more information). 'Selenium 2.0 WebDriver' allows driving a web browser natively as a user would either locally or on a remote machine using the Selenium server it marks a leap forward in terms of web browser automation. Selenium automates web browsers (commonly referred to as browsers). Using RSelenium you can automate browsers locally or remotely.
|
2025-09-27 |
mp-api
|
public |
API Client for the Materials Project
|
2025-09-27 |
r-rio
|
public |
Streamlined data import and export by making assumptions that the user is probably willing to make: 'import()' and 'export()' determine the data structure from the file extension, reasonable defaults are used for data import and export (e.g., 'stringsAsFactors=FALSE'), web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly without explicit decompression, and fast import packages are used where appropriate. An additional convenience function, 'convert()', provides a simple method for converting between file types.
|
2025-09-27 |
r-climate4r.value
|
public |
Wrapper of package VALUE to compute several indices and perform climate data validation using the tools developed in the COST action VALUE <http://www.value-cost.eu/>.
|
2025-09-27 |
boto3
|
public |
Amazon Web Services SDK for Python
|
2025-09-27 |