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

R-CMD Check: summarizeDomArch, summarizeDomArch_ByLineage, summarizeGenContext, summarizeGenContext_ByDomArchLineage, summarizeGenContext_ByLineage #116

Closed
17 tasks
Klangina opened this issue Oct 28, 2024 · 0 comments · Fixed by #117

Comments

@Klangina
Copy link
Contributor

Klangina commented Oct 28, 2024

  • summ.DA summarizeDomArch: no visible binding for global variable ‘DomArch’
  • summ.DA summarizeDomArch: no visible binding for global variable ‘totallin’
  • summ.DA summarizeDomArch: no visible binding for global variable ‘totalcount’
  • summ.DA summarizeDomArch_ByLineage: no visible binding for global variable ‘DomArch’
  • summ.DA summarizeDomArch_ByLineage: no visible binding for global variable ‘Lineage’
  • summ.GC summarizeGenContext: no visible binding for global variable ‘GenContext’
  • summ.GC summarizeGenContext: no visible binding for global variable ‘DomArch’
  • summ.GC summarizeGenContext: no visible binding for global variable ‘Lineage’
  • summ.GC summarizeGenContext: no visible binding for global variable ‘totalcount’
  • summ.GC summarizeGenContext: no visible binding for global variable ‘totalDA’
  • summ.GC summarizeGenContext: no visible binding for global variable ‘totallin’
  • summ.GC.byDALinsummarizeGenContext_ByDomArchLineage : no visible binding for global variable ‘GenContext’
  • summ.GC.byDALinsummarizeGenContext_ByDomArchLineage: no visible binding for global variable ‘DomArch’
  • summ.GC.byDALinsummarizeGenContext_ByDomArchLineage: no visible binding for global variable ‘Lineage’
  • summ.GC.byLin summarizeGenContext_ByLineage: no visible binding for global variable ‘GenContext’
  • summ.GC.byLin summarizeGenContext_ByLineage: no visible binding for global variable ‘DomArch’
  • summ.GC.byLin summarizeGenContext_ByLineage: no visible binding for global variable ‘Lineage’

Originally posted by @the-mayer in #4 (comment)

Klangina added a commit to Klangina/MolEvolvR that referenced this issue Oct 28, 2024
summarizeDomArch: no visible binding for global variable ‘DomArch’
  summarizeDomArch: no visible binding for global variable ‘totallin’
  summarizeDomArch: no visible binding for global variable ‘totalcount’

[Changes]

    Added @importFrom rlang .data to import the .data pronoun.
    Used .data$DomArch, .data$count, .data$totallin, and .data$totalcount to refer to the columns within dplyr functions.
    Added desc to the @importFrom dplyr list as it's used in the arrange function.
    Updated the example in the documentation to show that the function expects an argument.
Klangina added a commit to Klangina/MolEvolvR that referenced this issue Oct 28, 2024
summarizeDomArch_ByLineage: no visible binding for global variable
    ‘DomArch’
  summarizeDomArch_ByLineage: no visible binding for global variable
    ‘Lineage’

[CHANGES]

Added @importFrom rlang .data to import the .data pronoun.
    Used .data$DomArch and .data$Lineage to refer to the columns within dplyr functions.
Updated the example in the documentation to show that the function expects an argument.
Klangina added a commit to Klangina/MolEvolvR that referenced this issue Oct 28, 2024
ummarizeGenContext: no visible binding for global variable
    ‘GenContext’
  summarizeGenContext: no visible binding for global variable ‘DomArch’
  summarizeGenContext: no visible binding for global variable ‘Lineage’
  summarizeGenContext: no visible binding for global variable
    ‘totalcount’
  summarizeGenContext: no visible binding for global variable ‘totalDA’
  summarizeGenContext: no visible binding for global variable ‘totallin’

  [Changed]
Added @importFrom rlang .data to import the .data pronoun.
    Used .data$GenContext, .data$DomArch, .data$Lineage, and .data$count to refer to the columns within dplyr functions.
    Used .data$totalcount, .data$totalDA, and .data$totallin in the arrange function.
    Updated the function documentation to reflect that a count column is expected in the input data.
    Updated the example in the documentation to show that the function expects an argument.
Klangina added a commit to Klangina/MolEvolvR that referenced this issue Oct 28, 2024
summarizeGenContext_ByDomArchLineage: no visible binding for global
     variable ‘GenContext’
   summarizeGenContext_ByDomArchLineage: no visible binding for global
     variable ‘DomArch’
   summarizeGenContext_ByDomArchLineage: no visible binding for global
     variable ‘Lineage’
   summarizeGenContext_ByLineage: no visible binding for global variable
     ‘GenContext’
   summarizeGenContext_ByLineage: no visible binding for global variable
     ‘DomArch’
   summarizeGenContext_ByLineage: no visible binding for global variable
     ‘Lineage’
[Changes]
Added @importFrom rlang .data to import the .data pronoun.
    Used .data$GenContext, .data$DomArch, .data$Lineage, and .data$count to refer to the columns within dplyr functions.
    Updated the examples and documentation.
@the-mayer the-mayer linked a pull request Nov 1, 2024 that will close this issue
11 tasks
the-mayer added a commit that referenced this issue Nov 1, 2024
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