-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 821 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 821 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
Package: csvwr
Type: Package
Title: Read and Write CSV on the Web (CSVW) Tables and Metadata
Version: 0.1.7.9000
Author: Robin Gower
Maintainer: Robin Gower <csvwr@infonomics.ltd.uk>
Description: Provide functions for reading and writing CSVW - i.e. CSV tables and JSON metadata.
The metadata helps interpret CSV by setting the types and variable names.
License: GPL-3
URL: https://robsteranium.github.io/csvwr/, https://github.com/Robsteranium/csvwr
BugReports: https://github.com/Robsteranium/csvwr/issues
Encoding: UTF-8
Suggests:
testthat (>= 3.0.0),
knitr,
markdown,
rmarkdown
Imports:
cli,
magrittr,
jsonlite,
purrr,
readr,
stringr,
rlang
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
VignetteBuilder: knitr, rmarkdown
Language: en-GB