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

Found 185 packages in 0.05 seconds

fastglm — by Jared Huling, 2 years ago

Fast and Stable Fitting of Generalized Linear Models using 'RcppEigen'

Fits generalized linear models efficiently using 'RcppEigen'. The iteratively reweighted least squares implementation utilizes the step-halving approach of Marschner (2011) to help safeguard against convergence issues.

RcppEigen — by Dirk Eddelbuettel, 3 months ago

'Rcpp' Integration for the 'Eigen' Templated Linear Algebra Library

R and 'Eigen' integration using 'Rcpp'. 'Eigen' is a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems. Its performance on many algorithms is comparable with some of the best implementations based on 'Lapack' and level-3 'BLAS'. The 'RcppEigen' package includes the header files from the 'Eigen' C++ template library. Thus users do not need to install 'Eigen' itself in order to use 'RcppEigen'. Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License (version 2); earlier version were licensed under the GNU LGPL version 3 or later. 'RcppEigen' (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.

webshot — by Winston Chang, a year ago

Take Screenshots of Web Pages

Takes screenshots of web pages, including Shiny applications and R Markdown documents.

svMisc — by Philippe Grosjean, 7 days ago

Miscellaneous Functions for 'SciViews::R'

Functions required for the 'SciViews::R' dialect or for general use: manage a temporary environment attached to the search path, define synonyms for R functions using aka(), test if 'Aqua', 'Mac', 'Win' ... Show progress bar, etc.

operators — by Romain Francois, 9 years ago

Additional Binary Operators

A set of binary operators for common tasks such as regex manipulation.

highlight — by Hadley Wickham, 2 years ago

Syntax Highlighter

Syntax highlighter for R code based on the results of the R parser. Rendering in HTML and latex markup. Custom Sweave driver performing syntax highlighting of R code chunks.

labelled — by Joseph Larmarange, 7 months ago

Manipulating Labelled Data

Work with labelled data imported from 'SPSS' or 'Stata' with 'haven' or 'foreign'. This package provides useful functions to deal with "haven_labelled" and "haven_labelled_spss" classes introduced by 'haven' package.

react — by Romain François, 10 months ago

Reactivity Helper for 'shiny'

Tools to help with 'shiny' reactivity. The 'react' object offers an alternative way to call reactive expressions to better identify them in the server code.

valentine — by Romain François, 9 months ago

Spread the Love for R Packages with Poetry

Uses 'ChatGPT' < https://openai.com/> to create poems about R packages. Currently contains the roses() function to make "roses are red, ..." style poems and the prompt() function to only assemble the prompt without submitting it to 'ChatGPT'.

tada — by Romain François, 10 months ago

Supporting Tools for Tada Science

Suite of tools to support the practice of tada science. It includes an engaging package roulette that is designed to facilitate learning about new packages.