Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup devel warnings #124

Merged
merged 13 commits into from
Dec 28, 2021
Merged

Cleanup devel warnings #124

merged 13 commits into from
Dec 28, 2021

Conversation

schloerke
Copy link
Collaborator

Fixes:

* checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
  ‘ratelimitr’ ‘rlang’ ‘withr’
  All declared Imports should be used.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
gql_call: no visible global function definition for ‘str’
  (/home/runner/work/meetupr/meetupr/check/meetupr.Rcheck/00_pkg_src/meetupr/R/barret.R:309)
gql_call: no visible global function definition for ‘str’
  (/home/runner/work/meetupr/meetupr/check/meetupr.Rcheck/00_pkg_src/meetupr/R/barret.R:310)
Undefined global functions or variables:
  str
Consider adding
  importFrom("utils", "str")
to your NAMESPACE file.

Also:

  • Added GHA for README.Rmd
  • Update GHA badge location

@schloerke schloerke mentioned this pull request Dec 28, 2021
19 tasks
@schloerke schloerke merged commit ea78203 into barret Dec 28, 2021
@schloerke schloerke deleted the check_warnings branch December 28, 2021 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant