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

Fixes for readr 1.2.0 #21

Merged
merged 2 commits into from
Nov 26, 2018
Merged

Fixes for readr 1.2.0 #21

merged 2 commits into from
Nov 26, 2018

Conversation

jimhester
Copy link
Contributor

readr 1.2.0 no longer guesses columns are of type integer, rather these
columns are always guessed as type double.

This breaking change caused two errors in your ddpcr package, fixed by
the changes in this commit.

Sorry for the breakage!

readr 1.2.0 no longer guesses columns are of type integer, rather these
columns are always guessed as type double.

This breaking change caused two errors in your ddpcr package, fixed by
the changes in this commit.
@daattali
Copy link
Owner

Did you manually make PRs for every package that was broken or was this somehow crazily automated?

I think I'll just wait until the CRAN release and then make the changes rather than changing to Remote dependency, unless there's a good reason not to

@jimhester
Copy link
Contributor Author

Only three packages broke, so it was easy to send PRs to fix them.

@daattali
Copy link
Owner

Any ETA on CRAN submission? Within a month or 6?

@jimhester
Copy link
Contributor Author

jimhester commented Jan 12, 2018

Today if possible, (not saying you need to release this today, but I was going to submit readr to CRAN today).

@daattali
Copy link
Owner

Ah ok so I'll put in my calendar to check at the end of the weekend if it's on CRAN yet and then merge, thanks!

@daattali
Copy link
Owner

Submitting to CRAN never goes as smoothly as you think :)

@daattali
Copy link
Owner

@jimhester Still battling it out with CRAN? I'll keep checking to see when I need to merge :)

@jimhester
Copy link
Contributor Author

There is no battle, they are just ignoring my readr submissions

@daattali
Copy link
Owner

Oh, that I did not expect.. :S

@daattali
Copy link
Owner

@jimhester looks like readr finally went through! I can't imagine what kind of CRAN check hell was going on for such a delay to happen...

@daattali
Copy link
Owner

Thank you so much for this PR, I would have easily spent 1-2 hours figuring out what's wrong because CRAN tests are now failing.

@daattali daattali merged commit 0954f02 into daattali:master Nov 26, 2018
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.

2 participants