Problem: I was trying to install the papaja package
devtools::install_github("crsh/papaja")
I received this error:
Error: Failed to install 'reprex' from GitHub:
System command 'Rcmd.exe' failed, exit status: -1, stdout + stderr empty
To potentially resolve this error, I tried to update R and this came up:
Warning message:
In shell(install_cmd, wait = wait, ...) :
'C:\Users\naomi\AppData\Local\Temp\RtmpyQPZSR/R-4.0.3-win.exe' execution failed with error code 127
The first error is my main issue which I am trying to resolve. I would appreciate your help with diagnosing both.
This is my current R version: R version 4.0.2 (2020-06-22)