Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dianagold/dependencies
Stata command for managing required user-written commands in a project (version freeze)
https://github.com/dianagold/dependencies
dependencies stata stata-command
Last synced: about 1 month ago
JSON representation
Stata command for managing required user-written commands in a project (version freeze)
- Host: GitHub
- URL: https://github.com/dianagold/dependencies
- Owner: dianagold
- License: mit
- Created: 2019-11-08T11:13:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T21:43:23.000Z (about 4 years ago)
- Last Synced: 2024-08-27T15:53:50.008Z (6 months ago)
- Topics: dependencies, stata, stata-command
- Language: Stata
- Homepage:
- Size: 128 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dependencies
Stata command for managing user-written commands required in a project (_dependencies_) to ensure reproducibility of all code, as ado files available online may change.
This is achieved by freezing the current version of installed packages into a zip file, and later unfreezing it into an adopath that takes top priority.## Package description
'DEPENDENCIES': manages required user-written commands (ado version freeze)
Keywords: _dependencies | reproducibility | community-contributed commands | user-written commands | version freeze | adopath_
## Installation
The most recent version of **dependencies** (version 0.2) is currently published on [SSC](https://www.stata.com/support/ssc-installation/), so it can be installed through this code:
```
ssc install dependencies
```
The same version of **dependencies** can be installed using this code:
```
net install dependencies, from("https://raw.githubusercontent.com/dianagold/dependencies/master/src") replace
```Please check the help file, installed with the package, for more information on how to use **dependencies**.
## Author
**Diana Goldemberg** [ [[email protected]](mailto:[email protected]) ]
### Acknowledgements
Kristoffer Bjarkefur and Joao Pedro Azevedo provided invaluable contributions to this package. The idea for the command was originated in this [statalist discussion](https://www.statalist.org/forums/forum/general-stata-discussion/general/1523554-version-control-of-user-written-ados). A big thank you to all contributors creating commands for the Stata community, especially in SSC! Without your time and effort, this command would be useless.