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

Found 194 packages in 0.04 seconds

tada — by Romain François, 2 years 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.

keras — by Tomasz Kalinowski, 3 months ago

R Interface to 'Keras'

Interface to 'Keras' < https://keras.io>, a high-level neural networks 'API'. 'Keras' was developed with a focus on enabling fast experimentation, supports both convolution based networks and recurrent networks (as well as combinations of the two), and runs seamlessly on both 'CPU' and 'GPU' devices.

foghorn — by Francois Michonneau, 4 months ago

Summarize CRAN Check Results in the Terminal

The CRAN check results and where your package stands in the CRAN submission queue in your R terminal.

hera — by Romain François, 7 months ago

Companion to the 'xeus-r' 'jupyter' Kernel

Set of R functions to be coupled with the 'xeus-r' 'jupyter' kernel in order to drive execution of code in notebook input cells, how R objects are to be displayed in output cells, and handle two way communication with the front end through comms.

link — by Romain François, 2 years ago

Hyperlink Automatic Detection

Automatic detection of hyperlinks for packages and calls in the text of 'rmarkdown' or 'quarto' documents.

slap — by Romain François, 2 years ago

Simplified Error Handling

Alternative to using withCallingHandlers() in the simple case of catch and rethrow. The `%!%` operator evaluates the expression on its left hand side, and if an error occurs, the right hand side is used to construct a new error that embeds the original error.

servr — by Yihui Xie, a year ago

A Simple HTTP Server to Serve Static Files or Dynamic Documents

Start an HTTP server in R to serve static files, or dynamic documents that can be converted to HTML files (e.g., R Markdown) under a given directory.

ggnetwork — by François Briatte, 2 months ago

Geometries to Plot Networks with 'ggplot2'

Geometries to plot network objects with 'ggplot2'.

Rcpp11 — by Romain Francois, 5 years ago

R and C++11

Rcpp11 includes a header only C++11 library that facilitates integration between R and modern C++.

RProtoBuf — by Dirk Eddelbuettel, 8 months ago

R Interface to the 'Protocol Buffers' 'API' (Version 2 or 3)

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal 'RPC' protocols and file formats. Additional documentation is available in two included vignettes one of which corresponds to our 'JSS' paper (2016, . A sufficiently recent version of 'Protocol Buffers' library is required; currently version 3.3.0 from 2017 is the stated minimum.