You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you think we to keep the reprex as is (i.e., b/c it provides a realistic example of where leading whitespace would be used), I'd suggest adding skip_if_not_installed("magrittr") to the above test, as well as adding magrittr to Suggests.
Happy to issue a PR for this.
The text was updated successfully, but these errors were encountered:
Perhaps we should come up with a reprex that doesn't require
magrittr
for this test (so that we can remove a dep on magrittr when running tests):reprex/tests/testthat/test-undo.R
Lines 145 to 158 in eba1304
If you think we to keep the reprex as is (i.e., b/c it provides a realistic example of where leading whitespace would be used), I'd suggest adding
skip_if_not_installed("magrittr")
to the above test, as well as adding magrittr to Suggests.Happy to issue a PR for this.
The text was updated successfully, but these errors were encountered: