The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.