0

I want to try this geopspatial mapping tutorial but I can't get the tmap or tmaptools packages to install/load properly. Here are some screenshots of the installation. installing tmap and tmaptools and install2 andinstall3 results in this problem when I try to load the libraries install4

If anyone could explain what the problem is and how I could fix it I would appreciate the help.

ACH
  • 339
  • 1
  • 2
  • 12
  • 4
    You have a program called `make` on your path, but it's not the one that R wants. You have one from Embarcadero Technologies. You need to install the Rtools collection, and put it earlier on the path than that `make`. – user2554330 Dec 09 '18 at 23:17

1 Answers1

1

@user2554330 was right, there was a C compiler I had previously installed for a class that was interfering with the installation of the packages. I just renamed the directory of the compiler and everything worked.

ACH
  • 339
  • 1
  • 2
  • 12