-
Notifications
You must be signed in to change notification settings - Fork 25
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
Code cleanup #136
Code cleanup #136
Commits on Sep 14, 2024
-
correct devtools::document() issues
- export S3 methods, even if corresponding generic is not exported - document the sentinel "_PACKAGE" rather than using @doctype
Configuration menu - View commit details
-
Copy full SHA for 26f60d9 - Browse repository at this point
Copy the full SHA 26f60d9View commit details
Commits on Sep 15, 2024
-
address devtools::test() errors and verbosity
- two tests fail because the length of the return value has changed (from 17 to 18 list elements) - hard to know how the return value has changed -- simple additiion? of which element? etc - assume the change does not break code - make more robust by checking for set equality of current and returned names - reduce messages from `readr::read_csv()` by providing `col_classes = FALSE` argument - silence progress in test-search.R by adding `verbose = TRUE`
Configuration menu - View commit details
-
Copy full SHA for 8e92576 - Browse repository at this point
Copy the full SHA 8e92576View commit details -
update
print.dataverse_dataset()
- 'license' is now a list; print the 'name' - 'length(x$files)` is incorrect for a data.frame, use `NROW()`
Configuration menu - View commit details
-
Copy full SHA for fe86c78 - Browse repository at this point
Copy the full SHA fe86c78View commit details
Commits on Sep 18, 2024
-
Fix a missing quote (typo). Also simplify example for dataset argumen…
…t -- the"doi:" prefix is not necessary
Configuration menu - View commit details
-
Copy full SHA for 14a082d - Browse repository at this point
Copy the full SHA 14a082dView commit details
Commits on Sep 19, 2024
-
update
print.dataverse_dataset()
- handle previous as well as current 'License' format
Configuration menu - View commit details
-
Copy full SHA for d80f081 - Browse repository at this point
Copy the full SHA d80f081View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14a1f93 - Browse repository at this point
Copy the full SHA 14a1f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for b73fab9 - Browse repository at this point
Copy the full SHA b73fab9View commit details