Closed barrettk closed 2 years ago
FYI this is WIP but almost done - running some cmd checks at the moment to fix a couple things
[read_spec_gsheets()]
under "Option 2 - Stories linked directly to tests".
gsheet_to_yaml()
.read_spec_gsheets(file, ss, sheet = NULL)
file
should be requiredread_spec_gsheets(ss_stories = ss, sheet_stories = sheet)
instead of custom logic to get dd
file.edit()
thing at the end. I think most users will probably not want that. Instead, let's invisibly return the file path it wrote to. Then users can pipe that to file.edit()
if that's what they want to do.1LpSX5Rb1XM5-xmQ8Wl2gQjMT5-3FIkuCM7oZhSgvWeI
yaml
to Imports
instead of Suggests
(which I think is fine, because the YAML-based stuff is going to be our primary focus in here going forward) let's remove any spots like this that check for it.
closes #30