v0.5.2
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 itspublic
argument. If you setpublic=FALSE
, the metadata and resource map in the updated package will not be public. Note that data objects are unaffected whenpublic=FALSE
NEW
- You can now set a custom PID and even a SID in calls to
update_object
publish_update
no warns when you setuse_doi=TRUE
andpublic=FALSE
- A number of functions can now take a CNode as their first argument, as an alternative to an MNode
REMOVED
- Nothing