mirror of
https://github.com/ryantimpe/brickr.git
synced 2026-02-06 05:59:52 -06:00
25 lines
1.2 KiB
R
25 lines
1.2 KiB
R
#' \code{brickr} package
|
|
#'
|
|
#' Google spreadsheets R API
|
|
#'
|
|
#'
|
|
#' @docType package
|
|
#' @name brickr
|
|
#' @importFrom purrr %||%
|
|
NULL
|
|
|
|
## quiets concerns of R CMD check re: the .'s that appear in pipelines
|
|
if(getRversion() >= "2.15.1") {
|
|
utils::globalVariables(c(".", ".value", "aes", "alpha", "area_act", "area_tar", "B", "B_lego",
|
|
"brick_name", "Brick_size", "brick_type", "brickr_themes", "brickrID",
|
|
"channel", "col2rgb", "color", "Color", "color_hex", "dist",
|
|
"elevation", "G", "G_lego",
|
|
"ggproto", "height", "hex", "layer",
|
|
"lego", "Lego_color", "LEGO_color", "lego_colors",
|
|
"Lego_name", "Level", "lum", "Lum", "n", "offset_x", "offset_y", "Palette",
|
|
"R", "R_lego", "shade", "shade_bw", "size1", "size2",
|
|
"stud", "stud_id", "studs",
|
|
"theme", "Tr", "TYPE", "user_color", "x", "x_comp", "x_mid", "x_scaled",
|
|
"xg", "xmax", "xmin", "xx", "y", "y_comp", "y_mid", "y_scaled", "yg", "ymax",
|
|
"ymin", "yy", "z"))
|
|
} |