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: 2023-05-22
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 Jan. 2025.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

uclust  
Clustering and Classification Inference with U-Statistics
Clustering and classification inference for high dimension low sample size (HDLSS) data with U-stati ...
Download / Learn more Package Citations See dependency  
bama  
High Dimensional Bayesian Mediation Analysis
Perform mediation analysis in the presence of high-dimensional mediators based on the potential out ...
Download / Learn more Package Citations See dependency  
ENMeval  
Automated Tuning and Evaluations of Ecological Niche Models
Runs ecological niche models over all combinations of user-defined settings (i.e., tuning), performs ...
Download / Learn more Package Citations See dependency  
GFisher  
Generalized Fisher's Combination Tests Under Dependence
Accurate and computationally efficient p-value calculation methods for a general family of Fisher ty ...
Download / Learn more Package Citations See dependency  
interplot  
Plot the Effects of Variables in Interaction Terms
Plots the conditional coefficients ("marginal effects") of variables included in multiplicative int ...
Download / Learn more Package Citations See dependency  
Maintainer: Yue Hu (view profile)
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  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

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