-
Notifications
You must be signed in to change notification settings - Fork 22
Release zip 2.1.0 #61
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
Comments
@davidgohel This should not break anything (although I haven't run the revdep checks yet), but I had to rewrite a lot of code for Unicode support so you might want to test officer with this. Thanks! |
thanks - I did a quick test on a colleague Windows machine, so far everything looks ok. |
Funny, I did that fix yesterday: davidgohel/officer@8c7926b From your code, I understand I should have used first |
It depends what |
@gaborcsardi OK, thanks for having worked on that |
Hi, A quick confirmation, the new version is working well and is solving issues with Windows paths or filename containing non ascii characters |
@davidgohel Great, thanks! |
Prepare for release:
seems deaddevtools::check_win_devel()
rhub::check_for_cran()
rhub::check(platform = "solaris-x86-patched")
rhub::check(platform = "ubuntu-rchk")
revdepcheck::revdep_check(num_workers = 4)
email.yml
thenrevdepcheck::revdep_email_maintainers()
Perform release:
devtools::submit_cran()
Wait for CRAN...
Template from r-lib/usethis#338
The text was updated successfully, but these errors were encountered: