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 25 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  
foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  
airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  
sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

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