Package: origin 1.1.2
origin: Explicitly Qualifying Namespaces by Automatically Adding 'pkg::' to Functions
Automatically adding 'pkg::' to a function, i.e. mutate() becomes dplyr::mutate(). It is up to the user to determine which packages should be used explicitly, whether to include base R packages or use the functionality on selected text, a file, or a complete directory. User friendly logging is provided in the 'RStudio' Markers pane. Lives in the spirit of 'lintr' and 'styler'. Can also be used for checking which packages are actually used in a project.
Authors:
origin_1.1.2.tar.gz
origin_1.1.2.zip(r-4.5)origin_1.1.2.zip(r-4.4)origin_1.1.2.zip(r-4.3)
origin_1.1.2.tgz(r-4.4-any)origin_1.1.2.tgz(r-4.3-any)
origin_1.1.2.tar.gz(r-4.5-noble)origin_1.1.2.tar.gz(r-4.4-noble)
origin_1.1.2.tgz(r-4.4-emscripten)origin_1.1.2.tgz(r-4.3-emscripten)
origin.pdf |origin.html✨
origin/json (API)
NEWS
# Install 'origin' in R: |
install.packages('origin', repos = c('https://mnist91.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mnist91/origin/issues
Last updated 7 months agofrom:42e2e0b815. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 18 2024 |
R-4.5-win | OK | Oct 18 2024 |
R-4.5-linux | OK | Oct 18 2024 |
R-4.4-win | OK | Oct 18 2024 |
R-4.4-mac | OK | Oct 18 2024 |
R-4.3-win | OK | Oct 18 2024 |
R-4.3-mac | OK | Oct 18 2024 |
Exports:check_pkg_usageget_exported_functionsget_local_functionsget_pkgs_from_descriptionoriginize_diroriginize_fileoriginize_pkg
Dependencies:clirstudioapi
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check which packages are actually used in a project | check_pkg_usage |
Get All Exported Functions From a Package | get_exported_functions |
Find All User Defined functions in the Project | get_local_functions |
Get Packages from the DESCRIPTION file | get_pkgs_from_description |
Originize a complete directory | originize_dir |
Originize a specific file | originize_file |
Originize a Package Project | originize_pkg |
Wrapper function to be used as an RStudio addin | originize_selection |
Print the summary of check_pkg_usage | print.pkg_usage |