r-qrcode
|
public |
Create QRcode in R.
|
2025-04-22 |
r-shinytest
|
public |
For automated testing of Shiny applications, using a headless browser, driven through 'WebDriver'.
|
2025-04-22 |
r-ensurer
|
public |
Add simple runtime contracts to R values. These ensure that values fulfil certain conditions and will raise appropriate errors if they do not.
|
2025-04-22 |
pycamb
|
public |
Code for Anisotropies in the Microwave Background
|
2025-04-22 |
r-sodium
|
public |
Bindings to 'libsodium': a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. Sodium uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel Bernstein, which has become very popular after it was discovered that the NSA had backdoored Dual EC DRBG.
|
2025-04-22 |
r-shinytree
|
public |
Exposes bindings to jsTree -- a JavaScript library that supports interactive trees -- to enable a rich, editable trees in Shiny.
|
2025-04-22 |
r-rdpack
|
public |
Functions for manipulation of R documentation objects, including functions reprompt() and ereprompt() for updating 'Rd' documentation for functions, methods and classes; 'Rd' macros for citations and import of references from 'bibtex' files for use in 'Rd' files and 'roxygen2' comments; 'Rd' macros for evaluating and inserting snippets of 'R' code and the results of its evaluation or creating graphics on the fly; and many functions for manipulation of references and Rd files.
|
2025-04-22 |
r-r2d3
|
public |
Suite of tools for using 'D3', a library for producing dynamic, interactive data visualizations. Supports translating objects into 'D3' friendly data structures, rendering 'D3' scripts, publishing 'D3' visualizations, incorporating 'D3' in R Markdown, creating interactive 'D3' applications with Shiny, and distributing 'D3' based 'htmlwidgets' in R packages.
|
2025-04-22 |
r-pool
|
public |
Enables the creation of object pools, which make it less computationally expensive to fetch a new object. Currently the only supported pooled objects are 'DBI' connections.
|
2025-04-22 |
r-ncbit
|
public |
making NCBI taxonomic data locally available and searchable as an R object
|
2025-04-22 |
r-gbrd
|
public |
Provides utilities for processing Rd objects and files. Extract argument descriptions and other parts of the help pages of functions.
|
2025-04-22 |
r-filelock
|
public |
Place an exclusive or shared lock on a file. It uses 'LockFile' on Windows and 'fcntl' locks on Unix-like systems.
|
2025-04-22 |
r-forge
|
public |
Helper functions with a consistent interface to coerce and verify the types and shapes of values for input checking.
|
2025-04-22 |
cf-units
|
public |
Units of measure as required by the Climate and Forecast (CF) Metadata Conventions.
|
2025-04-22 |
r-webdriver
|
public |
A client for the 'WebDriver' 'API'. It allows driving a (probably headless) web browser, and can be used to test web applications, including 'Shiny' apps. In theory it works with any 'WebDriver' implementation, but it was only tested with 'PhantomJS'.
|
2025-04-22 |
r-shinylp
|
public |
Provides functions that wrap HTML Bootstrap components code to enable the design and layout of informative landing home pages for Shiny applications. This can lead to a better user experience for the users and writing less HTML for the developer.
|
2025-04-22 |
r-shinyhelper
|
public |
Creates a lightweight way to add markdown helpfiles to 'shiny' apps, using modal dialog boxes, with no need to observe each help button separately.
|
2025-04-22 |
r-refmanager
|
public |
Provides tools for importing and working with bibliographic references. It greatly enhances the 'bibentry' class by providing a class 'BibEntry' which stores 'BibTeX' and 'BibLaTeX' references, supports 'UTF-8' encoding, and can be easily searched by any field, by date ranges, and by various formats for name lists (author by last names, translator by full names, etc.). Entries can be updated, combined, sorted, printed in a number of styles, and exported. 'BibTeX' and 'BibLaTeX' '.bib' files can be read into 'R' and converted to 'BibEntry' objects. Interfaces to 'NCBI Entrez', 'CrossRef', and 'Zotero' are provided for importing references and references can be created from locally stored 'PDF' files using 'Poppler'. Includes functions for citing and generating a bibliography with hyperlinks for documents prepared with 'RMarkdown' or 'RHTML'.
|
2025-04-22 |
r-shiny.semantic
|
public |
Creating a great user interface for your Shiny apps can be a hassle, especially if you want to work purely in R and don't want to use, for instance HTML templates. This package adds support for a powerful UI library Semantic UI - <http://semantic-ui.com/>. It also supports universal UI input binding that works with various DOM elements.
|
2025-04-22 |
r-pingr
|
public |
Check if a remote computer is up. It can either just call the system ping command, or check a specified TCP port.
|
2025-04-22 |
r-rhandsontable
|
public |
An R interface to the 'Handsontable' JavaScript library, which is a minimalist Excel-like data grid editor. See <https://handsontable.com/> for details.
|
2025-04-22 |
r-flexdashboard
|
public |
Format for converting an R Markdown document to a grid oriented dashboard. The dashboard flexibly adapts the size of it's components to the containing web page.
|
2025-04-22 |
r-showimage
|
public |
Sometimes it is handy to be able to view an image file on an 'R' graphics device. This package just does that. Currently it supports 'PNG' files.
|
2025-04-22 |
r-parsedate
|
public |
Parse dates automatically, without the need of specifying a format. Currently it includes the git date parser. It can also recognize and parse all ISO 8601 formats.
|
2025-04-22 |
r-shinydashboardplus
|
public |
Extend 'shinydashboard' with 'AdminLTE2' components. 'AdminLTE2' is a free 'Bootstrap 3' dashboard template available at <https://adminlte.io>. Customize boxes, add timelines and a lot more.
|
2025-04-22 |