Package: org 2026.4.9

org: Organising Projects
A framework for organizing R projects with a standardized structure. Most analyses consist of three main components: code, results, and data, each with different requirements such as version control, sharing, and encryption. This package provides tools to set up and manage project directories, handle file paths consistently across operating systems, organize results using date-based structures, source code from specified directories, and perform file operations safely. It ensures consistency across projects while accommodating different requirements for various types of content.
Authors:
org_2026.4.9.tar.gz
org_2026.4.9.zip(r-4.7)org_2026.4.9.zip(r-4.6)org_2026.4.9.zip(r-4.5)
org_2026.4.9.tgz(r-4.6-any)org_2026.4.9.tgz(r-4.5-any)
org_2026.4.9.tar.gz(r-4.7-any)org_2026.4.9.tar.gz(r-4.6-any)
org_2026.4.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
org/json (API)
| # Install 'org' in R: |
| install.packages('org', repos = c('https://raubreywhite.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/raubreywhite/org/issues
Pkgdown/docs site:https://www.rwhite.no
Last updated from:f0c20516a0. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 122 | ||
| source / vignettes | OK | 150 | ||
| linux-release-x86_64 | OK | 102 | ||
| macos-release-arm64 | OK | 94 | ||
| macos-oldrel-arm64 | OK | 101 | ||
| windows-devel | OK | 65 | ||
| windows-release | OK | 77 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 111 |
Exports:initialize_projectls_filesmove_directorypathprojectset_resultswrite_text
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Initialize project environment and structure | initialize_project |
| List files and directories recursively | ls_files |
| Move a directory and its contents | move_directory |
| Construct file path from components | path |
| Project folder locations | project |
| Set results folder after project initialization | set_results |
| Write text to file | write_text |
