Closed yonicd closed 7 years ago
Sorry -- I'm catching up on old email notifications! This looks good except for one thing that may sound nitpicky. We're enforcing a strict coding style for all HBGDki projects, based on what is found here. For example, all lowercase camel case, spacing around operators, using <-
consistently, newlines with pipes for readability, etc. Could you modify to meet these guidelines?
code is tidy now
Thanks! Feel free to add yourself as a contributor in DESCRIPTION.
on the windows OS the .Renviron file writes out
\\
as\
, then when its read back into R on the new session the\
is not escaped and disappears.