jim

Results 52 comments of jim

In a PR, I the added export S3 methods for `model_parameters()` generic: Just as FYI reference, here is clumsy code I used: `missing classes` > x #' @export >model_parameters.CLASS cat(vapply(x,...

@sckott Be happy to work on tinytest:: testing. Also have worked with httr:: and httr2:: Will fork clone and use the branch already setup https://github.com/ropensci/vcr/compare/tinytest jim

@sckott working just locally, writing **`tinytest** functions roughly equivalent to **`testthat`** functions ( so far for `test_Filesystem.R` and `test_Cassette.R`) When I have couple more R files tested will try again...

@sckott Quick update: tinytests are coming along, but reading through some of the source code, R6, configuration takes some time.

@sckott Update. This is rough, rough, very rough. WIP. But tinytests are beginning to work and various pieces make more sense to me. Will get faster. Example: https://github.com/jimrothstein/test_vcr/blob/master/inst/tinytest/test_configure.R

@sckott Bunch of tinytests seems to be working. Before I get too much further, I like to get my package {testVCR} into form you can review. (There are still loose...

@strengejacke yes, I should have checked where the .default method was defined.

@IndrajeetPatil, Yes, will do, but tomorrow ... (was trying to find away to generate all the `@export` for the methods via embedded code using knitr ... did not work.)

@IndrajeetPatil @strengejacke Hadn't heard from anyone in long time; and was cleaning repos. Did not realize affect here, which is my fault, but I did not know.

@IndrajeetPatil @strengejacke Do you want me to continue with tinytest:: checks ?