-
Notifications
You must be signed in to change notification settings - Fork 19
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
Relax the R >= 3.5 requirement #11
Comments
Just deleting the alt-rep stuff. I'm using it because I think the string cache is unnecessarily slow, but someone else pointed out that it can blow up memory. |
What do you think about having an ALTREP free implementation for older R
versions?
…On Wed, 10 Jul 2019, 19:02 Travers, ***@***.***> wrote:
Just deleting the alt-rep stuff. I'm using it because I think the string
cache is unnecessarily slow, but someone else pointed out that it can blow
up memory.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFBGQE4PMFISMDKSGIISADP6YIZFANCNFSM4H7PHFFQ>
.
|
Hi Gabor, I updated the github version so that it works with R < 3.5. Instead of having two different versions, I used preprocessor macros to comment out alt-rep stuff if it detects R < 3.5. Tested it out with R 3.4 on windows. |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would it take to support R >= 3.2?
The text was updated successfully, but these errors were encountered: