Found 197 packages in 0.02 seconds
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.
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.
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.
Hyperlink Automatic Detection
Automatic detection of hyperlinks for packages and calls in the text of 'rmarkdown' or 'quarto' documents.
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.
R and C++11
Rcpp11 includes a header only C++11 library that facilitates integration between R and modern C++.
Geometries to Plot Networks with 'ggplot2'
Geometries to plot network objects with 'ggplot2'.
Extensions for 'Flextable'
Build display tables easily by extending the functionality of the 'flextable' package. Features include spanning header, grouping rows, parsing markdown and so on.
Quick Serialization of R Objects
Provides functions for quickly writing and reading any R object to and from disk.
Create 'Ascii' Screen Casts from R Scripts
Record 'asciicast' screen casts from R scripts. Convert them to animated SVG images, to be used in 'README' files, or blog posts. Includes 'asciinema-player' as an 'HTML' widget, and an 'asciicast' 'knitr' engine, to embed 'ascii' screen casts in 'Rmarkdown' documents.