I recently spun up an AWS server and am trying to install R and some packages onto the server. The default R version is 3.4.1 and I'm trying to install a package (markovchain) that requires > R 3.6. I tried to use an older version of the package (v 0.6.9.3) and am getting the following error:
Error: Failed to install 'unknown package' from URL:
(converted from warning) installation of package ‘igraph’ had non-zero exit status
I found a link online where people had the same issue but wasn't able to figure out how to apply the patch in the link (here). I'm afraid this is my first time using AWS and I'm following a lot of tutorials so it's a bit difficult to patch certain things together.
Has anyone had this issue that can explain how to solve it?