File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Depends:
1313 R (>= 4.2.0)
1414Imports:
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)
4041Remotes:
42+ SciViews/data.trame,
4143 SciViews/svBase
4244License: MIT + file LICENSE
4345URL: https://github.com/SciViews/data.io, https://www.sciviews.org/data.io/
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ importFrom(Hmisc,label)
3939importFrom(R.utils,gunzip)
4040importFrom(data.table,fread)
4141importFrom(data.table,fwrite)
42+ importFrom(data.trame,as.data.trame)
43+ importFrom(data.trame,data.trame)
44+ importFrom(data.trame,is.data.trame)
4245importFrom(lifecycle,badge)
4346importFrom(lifecycle,deprecate_soft)
4447importFrom(readr,default_locale)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments