Ricardo Rodrigo Basa

Results 13 comments of Ricardo Rodrigo Basa

I do wonder what happened to `leaflet.extras`, @trafficonese . It's been 2 years 1 month since it was last updated. There are indeed a lot of useful plugins there.

Hi Kamil, Thank you for the code review. ## Output The output looks like that now because all we are doing now is running `test_dir()` multiple times. And we get...

Massive update

Retracting this PR in favor of forking testthat itself https://github.com/Appsilon/testthat/pull/2

It’s not `lintr` that has problems with `box`. It’s `codetools::checkUsage()`. It’s seeing `box_module$function()` as a global variable/object, `box_module`, which was never declared earlier. Object usage linter detects global variables but...

@jakubnowicki How do you feel about this hacky solution: ```r box_usage_linter

@jakubnowicki I added ``` box::use( path/to/module1, path/to/module2[a, b, c], path/to/module3[...] ) ``` to the test cases where it makes sense. All tests just worked as expected. When you have time,...

@telegott There is a pending PR for recursive subdirectories in `testthat`. https://github.com/r-lib/testthat/pull/1850

@kamilzyla The PR for this has been merged to main

Seeing the same error now ``` [2023-06-22 16:28:02.200] [error] Configuration - SSL connect error (UnknownException) [2023-06-22 16:28:02.201] [error] Configuration - Cannot retrieve configuration document (0) [2023-06-22 16:28:02.201] [error] ConfigurationError -...