You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stop(paste0("System Metadata for object with PID '", pid, "' did not have its fileName property set. This will result in 'NA' being set for the EML entityName and objectName (which we don't want). You need to give each data object a fileName property in its System Metadata. You can use the arcticdatautils::set_file_name() function to do this or you can use dataone::getSystemMetadata(), change the fileName property, and update it with dataone::updateSystemMetadata()"))
36
36
}
37
37
38
-
sysmeta_to_other_entity(mn, sysmeta)
38
+
sysmeta_to_other_entity(sysmeta)
39
39
}
40
40
41
41
#' Create an EML otherEntity sub-tree for the given object.
42
42
#'
43
-
#' @param mn (MemberNode) The Member Node the object lives on.
44
43
#' @param sysmeta (SystemMetadata) The System Metadata of the object.
0 commit comments