Package: simpleSetup 0.1.1
simpleSetup: Set Up R Source Code Files for Use on Multiple Machines
When working across multiple machines and, similarly for reproducible research, it can be time consuming to ensure that you have all of the needed packages installed and loaded and that the correct working directory is set. 'simpleSetup' provides simple functions for making these tasks more straightforward.
Authors:
simpleSetup_0.1.1.tar.gz
simpleSetup_0.1.1.zip(r-4.5)simpleSetup_0.1.1.zip(r-4.4)simpleSetup_0.1.1.zip(r-4.3)
simpleSetup_0.1.1.tgz(r-4.4-any)simpleSetup_0.1.1.tgz(r-4.3-any)
simpleSetup_0.1.1.tar.gz(r-4.5-noble)simpleSetup_0.1.1.tar.gz(r-4.4-noble)
simpleSetup_0.1.1.tgz(r-4.4-emscripten)simpleSetup_0.1.1.tgz(r-4.3-emscripten)
simpleSetup.pdf |simpleSetup.html✨
simpleSetup/json (API)
NEWS
# Install 'simpleSetup' in R: |
install.packages('simpleSetup', repos = c('https://christophergandrud.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/christophergandrud/simplesetup/issues
Last updated 8 years agofrom:c9b25447db. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win | OK | Nov 17 2024 |
R-4.5-linux | OK | Nov 17 2024 |
R-4.4-win | OK | Nov 17 2024 |
R-4.4-mac | OK | Nov 17 2024 |
R-4.3-win | OK | Nov 17 2024 |
R-4.3-mac | OK | Nov 17 2024 |
Exports:library_installset_valid_wd
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Load a multiple packages, install most recent versions if missing | library_install |
Sets valid working directory from vector of possible directories | set_valid_wd |