fromhere 0.1.0

Initial Release

The fromhere package helps construct relative file paths from specific project roots.

fromhere provides two main methods for generating file paths relative to the root of various project types:

  1. Using functions: from_rproj("path/to/file")

    Using strings to specify file paths, allowing a more programmatic approach to building paths.

  2. Using $ for autocompletion: from_rproj$path$to$file

    This method allows for a more interactive approach to specifying file paths, where the autocompletion is relative to the from_* folder.

This initial release supports file paths from many common project types:

The included vignette explains the nuances of organising files and specifying relative file paths to produce portable and reproducible projects.