BergelsonLab / BergelsonLab/blabr

reduce the number "Undefined global functions or variables"

Open
#45 0 comments 0 reactions 1 assignee Claimed by @kalenkovich View on GitHub
Dominant language
R
Stars
1
Forks
3
PR merge metrics
No merged PRs in 30d

Description

This part of `devtools::check()` output is really useful to flag unqualified function calls. However, as it currently outputs a list of 100+ names, it isn't practical to use it if you only care about the new code. It would be great if this list was cut down considerably.

- Make sure that at least exported functions have a test that can help check that the output hasn't changed.
- Use `codetools::checkUsagePackage('blabr')` to list the usages with the file paths and line numbers.
- Most of the names come from using tidy selection or data masking in tidyverse verbs. For those, using the `.data` "pronoun" should do it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.