-
Notifications
You must be signed in to change notification settings - Fork 56
/
DESCRIPTION
72 lines (72 loc) · 2.16 KB
/
DESCRIPTION
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Type: Package
Package: pointblank
Version: 0.12.2.9000
Title: Data Validation and Organization of Metadata for Local and Remote Tables
Description: Validate data in data frames, 'tibble' objects, 'Spark'
'DataFrames', and database tables. Validation pipelines can be made using
easily-readable, consecutive validation steps. Upon execution of the
validation plan, several reporting options are available. User-defined
thresholds for failure rates allow for the determination of appropriate
reporting actions. Many other workflows are available including an
information management workflow, where the aim is to record, collect, and
generate useful information on data tables.
Authors@R: c(
person("Richard", "Iannone", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X")),
person("Mauricio", "Vargas", , "[email protected]", c("aut"),
comment = c(ORCID = "0000-0003-1017-7574")),
person("June", "Choe", , "[email protected]", c("aut"),
comment = c(ORCID = "0000-0002-0701-921X"))
)
License: MIT + file LICENSE
URL: https://rstudio.github.io/pointblank/, https://github.com/rstudio/pointblank
BugReports: https://github.com/rstudio/pointblank/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
base64enc (>= 0.1-3),
blastula (>= 0.3.3),
cli (>= 3.6.0),
DBI (>= 1.1.0),
digest (>= 0.6.27),
dplyr (>= 1.0.10),
dbplyr (>= 2.3.0),
fs (>= 1.6.0),
glue (>= 1.6.2),
gt (>= 0.9.0),
htmltools (>= 0.5.4),
knitr (>= 1.42),
rlang (>= 1.0.3),
magrittr,
scales (>= 1.2.1),
testthat (>= 3.2.0),
tibble (>= 3.1.8),
tidyr (>= 1.3.0),
tidyselect (>= 1.2.0),
yaml (>= 2.3.7)
Suggests:
arrow,
bigrquery,
data.table,
duckdb,
ggforce,
ggplot2,
jsonlite,
log4r,
lubridate,
RSQLite,
RMySQL,
RPostgres,
readr,
rmarkdown,
sparklyr,
dittodb,
odbc
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: expectation_fns, scan_data,tidyselect_fails_safely_batch,test_fns