Uh oh!
There was an error while loading. Please reload this page.
Adjust to git2r's S4 --> S3 transition - #1719
Conversation
stewid
commented
Feb 24, 2018
Maybe the transition of S4->S3 in git2r on CRAN should be a three-step process. i) identify all slots that are used directly in packages and add an accessor function for each of them, for example, |
hadley
commented
Feb 26, 2018
@stewid it's not clear to me that actually makes life substantially easier for developers. You'd still need a |
stewid
commented
Feb 27, 2018
@hadley thanks for the advice. I have found six reverse dependency packages on CRAN using |
hadley
commented
Feb 27, 2018
If it's only six, I wouldn't bother with multiple releases - just give authors a month's notice before you submit to CRAN. |
WIP, more to start this conversation
git2r is transitioning from S4 to S3 and I discovered these problems with dev devtools and dev git2r
@stewid do you have any thoughts about packages that were using
@to access slots in the S4 objects, now that you're returning S3 objects?