Closed wlandau closed 7 years ago
Use normalilzePath() to convert relative paths into full paths when creating new storrs. Also add a test to the bottom of tests/testthat/test-driver-rds.R to ensure the correct behavior.
normalilzePath()
storr
tests/testthat/test-driver-rds.R
@richfitz All great points. I hope the new commits help.
Yes, this is great - thanks!
Use
normalilzePath()
to convert relative paths into full paths when creating newstorr
s. Also add a test to the bottom oftests/testthat/test-driver-rds.R
to ensure the correct behavior.