Skip to content
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

Remove the dependency on the readxl package #270

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Remove the dependency on the readxl package #270

merged 2 commits into from
Sep 27, 2024

Conversation

mcol
Copy link
Contributor

@mcol mcol commented Sep 26, 2024

Note that the changes in the snapshot file for .import_ThermochronometryData() boil down to differences between CLBR IR50 (before) and CLBR_IR50 (now) because names were before taken from the XLS sheet names while now they are taken from the CSV file names, and when I generated them I used the underscore instead of a space. All the rest is perfectly reproduced.

Fixes #237.

@mcol mcol requested a review from RLumSK September 26, 2024 15:48
Copy link
Member

@RLumSK RLumSK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have made some comments, its a little bit verbose, but we should give the user something.

We call fread() with argument data.table = FALSE to return directly a
data.frame, and restore support for the skip option.
@RLumSK RLumSK merged commit a4f0d26 into master Sep 27, 2024
9 checks passed
@mcol mcol deleted the issue_237 branch September 27, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove the readxl dependency
2 participants