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

Simple fix for installation issue found? #719

Open
RightHandOfDoom opened this issue Apr 26, 2024 · 1 comment
Open

Simple fix for installation issue found? #719

RightHandOfDoom opened this issue Apr 26, 2024 · 1 comment

Comments

@RightHandOfDoom
Copy link

Hi everybody! I saw that some users had trouble installing the ranger package.
I tried this (Windows machine, R 4.1.2):

Sys.setenv("PKG_CXXFLAGS"="-std=c++14")
install.packages("ranger", type="source")

Worked like a charm.

@amrcode1
Copy link

Hi everybody! I saw that some users had trouble installing the ranger package. I tried this (Windows machine, R 4.1.2):

Sys.setenv("PKG_CXXFLAGS"="-std=c++14") install.packages("ranger", type="source")

Worked like a charm.

Thanks, this work perfect for my work computer with limited administrator permission (Windows 10, 22H2), in my personal laptop i dont needed this tweak.

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

No branches or pull requests

2 participants