All Projects → CredibilityLab → groundhog

CredibilityLab / groundhog

Licence: GPL-3.0 license
Reproducible R Scripts Via Date Controlled Installing & Loading of CRAN & Git Packages

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to groundhog

papeR
A toolbox for writing Sweave or other LaTeX-based papers and reports and to prettify the output of various estimated models.
Stars: ✭ 26 (-55.17%)
Mutual labels:  cran, reproducible-research
Huxtable
An R package to create styled tables in multiple output formats, with a friendly, modern interface.
Stars: ✭ 277 (+377.59%)
Mutual labels:  cran, reproducible-research
Openml R
R package to interface with OpenML
Stars: ✭ 81 (+39.66%)
Mutual labels:  cran, reproducible-research
Arsenal
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
Stars: ✭ 171 (+194.83%)
Mutual labels:  cran
Checkmate
Fast and versatile argument checks
Stars: ✭ 174 (+200%)
Mutual labels:  cran
Tint
Tint is not Tufte
Stars: ✭ 226 (+289.66%)
Mutual labels:  cran
migraph
Tools for multimodal and multilevel network analysis
Stars: ✭ 25 (-56.9%)
Mutual labels:  cran
Slopegraph
Edward Tufte-Inspired Slopegraphs
Stars: ✭ 166 (+186.21%)
Mutual labels:  cran
rtide
R package to calculate tide heights
Stars: ✭ 14 (-75.86%)
Mutual labels:  cran
Pacman
A package management tools for R
Stars: ✭ 220 (+279.31%)
Mutual labels:  cran
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+241.38%)
Mutual labels:  cran
Randomforestexplainer
A set of tools to understand what is happening inside a Random Forest
Stars: ✭ 175 (+201.72%)
Mutual labels:  cran
Reactr
React for R
Stars: ✭ 227 (+291.38%)
Mutual labels:  cran
Recommenderlab
recommenderlab - Lab for Developing and Testing Recommender Algorithms - R package
Stars: ✭ 174 (+200%)
Mutual labels:  cran
targets-tutorial
Short course on the targets R package
Stars: ✭ 87 (+50%)
Mutual labels:  reproducible-research
Simmer
Discrete-Event Simulation for R
Stars: ✭ 170 (+193.1%)
Mutual labels:  cran
fertile
creating optimal conditions for reproducibility
Stars: ✭ 52 (-10.34%)
Mutual labels:  reproducible-research
Opendata
CRAN OpenData Task View
Stars: ✭ 188 (+224.14%)
Mutual labels:  cran
Collapse
Advanced and Fast Data Transformation in R
Stars: ✭ 184 (+217.24%)
Mutual labels:  cran
Margins
An R Port of Stata's 'margins' Command
Stars: ✭ 225 (+287.93%)
Mutual labels:  cran

groundhog

CRAN version

For information about groundhog, check out the blogpost announcing it (http://datacolada.org/95), announcing v2.0 (http://datacolada.org/100), or groundhog's website (https://groundhogr.com)

CRAN contains the officially released versions of groundhog. Here on github are the in development versions. Almost nobody, or perhaps nobody, should rely on the version of groundhog available here.

The changelog is available at: https://groundhogr.com/changelog

A big change is coming to groundhog with the shutting down of MRAN. For the next release of groundhog, v2.3 or possibly v3.0, groundhog will rely on a custom repository of CRAN binaries, named GRAN (http://gran.groundhogr.com). Groundhog will also swith to parallel installation for source, providing noticeable speed improvements, specially for multiple packages whose dependencies can be installed in parallel. This new release is expected no later than May 2023, hopefully earlier.

Testing Because testing groundhog requires installing packages, restarting R sessions, evaluating multiple outcomes of an installation attempt, and artificially creating conflicts between groundhog's library and the local library, testing is not automatized via 'testthat' but rather conducted via a manually run script that is executed on a Windows, Mac and Unix machines. The testing involves:(1) generating the full set of possible conflicts between local and groundhog packages (e.g., attempting to attach a different version of a package that is already loaded, vs already attached), (2) proceeding to uninstall conflicts that are discovered, (3) listing those conflicts, (4) reinstalling them, and lastly (5) installing large numbers of packages (>100) in random order. The test script is kept outside the package but you can see it in the main folder above: test_groundhog.r

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].