Skip to content

Commit dc39467

Browse files
author
Sow, Haby
committed
Rlang fix
1 parent 46f367f commit dc39467

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ importFrom(data.table,.NGRP)
1717
importFrom(data.table,.SD)
1818
importFrom(data.table,data.table)
1919
importFrom(rlang,.data)
20+
importFrom(rlang,.env)
2021
importFrom(stats,runif)

R/SampleSelectR-package.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
#' @importFrom data.table .SD
1212
#' @importFrom data.table :=
1313
#' @importFrom data.table data.table
14-
#' @importFrom stats runif
1514
#' @importFrom rlang .data
15+
#' @importFrom rlang .env
16+
#' @importFrom stats runif
1617
## usethis namespace: end
1718
NULL

R/util.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11

2-
3-
# Declare tidy-evaluation pronouns used in package code
4-
utils::globalVariables(c(".env"))
5-
62
#' Check if the frame is a valid data structure
73
#'
84
#' Ensures that the input frame is a data.frame, data.table, or tibble.

0 commit comments

Comments
 (0)