Skip to content

Commit

Permalink
Fix name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Apr 12, 2017
1 parent b5334db commit 2e26cd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export(new_uuid)
export(object_exists)
export(parse_resource_map)
export(path_join)
export(pid_to_eml_other_entity)
export(pid_to_eml_physical)
export(pid_to_other_eml_entity)
export(publish_object)
export(publish_update)
export(remove_public_read)
Expand Down
2 changes: 1 addition & 1 deletion R/eml.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' pkg <- get_package(mn, pid)
#' pid_to_other_entity(mn, pkg$data)
#' }
pid_to_other_eml_entity <- function(mn, pids) {
pid_to_eml_other_entity <- function(mn, pids) {
stopifnot(class(mn) == "MNode")
stopifnot(is.character(pids),
all(nchar(pids)) > 0)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e26cd5

Please sign in to comment.