golem icon indicating copy to clipboard operation
golem copied to clipboard

All functions that read file should rely on golem::get_golem_wd

Open ColinFay opened this issue 3 years ago • 1 comments

For example,

get_current_config <- function(
  path = ".",

should be pkg = get_golem_wd()

ColinFay avatar Feb 24 '22 20:02 ColinFay

Edit: I think I answerded most of the questions myself and hopefully #1016 is roughly fixing this,

ilyaZar avatar Mar 30 '23 08:03 ilyaZar