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
14.52 score 263 stars 228 dependents 3.7k scripts 47k downloads
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
ggplot2
13.44 score 87 stars 64 dependents 4.5k scripts 18k downloads
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
htmlwidget
12.17 score 136 stars 29 dependents 412 scripts 4.8k 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
package-management
10.20 score 164 stars 1.7k scripts 1.7k 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
diagramshtmlwidgetsnomnomluml
7.78 score 222 stars 3 dependents 121 scripts 658 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
6.01 score 23 stars 45 scripts 330 downloads
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
mailmerge
5.34 score 44 stars 10 scripts 266 downloads
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
sss
4.90 score 8 stars 20 scripts 257 downloads
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.70 score 4 stars 25 scripts 293 downloads