-
Notifications
You must be signed in to change notification settings - Fork 187
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
Potential speedup from cyclocomp
#1967
Comments
Thanks, @etiennebacher, for the suggestion! Yeah, I also feel like it would be great if we either fork the repo to WDYT, @AshesITR, @MichaelChirico? |
a fork into r-lib makes sense to me... I'm not sure who manages those, but I know xmlparsedata is a fork of the same author by @gaborcsardi, maybe he can offer some insight. |
Small bump on this. I just tried on a real package that contains some large files (polars) and the timing for |
IMO the place to start is by emailing the maintainer of the package. If that works, we can transfer to cyclocomp r-lib and take over maintenance. The main r-lib restriction is that we (i.e. me + my team) have right of first refusal if the maintainer wants to stop maintaining, and similarly we'll guarantee maintenance (at least to the level of keeping on CRAN) for any package in r-lib. |
I am still the maintainer of cyclocomp on CRAN, but just wrote to the current maintainer of the GH package. But let's wait for the reply. |
OK, no answer, so I'll fork the cyclocomp repo into my account. CRAN also asked me to update the maintainer email, so there'll be a new release as well. |
I see that |
Hi, this is not really an issue with
lintr
but just to let you know that it could have a nice speedup (see example below) from a very simple PR incyclocomp
: MangoTheCat/cyclocomp#24I know you're not responsible for
cyclocomp
but it looks like there was no activity there for almost 2 years, so if at some point you want to get your own fork of it, maybe you should include this PR.That's it, feel free to close this issue and thanks for
lintr
of course ;)With current
cyclocomp
:With
cyclocomp
PR 24:The text was updated successfully, but these errors were encountered: