Showing 9 of total 9 results (show query)
r-lib
rlang:Functions for Base Types and Core R and 'Tidyverse' Features
A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.
Maintained by Lionel Henry. Last updated 6 days ago.
517 stars 20.56 score 9.8k scripts 15k dependentsr-lib
log4r:A Fast and Lightweight Logging System for R, Based on 'log4j'
The log4r package is meant to provide a fast, lightweight, object-oriented approach to logging in R based on the widely-emulated 'log4j' system and etymology.
Maintained by Aaron Jacobs. Last updated 5 months ago.
95 stars 10.81 score 217 scripts 16 dependentsbioc
biodb:biodb, a library and a development framework for connecting to chemical and biological databases
The biodb package provides access to standard remote chemical and biological databases (ChEBI, KEGG, HMDB, ...), as well as to in-house local database files (CSV, SQLite), with easy retrieval of entries, access to web services, search of compounds by mass and/or name, and mass spectra matching for LCMS and MSMS. Its architecture as a development framework facilitates the development of new database connectors for local projects or inside separate published packages.
Maintained by Pierrick Roger. Last updated 5 months ago.
softwareinfrastructuredataimportkeggbiologycheminformaticschemistrydatabasescpp
11 stars 7.85 score 24 scripts 6 dependentshenrikbengtsson
startup:Friendly R Startup Configuration
Adds support for R startup configuration via '.Renviron.d' and '.Rprofile.d' directories in addition to '.Renviron' and '.Rprofile' files. This makes it possible to keep private / secret environment variables separate from other environment variables. It also makes it easier to share specific startup settings by simply copying a file to a directory.
Maintained by Henrik Bengtsson. Last updated 4 months ago.
configurationenvironment-variablesstartuputility
166 stars 6.54 score 16 scriptseddelbuettel
spdl:Easier Use of 'RcppSpdlog' Functions via Wrapper
Logging functions in 'RcppSpdlog' provide access to the logging functionality from the 'spdlog' 'C++' library. This package offers shorter convenience wrappers for the 'R' functions which match the 'C++' functions, namely via, say, 'spdl::debug()' at the debug level. The actual formatting is done by the 'fmt::format()' function from the 'fmtlib' library (that is also 'std::format()' in 'C++20' or later).
Maintained by Dirk Eddelbuettel. Last updated 10 months ago.
2 stars 4.78 score 1 scripts 6 dependentsrogiersbart
rui:A simple set of UI functions
This package provides a wrapper around different cli and usethis functions, aiming at providing a small but consistent set of verbs to construct a simple R package UI.
Maintained by Bart Rogiers. Last updated 9 months ago.
3.48 score 2 dependentstsutatsuta
WARN:Weaning Age Reconstruction with Nitrogen Isotope Analysis
This estimates precise weaning ages for a given skeletal population by analyzing the stable nitrogen isotope ratios of them. Bone collagen turnover rates estimated anew and the approximate Bayesian computation (ABC) were adopted in this package.
Maintained by Takumi Tsutaya. Last updated 8 months ago.
3.30 score 10 scriptswernerstahel
plgraphics:User Oriented Plotting Functions
Plots with high flexibility and easy handling, including informative regression diagnostics for many models.
Maintained by Werner A. Stahel. Last updated 2 years ago.
2.08 score 12 scriptschadgoymer
msgr:Extends Messages, Warnings and Errors by Adding Levels and Log Files
Provides new functions info(), warn() and error(), similar to message(), warning() and stop() respectively. However, the new functions can have a 'level' associated with them, so that when executed the global level option determines whether they are shown or not. This allows debug modes, outputting more information. The can also output all messages to a log file.
Maintained by Chad Goymer. Last updated 5 years ago.
1.70 score 1 scripts