telegott
telegott
@klmr thanks for the answer, the priorities are absolutely understandable. Thanks again for this package, one of the most useful recent additions to the R ecosystem!
@kamilzyla Very interesting to hear that `box` is used in a professional context too! Did you find a workaround to lift the no-subdirectory restriction of `testthat`, e.g. having modules like...
@schloerke I tried this workaround but I still get the error ``` Error: in process 30 --> in process Stack trace: 12. (function (...) ... 13. base:::withCallingHandlers(cli_message = function(msg) {...
@gaborcsardi this also happens with a minimal `DESCRIPTION`: ``` Imports: sf Suggests: lintr ``` and `classInt` does not seem to be a reverse dependency of `lintr`, but on the `pak::install_local_dev_deps`...
@gaborcsardi awesome, thanks so much!
@kamilzyla referring to https://github.com/Appsilon/rhino/issues/319 After you mentioning `tinytest` I had a look at it and it seems much friendlier than `testthat` for this usecase since the result of `tinytest::run_test_dir` can...
Thanks for considering this, this would be a very helpful feature I think and make testing more accessible to people who do not use R package structures as umbrella for...