config - Manage Environment Specific Configuration Values
Manage configuration values across multiple environments (e.g. development, test, production). Read values using a function that determines the current environment and returns the appropriate value.
Last updated 1 months ago
15.65 score 260 stars 202 dependents 1.8k scripts 38k downloads![](https://github.com/andrie/ggdendro/raw/HEAD/man/figures/logo.png)
ggdendro - Create Dendrograms and Tree Diagrams Using 'ggplot2'
This is a set of tools for dendrograms and tree plots using 'ggplot2'. The 'ggplot2' philosophy is to clearly separate data from the presentation. Unfortunately the plot method for dendrograms plots directly to a plot device without exposing the data. The 'ggdendro' package resolves this by making available functions that extract the dendrogram plot data. The package provides implementations for 'tree', 'rpart', as well as diana and agnes (from 'cluster') diagrams.
Last updated 2 months ago
ggplot2
13.62 score 83 stars 58 dependents 3.9k scripts 12k downloads![](https://github.com/rstudio/sortable/raw/HEAD/man/figures/logo.png)
sortable - Drag-and-Drop in 'shiny' Apps with 'SortableJS'
Enables drag-and-drop behaviour in Shiny apps, by exposing the functionality of the 'SortableJS' <https://sortablejs.github.io/Sortable/> JavaScript library as an 'htmlwidget'. You can use this in Shiny apps and widgets, 'learnr' tutorials as well as R Markdown. In addition, provides a custom 'learnr' question type - 'question_rank()' - that allows ranking questions with drag-and-drop.
Last updated 5 months ago
htmlwidget
11.58 score 134 stars 11 dependents 368 scripts 3.2k downloadsminiCRAN - Create a Mini Version of CRAN Containing Only Selected Packages
Makes it possible to create an internally consistent repository consisting of selected packages from CRAN-like repositories. The user specifies a set of desired packages, and 'miniCRAN' recursively reads the dependency tree for these packages, then downloads only this subset. The user can then install packages from this repository directly, rather than from CRAN. This is useful in production settings, e.g. server behind a firewall, or remote locations with slow (or zero) Internet access.
Last updated 3 months ago
package-management
10.24 score 157 stars 1.5k scripts 1.1k downloadsnomnoml - Sassy 'UML' Diagrams
A tool for drawing sassy 'UML' (Unified Modeling Language) diagrams based on a simple syntax, see <https://www.nomnoml.com>. Supports styling, R Markdown and exporting diagrams in the PNG format. Note: you need a chromium based browser installed on your system.
Last updated 2 months ago
diagramshtmlwidgetsnomnomluml
8.36 score 221 stars 4 dependents 116 scripts 572 downloadssurveydata - Tools to Work with Survey Data
Data obtained from surveys contains information not only about the survey responses, but also the survey metadata, e.g. the original survey questions and the answer options. The 'surveydata' package makes it easy to keep track of this metadata, and to easily extract columns with specific questions.
Last updated 2 years ago
5.68 score 23 stars 42 scripts 253 downloads![](https://github.com/andrie/mailmerge/raw/HEAD/man/figures/logo.png)
mailmerge - Mail Merge Using R Markdown Documents and 'gmailr'
Perform a mail merge (mass email) using the message defined in markdown, the recipients in a 'csv' file, and gmail as the mailing engine. With this package you can parse markdown documents as the body of email, and the 'yaml' header to specify the subject line of the email. Any '{}' braces in the email will be encoded with 'glue::glue()'. You can preview the email in the RStudio viewer pane, and send (draft) email using 'gmailr'.
Last updated 11 months ago
mailmerge
5.33 score 43 stars 10 scripts 299 downloads![](https://github.com/andrie/sss/raw/HEAD/man/figures/logo.png)
sss - Import Files in the Triple-s (Standard Survey Structure) Format
Tools to import survey files in the '.sss' (triple-s) format. The package provides the function 'read.sss()' that reads the '.asc' (or '.csv') and '.sss' files of a triple-s survey data file. See also <https://triple-s.org/>.
Last updated 2 months ago
sss
5.16 score 8 stars 18 scripts 341 downloads![](https://github.com/rfordummies/rfordummies/raw/HEAD/man/figures/logo.png)
rfordummies - Code Examples to Accompany the Book "R for Dummies"
Contains all the code examples in the book "R for Dummies" (2nd edition) by Andrie de Vries and Joris Meys. You can view the table of contents as well as the sample code for each chapter.
Last updated 3 years ago
3.68 score 4 stars 24 scripts 295 downloads