Artifacts using Testthat (3,001)
Sort by:Popular

An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's 'Appdirs' (\url{https://github.com/ActiveState/appdirs}) to R.
Last Release on Feb 13, 2021
Miscellaneous helper functions for and from B. Bischl and some other guys, mainly for package development.
Last Release on Feb 13, 2021
Interface to 'Python' modules, classes, and functions. When calling into 'Python', R data types are automatically converted to their equivalent 'Python' types. When values are returned from 'Python' to R they are converted back to R types. Compatible with all versions of 'Python' >= 2.7.
Last Release on May 1, 2022
Create and customize interactive maps using the 'Leaflet' JavaScript library and the 'htmlwidgets' package. These maps can be used directly from the R console, from 'RStudio', in Shiny applications and R Markdown documents.
Last Release on May 2, 2022
An object oriented system using object-based, also called prototype-based, rather than class-based object oriented ideas.
Last Release on Feb 13, 2021
An R interface to Google's open source JavaScript engine. This package can now be compiled either with V8 version 6 or 7 (LTS) from nodejs or with the legacy 3.14/3.15 branch of V8.
Last Release on May 1, 2022
This package implements a data structure similar to dictionaries in Python and hashes in Perl and other languages but with a implementation and API with an R flavor. For objects of appreciable size, hashes outperform native named lists and vectors for lookups. A comprehensive set of functions methods and object make hashes flexible and easy to use.
Last Release on Apr 30, 2022
Implementation of cumulative link (mixed) models also known as ordered regression models, proportional odds models, proportional hazards models for grouped survival times and ordered logit/probit/... models. Estimation is via maximum likelihood and mixed models are fitted with the Laplace approximation and adaptive Gauss-Hermite quadrature. Multiple random effect terms are allowed and they may be nested, crossed or partially nested/crossed. Restrictions of symmetry and equidistance can be imposed on the ...
Last Release on May 1, 2022
Provides text and label geoms for 'ggplot2' that help to avoid overlapping text labels. Labels repel away from each other and away from the data points.
Last Release on May 1, 2022
Finds the k nearest neighbours for every point in a given dataset in O(N log N) time using Arya and Mount's ANN library (v1.1.3). There is support for approximate as well as exact searches, fixed radius searches and 'bd' as well as 'kd' trees. The distance is computed using the L2 (Euclidean) metric. Please see package 'RANN.L1' for the same functionality using the L1 (Manhattan, taxicab) metric.
Last Release on Feb 15, 2021