fwildclusterboot
fwildclusterboot copied to clipboard
alignment with ropensci statistical software standards
For the standards, see here: https://stats-devguide.ropensci.org/index.html
- [ ] check with
pkgcheck - [x] check that
autotest::autotest()returns NULL - [x] alignment with
ssrpackage: regression standards
Fix all pkgcheck errors and warnings reported here: https://github.com/ropenscilabs/statistical-software-review/issues/24.
- [x] contributing file
- [x] add examples
- [ ] duplicate function names
- [ ] package coverage
- [ ] r cmd check
All things goodpractice:
- [ ]
library()andrequire()calls - maybe in tests and examples (?) - [ ] semicolons (?)
- [x] replace
sapplyby vapply - [x] enforce 80 character lines
- [ ] rename functions
pval,model_matrix - [ ] cyclocomplexity
Other things:
- [ ] add check if
Juliais installed, else don't run tests - [ ] add tests with 'hard coded' values against Julia
- [ ] review technical vignette
- [ ] add vignette on how to create tables with
modelsummary - [ ] document undocumented functions