Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
make R CMD check shut up about . in pipelines
Browse files Browse the repository at this point in the history
this solution suggested here tidyverse/magrittr#29
  • Loading branch information
jennybc committed Feb 14, 2015
1 parent 6b4b400 commit cf82930
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/gspreadr.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
#' @docType package
#' @name gspreadr
#' @importFrom dplyr %>%
NULL
NULL
## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1") utils::globalVariables(c("."))

0 comments on commit cf82930

Please sign in to comment.