Skip to content

Commit 55a4185

Browse files
committed
Import from data.trame added
1 parent 4d5d839 commit 55a4185

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Depends:
1313
R (>= 4.2.0)
1414
Imports:
1515
data.table (>= 1.15.4),
16+
data.trame (>= 0.9.0),
1617
Hmisc (>= 5.0.1),
1718
lifecycle (>= 1.0.3),
1819
utils (>= 4.2.0),
@@ -38,6 +39,7 @@ Suggests:
3839
spelling (>= 2.2.1),
3940
testthat (>= 3.0.0)
4041
Remotes:
42+
SciViews/data.trame,
4143
SciViews/svBase
4244
License: MIT + file LICENSE
4345
URL: https://github.com/SciViews/data.io, https://www.sciviews.org/data.io/

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ importFrom(Hmisc,label)
3939
importFrom(R.utils,gunzip)
4040
importFrom(data.table,fread)
4141
importFrom(data.table,fwrite)
42+
importFrom(data.trame,as.data.trame)
43+
importFrom(data.trame,data.trame)
44+
importFrom(data.trame,is.data.trame)
4245
importFrom(lifecycle,badge)
4346
importFrom(lifecycle,deprecate_soft)
4447
importFrom(readr,default_locale)

R/data.io-package.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
## usethis namespace: start
2222
#' @importFrom data.table fread fwrite
23+
#' @importFrom data.trame data.trame as.data.trame is.data.trame
2324
#' @importFrom tibble tibble tribble as_tibble is_tibble add_column
2425
#' @importFrom tsibble as_tsibble
2526
#' @importFrom utils .DollarNames data download.file

0 commit comments

Comments
 (0)