r-highcharter
|
public |
A wrapper for the 'Highcharts' library including shortcut functions to plot R objects. 'Highcharts' <http://www.highcharts.com/> is a charting library offering numerous chart types with a simple configuration syntax.
|
2023-06-16 |
r-adgoftest
|
public |
Anderson-Darling GoF test with p-value calculation based on Marsaglia's 2004 paper "Evaluating the Anderson-Darling Distribution"
|
2023-06-16 |
r-tkrgl
|
public |
Provides 'TK' widget tools for the 'rgl' package.
|
2023-06-16 |
r-quadprog
|
public |
This package contains routines and documentation for solving quadratic programming problems.
|
2023-06-16 |
r-th.data
|
public |
Contains data sets used in other packages Torsten Hothorn maintains.
|
2023-06-16 |
r-r6
|
public |
The R6 package allows the creation of classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.
|
2023-06-16 |
r-odbc
|
public |
A DBI-compatible interface to ODBC databases.
|
2023-06-16 |
r-nlp
|
public |
Basic classes and methods for Natural Language Processing.
|
2023-06-16 |
r-domc
|
public |
Provides a parallel backend for the %dopar% function using the multicore functionality of the parallel package.
|
2023-06-16 |
r-dichromat
|
public |
Collapse red-green or green-blue distinctions to simulate the effects of different types of color-blindness.
|
2023-06-16 |
r-bindr
|
public |
Provides a simple interface for creating active bindings where the bound function accepts additional arguments.
|
2023-06-16 |
r-hunspell
|
public |
Low level spell checker and morphological analyzer based on the famous 'hunspell' library <https://hunspell.github.io>. The package can analyze or check individual words as well as parse text, latex, html or xml documents. For a more user-friendly interface use the 'spelling' package which builds on this package to automate checking of files, documentation and vignettes in all common formats.
|
2023-06-16 |
r-functional
|
public |
Curry, Compose, and other higher-order functions
|
2023-06-16 |
r-gsl
|
public |
An R wrapper for the special functions and quasi random number generators of the Gnu Scientific Library (http://www.gnu.org/software/gsl/). See gsl-package.Rd for details of overall package organization, and Misc.Rd for some functions that are widely used in the package, and some tips on installation.
|
2023-06-16 |
r-rodbc
|
public |
An ODBC database interface.
|
2023-06-16 |
r-rjsonio
|
public |
This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. Originally, that was too slow for converting large R objects to JSON and was not extensible. rjson's performance is now similar to this package, and perhaps slightly faster in some cases. This package uses methods and is readily extensible by defining methods for different classes, vectorized operations, and C code and callbacks to R functions for deserializing JSON objects to R. The two packages intentionally share the same basic interface. This package (RJSONIO) has many additional options to allow customizing the generation and processing of JSON content. This package uses libjson rather than implementing yet another JSON parser. The aim is to support other general projects by building on their work, providing feedback and benefit from their ongoing development.
|
2023-06-16 |
r-reshape2
|
public |
Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').
|
2023-06-16 |
r-profvis
|
public |
Interactive visualizations for profiling R code.
|
2023-06-16 |
r-brglm
|
public |
Fit generalized linear models with binomial responses using either an adjusted-score approach to bias reduction or maximum penalized likelihood where penalization is by Jeffreys invariant prior. These procedures return estimates with improved frequentist properties (bias, mean squared error) that are always finite even in cases where the maximum likelihood estimates are infinite (data separation). Fitting takes place by fitting generalized linear models on iteratively updated pseudo-data. The interface is essentially the same as 'glm'. More flexibility is provided by the fact that custom pseudo-data representations can be specified and used for model fitting. Functions are provided for the construction of confidence intervals for the reduced-bias estimates.
|
2023-06-16 |
r-acepack
|
public |
Two nonparametric methods for multiple regression transform selection are provided. The first, Alternative Conditional Expectations (ACE), is an algorithm to find the fixed point of maximal correlation, i.e. it finds a set of transformed response variables that maximizes R^2 using smoothing functions [see Breiman, L., and J.H. Friedman. 1985. "Estimating Optimal Transformations for Multiple Regression and Correlation". Journal of the American Statistical Association. 80:580-598. <doi:10.1080/01621459.1985.10478157>]. Also included is the Additivity Variance Stabilization (AVAS) method which works better than ACE when correlation is low [see Tibshirani, R.. 1986. "Estimating Transformations for Regression via Additivity and Variance Stabilization". Journal of the American Statistical Association. 83:394-405. <doi:10.1080/01621459.1988.10478610>]. A good introduction to these two methods is in chapter 16 of Frank Harrel's "Regression Modeling Strategies" in the Springer Series in Statistics.
|
2023-06-16 |
r-xlsxjars
|
public |
The xlsxjars package collects all the external jars required for the xlxs package. This release corresponds to POI 3.10.1.
|
2023-06-16 |
r-stabledist
|
public |
Density, Probability and Quantile functions, and random number generation for (skew) stable distributions, using the parametrizations of Nolan.
|
2023-06-16 |
r-plogr
|
public |
A simple header-only logging library for C++. Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use it.
|
2023-06-16 |
r-misctools
|
public |
Miscellaneous small tools and utilities. Many of them facilitate the work with matrices, e.g. inserting rows or columns, creating symmetric matrices, or checking for semidefiniteness. Other tools facilitate the work with regression models, e.g. extracting the standard errors, obtaining the number of (estimated) parameters, or calculating R-squared values.
|
2023-06-16 |
r-memoise
|
public |
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.
|
2023-06-16 |
r-lintr
|
public |
Checks adherence to a given style, syntax errors and possible semantic issues. Supports on the fly checking of R code edited with 'RStudio IDE', 'Emacs', 'Vim', 'Sublime Text' and 'Atom'.
|
2023-06-16 |
r-crosstalk
|
public |
Provides building blocks for allowing HTML widgets to communicate with each other, with Shiny or without (i.e. static .html files). Currently supports linked brushing and filtering.
|
2023-06-16 |
r-brew
|
public |
brew implements a templating framework for mixing text and R code for report generation. brew template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module.
|
2023-06-16 |
r-shinythemes
|
public |
Themes for use with Shiny. Includes several Bootstrap themes from <http://bootswatch.com/>, which are packaged for use with Shiny applications.
|
2023-06-16 |
r-nycflights13
|
public |
Airline on-time data for all flights departing NYC in 2013. Also includes useful 'metadata' on airlines, airports, weather, and planes.
|
2023-06-16 |