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

Avoid deprecated / superseded arguments from openxlsx2 #320

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

olivroy
Copy link
Contributor

@olivroy olivroy commented Jun 27, 2024

In openxlsx2 0.8, arguments were changed to snake case

https://janmarvin.github.io/openxlsx2/news/index.html#openxlsx2-08

rows and cols are also deprecated in favour of dims (the cell range)

See details in https://janmarvin.github.io/openxlsx2/news/index.html#breaking-changes-0-8.

The legacy arguments still work, but they be deprecated in a future openxlsx2 version.

I updated the example in the discussion (JanMarvin/openxlsx2#286)

@olivroy olivroy changed the title Use new arguments from openxlsx2 Avoid deprecated / superseded arguments from openxlsx2 Jun 27, 2024
@olivroy olivroy mentioned this pull request Jun 28, 2024
Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.70%. Comparing base (19e052b) to head (a911a44).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #320      +/-   ##
==========================================
- Coverage   70.03%   69.70%   -0.34%     
==========================================
  Files          44       44              
  Lines        2056     2043      -13     
==========================================
- Hits         1440     1424      -16     
- Misses        616      619       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@IndrajeetPatil IndrajeetPatil merged commit f98b5e9 into easystats:main Sep 12, 2024
22 of 24 checks passed
@IndrajeetPatil
Copy link
Member

Thanks!!

@olivroy olivroy deleted the openxlsx2 branch September 12, 2024 12:43
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.

3 participants