Skip to content

v0.5.0 fusen (Not on CRAN)

Compare
Choose a tag to compare
@statnmap statnmap released this 04 Jan 13:19
· 298 commits to main since this release
2cb4b48

fusen 0.5.0

New features

Publish your package website on GitHub

  • Publish your {fusen} project on a GitHub website with one command: init_share_on_github()

List all files created with an inflate() in a config file

  • inflate() creates a "dev/config_fusen.yaml" file to register all files created while inflating the corresponding flat file (First steps in #24)
  • Migrate from a non-fusen package or a previous version of {fusen} use with register_all_to_config()
  • Create or update the config file from a data.frame to list legitimate scripts (even if not associated with a flat file)

Others

  • Allow multiple examples for the same function (#149)

Bug fixes