franknarf1 / r-tutorial

This book covers the essentials of using R
Creative Commons Zero v1.0 Universal
12 stars 4 forks source link

add BINPREF #8

Closed franknarf1 closed 7 years ago

franknarf1 commented 7 years ago

Since every time in install Rtools, R can't find it. See https://chat.stackoverflow.com/transcript/75819?m=35928910#35928910

for my future reference:

$(R_HOME)/etc/$(ARCHITECTURE)/Makeconf BINPREF ?= my/path/

need the trailing slash

I guess this might be a note under the functions-from-packages section.