Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 10000 packages in 0.02 seconds

glpkAPI — by Mihail Anton, a year ago

R Interface to C API of GLPK

R Interface to C API of GLPK, depends on GLPK Version >= 4.42.

fixest — by Laurent Berge, 2 months ago

Fast Fixed-Effects Estimations

Fast and user-friendly estimation of econometric models with multiple fixed-effects. Includes ordinary least squares (OLS), instrumental variables (IV), generalized linear models (GLM), maximum likelihood estimation (ML), and the negative binomial. The core of the package is based on optimized parallel C++ code, scaling especially well for large data sets. The method to obtain the fixed-effects coefficients is based on Bergé, Butts, McDermott (2026) . Further provides tools to export and view the results of several estimations with intuitive design to change the standard-errors.

tictoc — by Sergei Izrailev, 2 years ago

Functions for Timing R Scripts, as Well as Implementations of "Stack" and "StackList" Structures

Code execution timing functions 'tic' and 'toc' that can be nested. One can record all timings while a complex script is running, and examine the values later. It is also possible to instrument the timing calls with custom callbacks. In addition, this package provides class 'Stack', implemented as a vector, and class 'StackList', which is a stack implemented as a list, both of which support operations 'push', 'pop', 'first_element', 'last_element' and 'clear'.

imager — by Aaron Robotham, 8 months ago

Image Processing Library Based on 'CImg'

Fast image processing for images in up to 4 dimensions (two spatial dimensions, one time/depth dimension, one colour dimension). Provides most traditional image processing tools (filtering, morphology, transformations, etc.) as well as various functions for easily analysing image data using R. The package wraps 'CImg', < https://cimg.eu>, a simple, modern C++ library for image processing.

yyjsonr — by Mike Cheng, 4 months ago

Fast 'JSON', 'NDJSON' and 'GeoJSON' Parser and Generator

A fast 'JSON' parser, generator and validator which converts 'JSON', 'NDJSON' (Newline Delimited 'JSON') and 'GeoJSON' (Geographic 'JSON') data to/from R objects. The standard R data types are supported (e.g. logical, numeric, integer) with configurable handling of NULL and NA values. Data frames, atomic vectors and lists are all supported as data containers translated to/from 'JSON'. 'GeoJSON' data is read in as 'simple features' objects. This implementation wraps the 'yyjson' 'C' library which is available from < https://github.com/ibireme/yyjson>.

diffobj — by Brodie Gaslam, a month ago

Diffs for R Objects

Generate a colorized diff of two R objects for an intuitive visualization of their differences.

FNN — by Shengqiao Li, 2 years ago

Fast Nearest Neighbor Search Algorithms and Applications

Cover-tree and kd-tree fast k-nearest neighbor search algorithms and related applications including KNN classification, regression and information measures are implemented.

timeDate — by Georgi N. Boshnakov, 7 months ago

Rmetrics - Chronological and Calendar Objects

The 'timeDate' class fulfils the conventions of the ISO 8601 standard as well as of the ANSI C and POSIX standards. Beyond these standards it provides the "Financial Center" concept which allows to handle data records collected in different time zones and mix them up to have always the proper time stamps with respect to your personal financial center, or alternatively to the GMT reference time. It can thus also handle time stamps from historical data records from the same time zone, even if the financial centers changed day light saving times at different calendar dates.

rgen — by James Balamuta, 9 years ago

Random Sampling Distribution C++ Routines for Armadillo

Provides popular sampling distributions C++ routines based in armadillo through a header file approach.

lzstring — by Sam Parmar, a year ago

Wrapper for 'lz-string' 'C++' Library

Provide access to the 'lz-string' < http://pieroxy.net/blog/pages/lz-string/index.html> 'C++' library for Lempel-Ziv (LZ) based compression and decompression of strings.