Calculates graph theoretic scagnostics. Scagnostics describe various measures of interest for pairs of variables, based on their appearance on a scatterplot. They are useful tool for discovering interesting or unusual scatterplots from a scatterplot matrix, without having to look at every individual plot.
This package provides two classes extending data.table class. Simple tableList
class wraps data.table and any additional structures together. More complex tableMatrix
class combines data.table and matrix'. See <http://github.com/InferenceTechnologies/tableMatrix>
for more information and examples.
This package provides functions for making low-level API requests to Amazon Web Services. The functions handle building, signing, and sending requests, and receiving responses. They are designed to help build higher-level interfaces to individual services, such as Simple Storage Service (S3).
This package provides a file format for storing tensors that is secure (doesn't allow for code execution), fast and simple to implement. safetensors
also enables cross language and cross frameworks compatibility making it an ideal format for storing machine learning model weights.
rJSmin
is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step).
TomParse is a TomDoc parser for Ruby. It takes a code comment as input and parses it into a convenient object-oriented structure in accordance with the TomDoc standard. See TomDoc for more information about the TomDoc format.
Managing and generating standardised text for methods and results sections of scientific reports. It handles template variable substitution and supports hierarchical organisation of text through dot-separated paths. The package supports both RDS and JSON database formats, enabling version control and cross-language compatibility.
This package provides functions to make lifetables and to calculate hazard function estimate using Poisson regression model with splines. Includes function to draw simple flowchart of cohort study. Function boxesLx()
makes boxes of transition rates between states. It utilizes Epi package Lexis data.
This package infers the causal effect of an intervention on a multivariate response through the use of Multivariate Bayesian Structural Time Series models (MBSTS) as described in Menchetti & Bojinov (2020) <arXiv:2006.12269>
. The package also includes functions for model building and forecasting.
This package provides a chess program which allows the user to create a game, add moves, check for legal moves and game result, plot the board, take back, read and write FEN (Forsythâ Edwards Notation). A basic chess engine based on minimax is implemented.
This package provides a quick and easy access to the GraphHopper
Directions API. GraphHopper
<https://www.graphhopper.com/> itself is a routing engine based on OpenStreetMap
data. API responses can be converted to simple feature (sf) objects in a convenient way.
This package contains functions to create life history parameter plots from raw data. The plots are created using ggplot2', and calculations done using the tidyverse collection of packages. The package contains references to FishBase
(Froese R., Pauly D., 2023) <https://www.fishbase.se/>.
Multiply robust estimation for population mean (Han and Wang 2013) <doi:10.1093/biomet/ass087>, regression analysis (Han 2014) <doi:10.1080/01621459.2014.880058> (Han 2016) <doi:10.1111/sjos.12177> and quantile regression (Han et al. 2019) <doi:10.1111/rssb.12309>.
Make R data available in Web-based virtual reality experiences for immersive, cross-platform data visualizations. Includes the gg-aframe JavaScript
package for a Grammar of Graphics declarative HTML syntax to create 3-dimensional data visualizations with Mozilla A-Frame <https://aframe.io>.
Pre-process for discrete time series data set which is not continuous at the column of date'. Refilling records of missing date and other columns to the hollow data set so that final data set is able to be dealt with time series analysis.
This package provides access to the text shaping functionality in the HarfBuzz library and the bidirectional algorithm in the Fribidi library. This is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the systemfonts
package.
This crate is a Rust library for serialising to and deserialising from querystrings. This crate is designed to extend serde_urlencoded
when using nested parameters, similar to those used by qs
for Node, and commonly used by Ruby on Rails via Rack.
This crate is a Rust library for serialising to and deserialising from querystrings. This crate is designed to extend serde_urlencoded
when using nested parameters, similar to those used by qs
for Node, and commonly used by Ruby on Rails via Rack.
Robust tests (RW, RPB and RGF) are provided for testing the equality of several long-tailed symmetric (LTS) means when the variances are unknown and arbitrary. RW, RPB and RGF tests are robust versions of Welch's F test proposed by Welch (1951) <doi:10.2307/2332579>, parametric bootstrap test proposed by Krishnamoorthy et. al (2007) <doi:10.1016/j.csda.2006.09.039>; and generalized F test proposed by Weerahandi (1995) <doi:10.2307/2532947>;, respectively. These tests are based on the modified maximum likelihood (MML) estimators proposed by Tiku(1967, 1968) <doi:10.2307/2333859>, <doi:10.1080/01621459.1968.11009228>.
Makes easier the creation of R package or research compendium (i.e. a predefined files/folders structure) so that users can focus on the code/analysis instead of wasting time organizing files. A full ready-to-work structure is set up with some additional features: version control, remote repository creation, CI/CD configuration (check package integrity under several OS, test code with testthat', and build and deploy website using pkgdown'). This package heavily relies on the R packages devtools and usethis and follows recommendations made by Wickham H. (2015) <ISBN:9781491910597> and Marwick B. et al. (2018) <doi:10.7287/peerj.preprints.3192v2>.
The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization" passes of the clang compiler. In LLVM this library is called "compiler-rt".
The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization" passes of the clang compiler. In LLVM this library is called "compiler-rt".