Package: org Title: Organising Projects Version: 2026.4.9 Authors@R: c( person(c("Richard","Aubrey"), "White", email = "hello@rwhite.no", role = c("aut", "cre"),comment = c(ORCID = "0000-0002-6747-1726")) ) Description: 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. Depends: R (>= 3.3.0) License: MIT + file LICENSE URL: https://www.rwhite.no/org/, https://github.com/raubreywhite/org BugReports: https://github.com/raubreywhite/org/issues Encoding: UTF-8 Config/Needs/website: raubreywhite/pkgdowntemplate Imports: utils Suggests: testthat, knitr, rmarkdown, glue, pak Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: knitr Repository: https://raubreywhite.r-universe.dev Date/Publication: 2026-07-04 16:35:20 UTC RemoteUrl: https://github.com/raubreywhite/org RemoteRef: HEAD RemoteSha: 58908e829915d5da40e3c039422b73955b749f78 NeedsCompilation: no Packaged: 2026-07-04 12:55:45 UTC; root Author: Richard Aubrey White [aut, cre] (ORCID: ) Maintainer: Richard Aubrey White