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

Issues with pillar during R CMD CHECK #33

Closed
andrewelamb opened this issue Jan 31, 2022 · 1 comment · Fixed by #38
Closed

Issues with pillar during R CMD CHECK #33

andrewelamb opened this issue Jan 31, 2022 · 1 comment · Fixed by #38
Assignees

Comments

@andrewelamb
Copy link
Collaborator

══ Warnings ════════════════════════════════════════════════════════════════════
── Warning (test-barplot_ui.R:2:3): barplot_ui ─────────────────────────────────
Can't find generic scale_type in package ggplot2 to register S3 method.
Backtrace:

  1. testthat::expect_type(barplot_ui("id"), "list")
    at test-barplot_ui.R:2:2
  2. base::loadNamespace(x)
  3. base::loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
  4. base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
  5. base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
  6. base runHook(".onLoad", env, package.lib, package)
  7. pillar fun(libname, pkgname)
  8. pillar:::s3_register("ggplot2::scale_type", "pillar_num")
  9. pillar register()

══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-barplot_server.R:40:1): barplot_server_iris_no_feature_or_group_data ──
Error: Error: 'type_sum' is not an exported object from 'namespace:pillar'
── Error (test-barplot_server.R:88:1): barplot_server_iris_feature_data ────────
Error: Error: 'type_sum' is not an exported object from 'namespace:pillar'
── Error (test-barplot_server.R:141:1): barplot_server_iris_group_data ─────────
Error: Error: 'type_sum' is not an exported object from 'namespace:pillar'

@andrewelamb andrewelamb self-assigned this Jan 31, 2022
@andrewelamb
Copy link
Collaborator Author

Related to this issue?

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 a pull request may close this issue.

1 participant