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]
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 16 Apr. 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
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for Require010203040506070TrendBars

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  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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