-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 832 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: hdtb
Title: homodatum tables
Version: 0.0.5
Authors@R:
person(given = "Juan Pablo",
family = "Marin Diaz",
role = c("aut", "cre"),
email = "jpmarindiaz@gmail.com")
Maintainer: Juan Pablo Marin Diaz <jpmarindiaz@gmail.com>
Description: Convert files in multiple format
URL: https://github.com/datasketch/hdtb
BugReports: https://github.com/datasketch/hdtb/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.2)
Imports:
dstools (>= 0.1.2),
Hdt,
lubridate,
turn,
duckdb,
duckdbits,
DBI,
dplyr,
glue,
Remotes:
datasketch/dstools,
datasketch/turn,
datasketch/duckdbits