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 8 months ago
15.29 score 256 stars 199 packages 1.6k scripts 38k downloadsggdendro - 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 8 months ago
ggplot2
13.66 score 83 stars 61 packages 3.3k scripts 15k downloadssortable - 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 2 months ago
htmlwidget
11.47 score 134 stars 11 packages 343 scripts 2.7k 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 5 days ago
package-management
10.32 score 153 stars 1.5k scripts 1.4k 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 8 months ago
diagramshtmlwidgetsnomnomluml
8.46 score 220 stars 4 packages 109 scripts 400 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.66 score 22 stars 42 scripts 244 downloadsmailmerge - 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 8 months ago
mailmerge
5.33 score 43 stars 10 scripts 269 downloadssss - 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 8 months ago
sss
5.16 score 8 stars 18 scripts 325 downloadsrfordummies - 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 277 downloads