require: Package dependencies for reproducible research
2023-09-20Code Available1· sign in to hype
Sergio Correia, Matthew P. Seay
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/sergiocorreia/stata-requireOfficialIn papernone★ 18
Abstract
The ability to conduct reproducible research in Stata is often limited by the lack of version control for community-contributed packages. This article introduces the require command, a tool designed to ensure Stata package dependencies are compatible across users and computer systems. Given a list of Stata packages, require verifies that each package is installed, checks for a minimum or exact version or package release date, and optionally installs the package if prompted by the researcher.