ankane / jetpack

A friendly package manager for R
Other
240 stars 16 forks source link

improve check for non-interactive sessions #24

Closed kevinushey closed 2 years ago

kevinushey commented 2 years ago

In here:

https://github.com/ankane/jetpack/blob/3d38469dd97c6c785dc426f4379fd29513c19667/R/helpers.R#L317-L325

A test (for example, in R CMD check) might be run non-interactively, but the tests currently assume that tests are run interactively.

https://github.com/ankane/jetpack/blob/3d38469dd97c6c785dc426f4379fd29513c19667/tests/testthat/test-init.R#L27

ankane commented 2 years ago

Hey @kevinushey, thanks for reporting. Fixed in the commit above.