Ricardo Rodrigo Basa

Results 8 issues of Ricardo Rodrigo Basa

Closes #1605 Allows the use of directories to organize test files. The `recursive` argument is optional and defaults to `FALSE`. 1. `testthat::test_dir("tests/testthat/")` will work as before. Just one single directory,...

### Changes #### Packages - lints on function not attached - lints on package$function not exists - lints on attached function unused - lints on attached package unused - lints...

# Lint box package imports: ## Package imports - [x] Should lint if a package$function() does not exist - [ ] Should lint if an imported package is not used...

## Changes Two functions. * `covr_r()` * `covr_report()` Requires [`Appsilon/covr@klmr-box-support`](https://github.com/Appsilon/covr) ## Take Note _Need some advice how to add this to the documentation_ With `box` an exported variable and a...

type: feature

### Motivation We want to promote better coding practices. ### Feature description - [x] #526 - [x] #532 - [x] #534 - [x] #536 - [x] #538 - [x] #541...

status: triage

Because `renv` does not see packages declared in `box::use()`, we use a `dependencies.R` file for `renv` to parse. Does it make sense to check if the packages are sorted alphabetically...

### Changes A unit test handler than can accept a vector of paths (a combination of files and directories) to run tests on. `test_r()` defaults to running `testthat::test_file()` on all...

type: feature

Expand on Facebook Group post [Optimization for Queries](https://www.facebook.com/groups/dataengineeringpilipinas/posts/1310412306261500/) - [x] Table set up - [x] Explain how DB retrieves data/rows - [ ] Filter by year - [ ] Group...