NEWS.md

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.

  1. 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.



Try the fromhere package in your browser

Any scripts or data that you put into this service are public.

fromhere documentation built on April 3, 2025, 8:49 p.m.