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

Can't compile rlang on Windows #966

Closed
sumana86543 opened this issue May 2, 2020 · 5 comments
Closed

Can't compile rlang on Windows #966

sumana86543 opened this issue May 2, 2020 · 5 comments

Comments

@sumana86543
Copy link

installing source package 'rlang' ...
** package 'rlang' successfully unpacked and MD5 sums checked
** using staged installation
** libs

*** arch - i386
MAKE Version 5.0 Copyright (c) 1987, 1997 Borland International
Error C:/PROGRA1/R/R-401.0/share/make/winshlib.mk 27: Colon expected
*** 1 errors during make ***
ERROR: compilation failed for package 'rlang'
Warning in install.packages :
installation of package ‘rlang’ had non-zero exit status

not able to solve this problem of rlang using the latest version of R studio and R.

@lionel-
Copy link
Member

lionel- commented May 2, 2020

Maybe reinstall Rtools?

@sumana86543
Copy link
Author

Maybe reinstall Rtools?

I have tried that and reinstalling all the other packages as well but it doesnt work

@lionel-
Copy link
Member

lionel- commented May 3, 2020

Does this look familiar @jeroen?

In the meantime I would just install the previous binary version of rlang rather than the latest from source, until the binaries have been published.

To do this, supply type = "binary" argument to install.packages().

@lionel- lionel- changed the title rlang Can't compile rlang on Windows May 3, 2020
@jeroen
Copy link
Member

jeroen commented May 3, 2020

@sumana86543 you have the wrong make on the path. You need to put rtools on the path, see the section Putting Rtools on the PATH in https://cran.r-project.org/bin/windows/Rtools/

@sumana86543
Copy link
Author

sumana86543 commented May 3, 2020

Thank you @jeroen , @lionel- , its solved
(https://cran.r-project.org/bin/windows/Rtools/ )----this helped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants