conig / revise

R package for writing revise and resubmits
Other
3 stars 2 forks source link

Make `id` the first argument of get_revision() #20

Closed cjvanlissa closed 2 years ago

cjvanlissa commented 2 years ago

This allows the following syntax to be valid:

read_manuscript("manuscript.Rmd")
get_revision("a_revision")

The manuscript is loaded into an invisible environment variable.

cjvanlissa commented 2 years ago

I know this is a little inconvenient for existing users, but it will be a huge workflow improvement to all future users to not have to explicitly refer to the manuscript object.