Skip to content

Releases: al-obrien/relay

Release v0.5.0

28 Apr 21:43
Compare
Choose a tag to compare

Provides new functionality such as:

  • plot and summarize a baton directly from a YAML file via preview_baton() constructor.
  • Check the class of via is.baton() style validators.
  • Set and change referee and relay_types, both specific to one and by default for any newly created batons via options().
  • Locate batons by their specific relay_type, which is part of the baton's metadata

relay_types are meant to define the overall purpose of a specific baton, or to make some of them dormant. This could be important is a file location has many batons but you want to ignore a subset that you have 'cancelled' or defined as 'practice'. By default, all batons are made as 'competition' batons.

Minor release 0.4.2

25 Nov 19:09
Compare
Choose a tag to compare

Minor bug fixes to the plotting and parsing of log books that prevented stable operations.

0.4.0 Release

21 Nov 03:30
Compare
Choose a tag to compare

Add new plotting ability and logbook parsing. Minor parameter corrections in older functions.

Minor release v0.3.1

09 Oct 19:24
Compare
Choose a tag to compare

Change baton metadata for more details and futureproofing. This is a breaking change.

Minor release v0.2.0

12 Jun 18:52
Compare
Choose a tag to compare

Minor feature release with additions such as:

  • options to control contents from summary batons
  • read/write to logbooks for active batons
  • reading metadata of batons
  • bug fixes to locate_batons and grab_baton functions
  • all_grabs parameter added to baton metadata (breaking change)

Minor patch

11 Nov 19:42
Compare
Choose a tag to compare

Minor patch to baton functionality.

Initial release

12 Jul 23:48
Compare
Choose a tag to compare

Initial release of {relay} package.