DataONEorg / rdataone

R package for reading and writing data at DataONE data repositories
http://doi.org/10.5063/F1M61H5X
36 stars 19 forks source link

updateSystemMetadata error: "node" is missing #295

Open gothub opened 2 years ago

gothub commented 2 years ago

@taojing2002 reported the following error when executing this R fragment:

mn <- MNode("https://valley.duckdns.org/metacat/d1/mn/v2")
sysmeta@obsoletedBy <- pid1
updateSystemMetadata(mn, pid, sysmeta)
Error in .local(.Object, ...) : 
  argument "node" is missing, with no default

Note that the server being used is not a registered MN with DataONE, which may or may not be a contributing factor to this issue.