Skip to content

v0.5.2

Compare
Choose a tag to compare
@amoeba amoeba released this 27 Oct 19:04

This is a bug fix update with a few features on the side and is a recommended update for all users. The main bug fixed relates to how publish_update handles its public argument. See below for more details.

FIXED

  • publish_update now correctly honors its public argument. If you set public=FALSE, the metadata and resource map in the updated package will not be public. Note that data objects are unaffected when public=FALSE

NEW

  • You can now set a custom PID and even a SID in calls to update_object
  • publish_update no warns when you set use_doi=TRUE and public=FALSE
  • A number of functions can now take a CNode as their first argument, as an alternative to an MNode

REMOVED

  • Nothing