-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metadata columns in wrong order when some item has no metadata #23
Labels
bug
Something isn't working
Comments
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
May 27, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
May 27, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
May 27, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
May 31, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
May 31, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
Jun 1, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
Jun 1, 2023
trel
pushed a commit
that referenced
this issue
Jun 1, 2023
trel
pushed a commit
that referenced
this issue
Jun 1, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
Jun 1, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
Jun 1, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
Jun 3, 2023
MartinSchobben
added a commit
to MartinSchobben/irods_client_library_rirods
that referenced
this issue
Jun 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there are multiple data objects or collections and one of them has no metadata, the order of the AVU-parts for the existing metadata is wrong: attribute-units-value, i.e. alphabetically.
rirods:::metadata_reorder()
is meant to fix this, but it's failing silently when it runs into the empty dataframe of the item with no metadata.At the bottom of the example I suggest an alternative
Map()
call forrirods:::metadata_reorder()
, although this might also end up linked to #12 (this could be dealt with in a custom printing method).Created on 2023-03-17 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: