Other packages > Find by keyword >

Require  

Installing and Loading R Packages for Reproducible Workflows
View on CRAN: Click here


Download and install Require package within the R console
Install from CRAN:
install.packages("Require")

Install from Github:
library("remotes")
install_github("cran/Require")

Install by package version:
library("remotes")
install_version("Require", "1.0.1")



Attach the package and use:
library("Require")
Maintained by
Eliot J B McIntire
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-06-05
Latest Update: 2024-08-17
Description:
A single key function, 'Require' that makes rerun-tolerant versions of 'install.packages' and `require` for CRAN packages, packages no longer on CRAN (i.e., archived), specific versions of packages, and GitHub packages. This approach is developed to create reproducible workflows that are flexible and fast enough to use while in development stages, while able to build snapshots once a stable package collection is found. As with other functions in a reproducible workflow, this package emphasizes functions that return the same result whether it is the first or subsequent times running the function, with subsequent times being sufficiently fast that they can be run every time without undue waiting burden on the user or developer.
How to cite:
Eliot J B McIntire (2020). Require: Installing and Loading R Packages for Reproducible Workflows. R package version 1.0.1, https://cran.r-project.org/web/packages/Require. Accessed 05 Jun. 2026.
Previous versions and publish date:
0.0.4 (2020-06-05 12:40), 0.0.5 (2020-07-17 07:20), 0.0.6 (2020-08-11 09:20), 0.0.7 (2020-08-18 10:10), 0.0.8 (2020-09-10 08:30), 0.0.9 (2020-11-30 21:30), 0.0.10 (2020-12-02 08:50), 0.0.12 (2021-05-26 17:50), 0.0.13 (2021-05-31 09:30), 0.1.2 (2022-09-23 13:30), 0.1.4 (2022-10-07 23:00), 0.2.5 (2022-11-24 16:00), 0.2.6 (2023-01-05 22:30), 0.3.0 (2023-03-15 01:20), 0.3.1 (2023-05-22 23:00), 1.0.0 (2024-07-27 06:30), 1.0.1 (2024-08-18 00:20)
Other packages that cited Require R package
View Require citation profile
Other R packages that Require depends, imports, suggests or enhances
Complete documentation for Require
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA