r-lib / later

Schedule an R function or formula to run after a specified period of time.
https://r-lib.github.io/later
Other
137 stars 27 forks source link

Fix R CMD check warning re error() format strings (for r-devel) #182

Closed cpsievert closed 9 months ago

cpsievert commented 9 months ago

Closes #181

Note that this code path can be exercised with later::later(~stop("boom"))

wch commented 9 months ago

Can you add a news entry?