suppressBindingNotes: suppressBindingNotes

View source: R/suppressBindingNotes.R

suppressBindingNotesR Documentation

suppressBindingNotes

Description

Ensure resolution of NOTEs from the calling of package devtools function check().

Usage

suppressBindingNotes(variablesMentionedInNotes)

Arguments

variablesMentionedInNotes

A variable returned from devtools::check() for which a NOTE is returned.

Details

A helper function to assist in meeting R package devtools::check() requirements. Found via Stack Overflow post "In R, is it possible to suppress 'Note: no visible binding for global variable?'" This function is utilized in function assignLSCompare to wrap certain variables utilized via function dplyr.

Author(s)

Tyler Rinker

Examples

#   ---- See the Stack Overflow post described in Details. 


tmcd82070/CAMP_RST documentation built on April 6, 2022, 12:07 a.m.