mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-26 19:57:24 +01:00
Initial commit
This commit is contained in:
commit
be1a4ef2fd
12 changed files with 825 additions and 0 deletions
14
R/utils.R
Normal file
14
R/utils.R
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#' Various things that should be imported into the package namespace.
|
||||
#'
|
||||
#' @importFrom data.table :=
|
||||
#' @importFrom data.table .BY
|
||||
#' @importFrom data.table .EACHI
|
||||
#' @importFrom data.table .GRP
|
||||
#' @importFrom data.table .I
|
||||
#' @importFrom data.table .N
|
||||
#' @importFrom data.table .NGRP
|
||||
#' @importFrom data.table .SD
|
||||
#' @importFrom data.table data.table
|
||||
#'
|
||||
#' @import shiny
|
||||
NULL
|
||||
Loading…
Add table
Add a link
Reference in a new issue