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 Mar. 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
02/1402/1502/1602/1702/1802/1902/2002/2102/2202/2302/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/15Downloads for Require0102030405060708090100110120TrendBars

Today's Hot Picks in Authors and Packages

RCALI  
Calculation of the Integrated Flow of Particles Between Polygons
Calculate the flow of particles between polygons by two integration methods: integration by a cubat ...
Download / Learn more Package Citations See dependency  
ggtrace  
Trace and Highlight Groups of Data Points
Provides 'ggplot2' geoms that allow groups of data points to be outlined or highlighted for emphasi ...
Download / Learn more Package Citations See dependency  
inventorize  
Inventory Analytics, Pricing and Markdowns
Simulate inventory policies with and without forecasting, facilitate inventory analysis calculations ...
Download / Learn more Package Citations See dependency  
UnitStat  
Performs Unit Root Test Statistics
A test to understand the stability of the underlying stochastic data. Helps the user’s understand ...
Download / Learn more Package Citations See dependency  
latentFactoR  
Data Simulation Based on Latent Factors
Generates data based on latent factor models. Data can be continuous, polytomous, dichotomous, or mi ...
Download / Learn more Package Citations See dependency  
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,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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