Global Variables in R Packages
I know that global variables are from the Devil, but sometimes you just can’t get around them.
I’m building a small package for a client that relies on a data file. For various reasons that file is not part of the package and can reside in different locations on users’ machines. Furthermore there are users on both Windows and Linux machines.
Read More →