HBGDki / ghap

Tools for working on ghap
Other
3 stars 3 forks source link

fix set_git_base_path and add paste_repos (from datastore) #3

Closed yonicd closed 7 years ago

yonicd commented 7 years ago

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.

hafen commented 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?

yonicd commented 7 years ago

code is tidy now

hafen commented 7 years ago

Thanks! Feel free to add yourself as a contributor in DESCRIPTION.