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

PC: Warning in system(cmd) : 'make' not found - remotes::install_github('role-model/roleR') #3

Open
ebrownrma opened this issue Oct 12, 2022 · 1 comment

Comments

@ebrownrma
Copy link

ebrownrma commented Oct 12, 2022

"remotes" installed
remotes::install_github('role-model/roleR') run, issuing the following warning messages:

Warning in system(cmd) : 'make' not found
ERROR: compilation failed for package 'roleR'

  • removing 'C:/Users/ebrow/Documents/R/win-library/4.1/roleR'
    Warning messages:
    1: In missing_devel_warning(pkgdir) :
    Package roleR has compiled code, but no suitable compiler(s) were found. Installation will likely fail.
    Install Rtools (https://cran.r-project.org/bin/windows/Rtools/).Then use the pkgbuild package, or make sure that Rtools in the PATH.
    2: In i.p(...) :
    installation of package ‘C:/Users/ebrow/AppData/Local/Temp/RtmpKIPSik/file2b2465df5c38/roleR_0.1.0.tar.gz’ had non-zero exit status
@ebrownrma ebrownrma changed the title Warning in system(cmd) : 'make' not found - remotes::install_github('role-model/roleR') PC: Warning in system(cmd) : 'make' not found - remotes::install_github('role-model/roleR') Oct 12, 2022
@ajrominger
Copy link
Member

hey @ebrownrma and @bethydavis could you all try using devtools to install roleR? You would run this code:

devtools::install_github('role-model/roleR', force = TRUE)

It seems like this problem with make being missing might actually be solved by the devtools package---so let's find out by having you all run it!

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