require(reshape)
require(TTR)
require(ggplot2)
require(chron)
### Requires MWKFunctions.R be loaded first
source("C:/Users/Mark/Documents/R/MWKFunctions/MWKFunctions.R")
Unfortunately Win XP and Win 7 use different user paths, and Linux
is different again:
source("C:/Users/Mark/Documents/R/MWKFunctions/MWKFunctions.R")
source("C:/Users/Mark/My Documents/R/MWKFunctions/MWKFunctions.R")
source("/home/mark/R/MWKFunctions/MWKFunctions.R")
Is there a better way to write this code so it works on all
platforms without changes?
Thanks,
Mark
Websites-
http://decisionstats.com
http://dudeofdata.com
Linkedin- www.linkedin.com/in/ajayohri
> --
> You are subscribed to the Google Groups "Bay Area UseRs!" group.
> To post, email to bay-are...@googlegroups.com
> To unsubscribe, email bay-area-use-...@googlegroups.com
> For more info, visit http://groups.google.com/group/bay-area-use-Rs?hl=en