Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f8de322
modify function formals
yjunechoe Mar 25, 2025
aeae7ab
soft deprecation safeguards
yjunechoe Mar 25, 2025
718e016
use lifecycle badges; add lifecycle to suggests as requirement for vi…
yjunechoe Mar 25, 2025
285ee95
use_tidy_description()
yjunechoe Mar 25, 2025
64eaa16
document()
yjunechoe Mar 25, 2025
c668fae
factor out deprecation warning and add safeguards to _on_fail() shotcuts
yjunechoe Mar 25, 2025
5790295
deprecate stop_on_fail() for error_on_fail()
yjunechoe Mar 25, 2025
74970d6
document()
yjunechoe Mar 25, 2025
1452f34
clean up documentation
yjunechoe Mar 25, 2025
38ba298
more internal renaming
yjunechoe Mar 25, 2025
fbf6d68
broad strokes rename levels in tests
yjunechoe Mar 25, 2025
7733fd3
revert name changes in yaml tests for now
yjunechoe Mar 25, 2025
6a241d4
more internal renaming
yjunechoe Mar 25, 2025
98b5342
use new names in test_/expect_
yjunechoe Mar 25, 2025
4a45001
double agents use renamed levels
yjunechoe Mar 25, 2025
06d943f
standardize fns to action_fns object internally
yjunechoe Mar 25, 2025
6f2d46c
update tests to expect action_fns structure
yjunechoe Mar 25, 2025
7ecfa01
use action_fns in action_levels tests
yjunechoe Mar 25, 2025
1a92a42
use new action names in draft_validation
yjunechoe Mar 25, 2025
be64f21
more use of action_fns
yjunechoe Mar 25, 2025
b196b8c
clean up duplicate code
yjunechoe Mar 25, 2025
7ae0ef2
use error_on_fail()
yjunechoe Mar 25, 2025
e8407f6
more usage of action_fns()
yjunechoe Mar 25, 2025
0888384
simplify fraction count calculation
yjunechoe Mar 25, 2025
6e055a0
rename agent report table
yjunechoe Mar 25, 2025
650f7bf
update tests on agent report table column names
yjunechoe Mar 25, 2025
b667ba5
rename action levels in vignette
yjunechoe Mar 25, 2025
33db60d
rename action levels in x_list
yjunechoe Mar 25, 2025
91d4bf7
rename action levels in x_list display
yjunechoe Mar 25, 2025
7054830
update tests for x_list
yjunechoe Mar 25, 2025
49a00c9
update tests that read WEC off agent report
yjunechoe Mar 25, 2025
54a0218
reconstruct action levels from yaml using new names
yjunechoe Mar 25, 2025
fd17ef4
update yaml reading tests
yjunechoe Mar 25, 2025
f9fc4e2
un-commit test artifacts
yjunechoe Mar 25, 2025
a1dae50
update draft validation snaps
yjunechoe Mar 25, 2025
9ad557f
rename levels in action_levels() print method
yjunechoe Mar 25, 2025
a074b49
rename levels in interrogate() progress
yjunechoe Mar 25, 2025
c0d41c9
Merge branch 'main' into action-levels-renaming
yjunechoe Mar 25, 2025
c44bcae
Merge branch 'main' into action-levels-renaming
yjunechoe Mar 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 33 additions & 29 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,48 +1,46 @@
Type: Package
Package: pointblank
Title: Data Validation and Organization of Metadata for Local and Remote
Tables
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"),
person("Richard", "Iannone", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3925-190X")),
person("Mauricio", "Vargas", , "[email protected]", c("aut"),
person("Mauricio", "Vargas", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1017-7574")),
person("June", "Choe", , "[email protected]", c("aut"),
person("June", "Choe", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0701-921X")),
person("Olivier", "Roy", role = c("ctb"))
)
person("Olivier", "Roy", role = "ctb")
)
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.
License: MIT + file LICENSE
URL: https://rstudio.github.io/pointblank/, https://github.com/rstudio/pointblank
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),
dbplyr (>= 2.3.0),
digest (>= 0.6.27),
dplyr (>= 1.1.0),
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,
rlang (>= 1.0.3),
scales (>= 1.2.1),
testthat (>= 3.2.0),
tibble (>= 3.1.8),
Expand All @@ -53,21 +51,27 @@ Suggests:
arrow,
bigrquery,
data.table,
dittodb,
duckdb,
ggforce,
ggplot2 (>= 3.5.0),
jsonlite,
lifecycle,
log4r,
lubridate,
RSQLite,
RMySQL,
RPostgres,
odbc,
readr,
rmarkdown,
sparklyr,
dittodb,
odbc
Roxygen: list(markdown = TRUE)
RMySQL,
RPostgres,
RSQLite,
sparklyr
ByteCompile: true
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: expectation_fns, scan_data,tidyselect_fails_safely_batch,test_fns
Config/testthat/start-first: expectation_fns,
scan_data,tidyselect_fails_safely_batch,test_fns
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export(deactivate_steps)
export(draft_validation)
export(email_blast)
export(email_create)
export(error_on_fail)
export(expect_col_count_match)
export(expect_col_exists)
export(expect_col_is_character)
Expand Down
Loading