From 62f5f688fb1cc0638caad778d450bcc099a291bc Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Mon, 24 Jul 2023 11:05:04 -0400 Subject: [PATCH] Update references --- R/action_levels.R | 32 +++++++++++---------- R/all_passed.R | 32 +++++++++++---------- R/col_count_match.R | 32 +++++++++++---------- R/col_exists.R | 32 +++++++++++---------- R/col_is_character.R | 32 +++++++++++---------- R/col_is_date.R | 32 +++++++++++---------- R/col_is_factor.R | 32 +++++++++++---------- R/col_is_integer.R | 32 +++++++++++---------- R/col_is_logical.R | 32 +++++++++++---------- R/col_is_numeric.R | 32 +++++++++++---------- R/col_is_posix.R | 32 +++++++++++---------- R/col_schema_match.R | 32 +++++++++++---------- R/col_vals_between.R | 32 +++++++++++---------- R/col_vals_decreasing.R | 32 +++++++++++---------- R/col_vals_equal.R | 32 +++++++++++---------- R/col_vals_expr.R | 32 +++++++++++---------- R/col_vals_gt.R | 32 +++++++++++---------- R/col_vals_gte.R | 32 +++++++++++---------- R/col_vals_in_set.R | 32 +++++++++++---------- R/col_vals_increasing.R | 33 ++++++++++++---------- R/col_vals_lt.R | 32 +++++++++++---------- R/col_vals_lte.R | 32 +++++++++++---------- R/col_vals_make_set.R | 32 +++++++++++---------- R/col_vals_make_subset.R | 32 +++++++++++---------- R/col_vals_not_between.R | 32 +++++++++++---------- R/col_vals_not_equal.R | 32 +++++++++++---------- R/col_vals_not_in_set.R | 32 +++++++++++---------- R/col_vals_not_null.R | 32 +++++++++++---------- R/col_vals_null.R | 32 +++++++++++---------- R/col_vals_regex.R | 32 +++++++++++---------- R/col_vals_within_spec.R | 32 +++++++++++---------- R/column_roles.R | 32 +++++++++++---------- R/conjointly.R | 32 +++++++++++---------- R/create_agent.R | 32 +++++++++++---------- R/create_informant.R | 32 +++++++++++---------- R/create_multiagent.R | 32 +++++++++++---------- R/datasets.R | 32 +++++++++++---------- R/draft_validation.R | 32 +++++++++++---------- R/emailing.R | 34 ++++++++++++----------- R/file_naming.R | 33 ++++++++++++---------- R/get_agent_report.R | 32 +++++++++++---------- R/get_agent_x_list.R | 32 +++++++++++---------- R/get_data_extracts.R | 32 +++++++++++---------- R/get_informant_report.R | 32 +++++++++++---------- R/get_multiagent_report.R | 32 +++++++++++---------- R/get_sundered_data.R | 32 +++++++++++---------- R/has_columns.R | 32 +++++++++++---------- R/incorporate.R | 32 +++++++++++---------- R/info_add.R | 34 ++++++++++++----------- R/interrogate.R | 32 +++++++++++---------- R/logging.R | 33 ++++++++++++---------- R/object_ops.R | 32 +++++++++++---------- R/pipe.R | 32 +++++++++++---------- R/print.R | 32 +++++++++++---------- R/read_disk_multiagent.R | 32 +++++++++++---------- R/reexports.R | 32 +++++++++++---------- R/regex.R | 32 +++++++++++---------- R/remove_deactivate.R | 32 +++++++++++---------- R/row_count_match.R | 32 +++++++++++---------- R/rows_complete.R | 32 +++++++++++---------- R/rows_distinct.R | 32 +++++++++++---------- R/scan_data.R | 32 +++++++++++---------- R/serially.R | 33 ++++++++++++---------- R/specially.R | 33 ++++++++++++---------- R/steps_and_briefs.R | 32 +++++++++++---------- R/table_transformers.R | 32 +++++++++++---------- R/tbl_from_db.R | 32 +++++++++++---------- R/tbl_from_file.R | 46 ++++++++++++++++--------------- R/tbl_match.R | 32 +++++++++++---------- R/tbl_store.R | 32 +++++++++++---------- R/utils-output.R | 33 ++++++++++++---------- R/utils-profiling.R | 32 +++++++++++---------- R/utils-specifications.R | 32 +++++++++++---------- R/utils-translations.R | 32 +++++++++++---------- R/utils.R | 34 ++++++++++++----------- R/validate_rmd.R | 32 +++++++++++---------- R/write_testthat_file.R | 32 +++++++++++---------- R/yaml_exec.R | 32 +++++++++++---------- R/yaml_read_agent.R | 32 +++++++++++---------- R/yaml_read_informant.R | 32 +++++++++++---------- R/yaml_write.R | 32 +++++++++++---------- R/zzz.R | 32 +++++++++++---------- codemeta.json | 12 ++++---- man/col_count_match.Rd | 2 +- man/col_exists.Rd | 2 +- man/col_is_character.Rd | 2 +- man/col_is_date.Rd | 2 +- man/col_is_factor.Rd | 2 +- man/col_is_integer.Rd | 2 +- man/col_is_logical.Rd | 2 +- man/col_is_numeric.Rd | 2 +- man/col_is_posix.Rd | 2 +- man/col_schema_match.Rd | 2 +- man/col_vals_between.Rd | 2 +- man/col_vals_decreasing.Rd | 2 +- man/col_vals_equal.Rd | 2 +- man/col_vals_expr.Rd | 2 +- man/col_vals_gt.Rd | 2 +- man/col_vals_gte.Rd | 2 +- man/col_vals_in_set.Rd | 2 +- man/col_vals_increasing.Rd | 2 +- man/col_vals_lt.Rd | 2 +- man/col_vals_lte.Rd | 2 +- man/col_vals_make_set.Rd | 2 +- man/col_vals_make_subset.Rd | 2 +- man/col_vals_not_between.Rd | 2 +- man/col_vals_not_equal.Rd | 2 +- man/col_vals_not_in_set.Rd | 2 +- man/col_vals_not_null.Rd | 2 +- man/col_vals_null.Rd | 2 +- man/col_vals_regex.Rd | 2 +- man/col_vals_within_spec.Rd | 2 +- man/conjointly.Rd | 2 +- man/create_agent.Rd | 4 +-- man/create_informant.Rd | 4 +-- man/create_multiagent.Rd | 2 +- man/draft_validation.Rd | 2 +- man/email_create.Rd | 2 +- man/file_tbl.Rd | 4 +-- man/from_github.Rd | 12 ++++---- man/get_agent_report.Rd | 6 ++-- man/get_multiagent_report.Rd | 2 +- man/incorporate.Rd | 4 +-- man/info_columns.Rd | 2 +- man/info_columns_from_tbl.Rd | 4 +-- man/info_section.Rd | 2 +- man/info_snippet.Rd | 4 +-- man/info_tabular.Rd | 4 +-- man/interrogate.Rd | 2 +- man/log4r_step.Rd | 2 +- man/row_count_match.Rd | 2 +- man/rows_complete.Rd | 2 +- man/rows_distinct.Rd | 2 +- man/scan_data.Rd | 2 +- man/serially.Rd | 4 +-- man/snip_highest.Rd | 2 +- man/snip_list.Rd | 2 +- man/snip_lowest.Rd | 2 +- man/snip_stats.Rd | 2 +- man/specially.Rd | 2 +- man/tbl_match.Rd | 2 +- man/tbl_source.Rd | 2 +- man/tt_summary_stats.Rd | 2 +- man/yaml_agent_interrogate.Rd | 4 +-- man/yaml_agent_show_exprs.Rd | 2 +- man/yaml_informant_incorporate.Rd | 2 +- man/yaml_read_agent.Rd | 4 +-- man/yaml_read_informant.Rd | 2 +- man/yaml_write.Rd | 6 ++-- pkgdown/_pkgdown.yml | 2 +- scripts/generate_roadmap.R | 2 +- vignettes/INFO-1.Rmd | 2 +- vignettes/VALID-V.Rmd | 2 +- 153 files changed, 1505 insertions(+), 1335 deletions(-) diff --git a/R/action_levels.R b/R/action_levels.R index eb89229e3..9c42d40e1 100644 --- a/R/action_levels.R +++ b/R/action_levels.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Set action levels: failure thresholds and functions to invoke diff --git a/R/all_passed.R b/R/all_passed.R index b95ebb6e8..d28b3ee3f 100644 --- a/R/all_passed.R +++ b/R/all_passed.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Did all of the validations fully *pass*? diff --git a/R/col_count_match.R b/R/col_count_match.R index 333488fa3..2efee2074 100644 --- a/R/col_count_match.R +++ b/R/col_count_match.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Does the column count match that of a different table? diff --git a/R/col_exists.R b/R/col_exists.R index 2569372fc..c6d752841 100644 --- a/R/col_exists.R +++ b/R/col_exists.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do one or more columns actually exist? diff --git a/R/col_is_character.R b/R/col_is_character.R index 547d48ba8..97afe6d62 100644 --- a/R/col_is_character.R +++ b/R/col_is_character.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do the columns contain character/string data? diff --git a/R/col_is_date.R b/R/col_is_date.R index 291d574a6..3181f4e3c 100644 --- a/R/col_is_date.R +++ b/R/col_is_date.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do the columns contain R `Date` objects? diff --git a/R/col_is_factor.R b/R/col_is_factor.R index 42480463f..7283ca6c6 100644 --- a/R/col_is_factor.R +++ b/R/col_is_factor.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do the columns contain R `factor` objects? diff --git a/R/col_is_integer.R b/R/col_is_integer.R index 39dd6c9bd..4247b8cfc 100644 --- a/R/col_is_integer.R +++ b/R/col_is_integer.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do the columns contain integer values? diff --git a/R/col_is_logical.R b/R/col_is_logical.R index ef6c5fa80..a3a4c3195 100644 --- a/R/col_is_logical.R +++ b/R/col_is_logical.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do the columns contain logical values? diff --git a/R/col_is_numeric.R b/R/col_is_numeric.R index 70b9eb8a2..a92ec6675 100644 --- a/R/col_is_numeric.R +++ b/R/col_is_numeric.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do the columns contain numeric values? diff --git a/R/col_is_posix.R b/R/col_is_posix.R index c59b2f5d8..49a1b8926 100644 --- a/R/col_is_posix.R +++ b/R/col_is_posix.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do the columns contain `POSIXct` dates? diff --git a/R/col_schema_match.R b/R/col_schema_match.R index dd1a5929c..b775adea6 100644 --- a/R/col_schema_match.R +++ b/R/col_schema_match.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do columns in the table (and their types) match a predefined schema? diff --git a/R/col_vals_between.R b/R/col_vals_between.R index 4c5ed89b1..e4d21464f 100644 --- a/R/col_vals_between.R +++ b/R/col_vals_between.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do column data lie between two specified values or data in other columns? diff --git a/R/col_vals_decreasing.R b/R/col_vals_decreasing.R index 382727ce9..21efe8729 100644 --- a/R/col_vals_decreasing.R +++ b/R/col_vals_decreasing.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data decreasing by row? diff --git a/R/col_vals_equal.R b/R/col_vals_equal.R index bfeb08a51..f8ffd8804 100644 --- a/R/col_vals_equal.R +++ b/R/col_vals_equal.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data equal to a fixed value or data in another column? diff --git a/R/col_vals_expr.R b/R/col_vals_expr.R index 770832c3b..ba16383cd 100644 --- a/R/col_vals_expr.R +++ b/R/col_vals_expr.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do column data agree with a predicate expression? diff --git a/R/col_vals_gt.R b/R/col_vals_gt.R index 60e47fd52..1ebbd99e8 100644 --- a/R/col_vals_gt.R +++ b/R/col_vals_gt.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data greater than a fixed value or data in another column? diff --git a/R/col_vals_gte.R b/R/col_vals_gte.R index 297b7200d..5b6e14109 100644 --- a/R/col_vals_gte.R +++ b/R/col_vals_gte.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data greater than or equal to a fixed value or data in another diff --git a/R/col_vals_in_set.R b/R/col_vals_in_set.R index 8638c399e..e4b7557cc 100644 --- a/R/col_vals_in_set.R +++ b/R/col_vals_in_set.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data part of a specified set of values? diff --git a/R/col_vals_increasing.R b/R/col_vals_increasing.R index 59612c38a..7d77bf6d9 100644 --- a/R/col_vals_increasing.R +++ b/R/col_vals_increasing.R @@ -1,20 +1,23 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# + #' Are column data increasing by row? #' diff --git a/R/col_vals_lt.R b/R/col_vals_lt.R index 33a9828c5..d8553a2b0 100644 --- a/R/col_vals_lt.R +++ b/R/col_vals_lt.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data less than a fixed value or data in another column? diff --git a/R/col_vals_lte.R b/R/col_vals_lte.R index 2e8c2dd8f..56f14b4c2 100644 --- a/R/col_vals_lte.R +++ b/R/col_vals_lte.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data less than or equal to a fixed value or data in another diff --git a/R/col_vals_make_set.R b/R/col_vals_make_set.R index 32c5b16d6..f6323ab52 100644 --- a/R/col_vals_make_set.R +++ b/R/col_vals_make_set.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Is a set of values entirely accounted for in a column of values? diff --git a/R/col_vals_make_subset.R b/R/col_vals_make_subset.R index 08e91ec72..e88fbe6d3 100644 --- a/R/col_vals_make_subset.R +++ b/R/col_vals_make_subset.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Is a set of values a subset of a column of values? diff --git a/R/col_vals_not_between.R b/R/col_vals_not_between.R index 0c760de4c..ccc12c229 100644 --- a/R/col_vals_not_between.R +++ b/R/col_vals_not_between.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do column data lie outside of two specified values or data in other columns? diff --git a/R/col_vals_not_equal.R b/R/col_vals_not_equal.R index 6c393a079..43ecef4c4 100644 --- a/R/col_vals_not_equal.R +++ b/R/col_vals_not_equal.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data not equal to a fixed value or data in another column? diff --git a/R/col_vals_not_in_set.R b/R/col_vals_not_in_set.R index 98485f14b..6595770bf 100644 --- a/R/col_vals_not_in_set.R +++ b/R/col_vals_not_in_set.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are data not part of a specified set of values? diff --git a/R/col_vals_not_null.R b/R/col_vals_not_null.R index 0c4b8df0c..4065aad83 100644 --- a/R/col_vals_not_null.R +++ b/R/col_vals_not_null.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data not `NULL`/`NA`? diff --git a/R/col_vals_null.R b/R/col_vals_null.R index a83d8ae36..258a436c7 100644 --- a/R/col_vals_null.R +++ b/R/col_vals_null.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are column data `NULL`/`NA`? diff --git a/R/col_vals_regex.R b/R/col_vals_regex.R index 7fc1f07fa..80a567388 100644 --- a/R/col_vals_regex.R +++ b/R/col_vals_regex.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do strings in column data match a regex pattern? diff --git a/R/col_vals_within_spec.R b/R/col_vals_within_spec.R index 4f6c3c4b2..e72167f82 100644 --- a/R/col_vals_within_spec.R +++ b/R/col_vals_within_spec.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Do values in column data fit within a specification? diff --git a/R/column_roles.R b/R/column_roles.R index e2accbe35..6d119d72a 100644 --- a/R/column_roles.R +++ b/R/column_roles.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# get_column_roles <- function(data) { diff --git a/R/conjointly.R b/R/conjointly.R index d1ecd5af7..d428bc3cd 100644 --- a/R/conjointly.R +++ b/R/conjointly.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Perform multiple rowwise validations for joint validity diff --git a/R/create_agent.R b/R/create_agent.R index 004ba66f4..2caed19f3 100644 --- a/R/create_agent.R +++ b/R/create_agent.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Create a **pointblank** *agent* object diff --git a/R/create_informant.R b/R/create_informant.R index 7ad6cd311..b7f7b990d 100644 --- a/R/create_informant.R +++ b/R/create_informant.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Create a **pointblank** *informant* object diff --git a/R/create_multiagent.R b/R/create_multiagent.R index c8236a994..a2c225118 100644 --- a/R/create_multiagent.R +++ b/R/create_multiagent.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Create a **pointblank** *multiagent* object diff --git a/R/datasets.R b/R/datasets.R index fccd4a599..2770d07f6 100644 --- a/R/datasets.R +++ b/R/datasets.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' A small table that is useful for testing diff --git a/R/draft_validation.R b/R/draft_validation.R index ccc5a3a12..7a50189c1 100644 --- a/R/draft_validation.R +++ b/R/draft_validation.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Draft a starter **pointblank** validation .R/.Rmd file with a data table diff --git a/R/emailing.R b/R/emailing.R index d8b6739e1..0f9399a0e 100644 --- a/R/emailing.R +++ b/R/emailing.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Conditionally send email during interrogation @@ -426,7 +428,7 @@ stock_msg_footer <- function() { `text-transform` = "uppercase", cursor = "pointer" ), - href = "https://rich-iannone.github.io/pointblank/", + href = "https://rstudio.github.io/pointblank/", htmltools::HTML("{get_lsv('email/footer_2')[[x$lang]]}") ) ) diff --git a/R/file_naming.R b/R/file_naming.R index 23dd79931..4f5f07994 100644 --- a/R/file_naming.R +++ b/R/file_naming.R @@ -1,20 +1,23 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# + #' Put the current date into a file name #' diff --git a/R/get_agent_report.R b/R/get_agent_report.R index e39ca23f7..a4b247bfe 100644 --- a/R/get_agent_report.R +++ b/R/get_agent_report.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Get a summary report from an agent diff --git a/R/get_agent_x_list.R b/R/get_agent_x_list.R index b9e2e79b3..5f4fe1a44 100644 --- a/R/get_agent_x_list.R +++ b/R/get_agent_x_list.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Get the agent's **x-list** diff --git a/R/get_data_extracts.R b/R/get_data_extracts.R index 42467c29a..d1ce1bc39 100644 --- a/R/get_data_extracts.R +++ b/R/get_data_extracts.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Collect data extracts from a validation step diff --git a/R/get_informant_report.R b/R/get_informant_report.R index c0a2c1694..0fbd42675 100644 --- a/R/get_informant_report.R +++ b/R/get_informant_report.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Get a table information report from an *informant* object diff --git a/R/get_multiagent_report.R b/R/get_multiagent_report.R index 1b2e8a5f4..eee09f8f9 100644 --- a/R/get_multiagent_report.R +++ b/R/get_multiagent_report.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Get a summary report using multiple agents diff --git a/R/get_sundered_data.R b/R/get_sundered_data.R index f87cf6257..8c5063abf 100644 --- a/R/get_sundered_data.R +++ b/R/get_sundered_data.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Sunder the data, splitting it into 'pass' and 'fail' pieces diff --git a/R/has_columns.R b/R/has_columns.R index 214d0fc84..e4dafa1ee 100644 --- a/R/has_columns.R +++ b/R/has_columns.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Determine if one or more columns exist in a table diff --git a/R/incorporate.R b/R/incorporate.R index eb14a0ab6..a14ec4325 100644 --- a/R/incorporate.R +++ b/R/incorporate.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Given an *informant* object, update and incorporate table snippets diff --git a/R/info_add.R b/R/info_add.R index 6abdbed4d..ab574cd52 100644 --- a/R/info_add.R +++ b/R/info_add.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Add information that focuses on aspects of the data table as a whole @@ -162,7 +164,7 @@ #' `Row Definition` = "A row has randomized values.", #' Source = c( #' "- From the **pointblank** package.", -#' "- [https://rich-iannone.github.io/pointblank/]()" +#' "- [https://rstudio.github.io/pointblank/]()" #' ) #' ) #' ``` diff --git a/R/interrogate.R b/R/interrogate.R index 6d928efee..8cb90dc6b 100644 --- a/R/interrogate.R +++ b/R/interrogate.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Given an agent that has a validation plan, perform an interrogation diff --git a/R/logging.R b/R/logging.R index 203622eaf..cf509b267 100644 --- a/R/logging.R +++ b/R/logging.R @@ -1,20 +1,23 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# + # nocov start diff --git a/R/object_ops.R b/R/object_ops.R index 062bcbb01..e8720b839 100644 --- a/R/object_ops.R +++ b/R/object_ops.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Write an *agent*, *informant*, *multiagent*, or table scan to disk diff --git a/R/pipe.R b/R/pipe.R index 8a3b3bf32..b63e636d7 100644 --- a/R/pipe.R +++ b/R/pipe.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Pipe operator diff --git a/R/print.R b/R/print.R index c8826e5c3..4cec41fb8 100644 --- a/R/print.R +++ b/R/print.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| -# -# This file is part of the 'rich-iannone/pointblank' package. +#------------------------------------------------------------------------------# # -# (c) Richard Iannone +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# # nocov start diff --git a/R/read_disk_multiagent.R b/R/read_disk_multiagent.R index c67a27b74..1c84a02a3 100644 --- a/R/read_disk_multiagent.R +++ b/R/read_disk_multiagent.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Read **pointblank** *agents* stored on disk as a *multiagent* diff --git a/R/reexports.R b/R/reexports.R index f412b3a60..81e99bd1f 100644 --- a/R/reexports.R +++ b/R/reexports.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' @importFrom dplyr vars diff --git a/R/regex.R b/R/regex.R index 35715a5a5..3f8f25743 100644 --- a/R/regex.R +++ b/R/regex.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# # nolint start diff --git a/R/remove_deactivate.R b/R/remove_deactivate.R index 488e365de..9c3b96469 100644 --- a/R/remove_deactivate.R +++ b/R/remove_deactivate.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Activate one or more of an *agent*'s validation steps diff --git a/R/row_count_match.R b/R/row_count_match.R index 76ef0c2c7..ff234ae64 100644 --- a/R/row_count_match.R +++ b/R/row_count_match.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Does the row count match that of a different table? diff --git a/R/rows_complete.R b/R/rows_complete.R index a7ce20aed..c7fd201c4 100644 --- a/R/rows_complete.R +++ b/R/rows_complete.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are row data complete? diff --git a/R/rows_distinct.R b/R/rows_distinct.R index 975158fea..6c822a8b3 100644 --- a/R/rows_distinct.R +++ b/R/rows_distinct.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Are row data distinct? diff --git a/R/scan_data.R b/R/scan_data.R index 291b98d3d..db2cb3a32 100644 --- a/R/scan_data.R +++ b/R/scan_data.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| -# -# This file is part of the 'rich-iannone/pointblank' package. +#------------------------------------------------------------------------------# # -# (c) Richard Iannone +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# # nocov start diff --git a/R/serially.R b/R/serially.R index f91088878..02e4d80b4 100644 --- a/R/serially.R +++ b/R/serially.R @@ -1,20 +1,23 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# + #' Run several tests and a final validation in a serial manner #' diff --git a/R/specially.R b/R/specially.R index c375e1e48..15f3c5a28 100644 --- a/R/specially.R +++ b/R/specially.R @@ -1,20 +1,23 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# + #' Perform a specialized validation with a user-defined function #' diff --git a/R/steps_and_briefs.R b/R/steps_and_briefs.R index 9d13d1e18..936906a74 100644 --- a/R/steps_and_briefs.R +++ b/R/steps_and_briefs.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# create_validation_step <- function( diff --git a/R/table_transformers.R b/R/table_transformers.R index 803a15273..66cd2dce7 100644 --- a/R/table_transformers.R +++ b/R/table_transformers.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Table Transformer: obtain a summary stats table for numeric columns diff --git a/R/tbl_from_db.R b/R/tbl_from_db.R index 7eeef93af..f6d1c6779 100644 --- a/R/tbl_from_db.R +++ b/R/tbl_from_db.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# # nocov start diff --git a/R/tbl_from_file.R b/R/tbl_from_file.R index 07c384adc..7e96bae10 100644 --- a/R/tbl_from_file.R +++ b/R/tbl_from_file.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# # nocov start @@ -153,7 +155,7 @@ #' tbl = ~ file_tbl( #' file = from_github( #' file = "inst/data_files/small_table.csv", -#' repo = "rich-iannone/pointblank" +#' repo = "rstudio/pointblank" #' ), #' col_types = "TDdcddlc" #' ), @@ -435,14 +437,14 @@ file_tbl <- function( #' # obtained from the HEAD of the default branch #' # from_github( #' # file = "inst/data_files/small_table.csv", -#' # repo = "rich-iannone/pointblank" +#' # repo = "rstudio/pointblank" #' # ) #' #' # The path to the file location can be supplied #' # fully or partially to `subdir` #' # from_github( #' # file = "small_table.csv", -#' # repo = "rich-iannone/pointblank", +#' # repo = "rstudio/pointblank", #' # subdir = "inst/data_files" #' # ) #' @@ -456,7 +458,7 @@ file_tbl <- function( #' # tbl = ~ file_tbl( #' # file = from_github( #' # file = "inst/data_files/small_table.csv", -#' # repo = "rich-iannone/pointblank" +#' # repo = "rstudio/pointblank" #' # ), #' # col_types = "TDdcddlc" #' # ) @@ -472,7 +474,7 @@ file_tbl <- function( #' # a commit at release time #' # from_github( #' # file = "inst/extdata/small_table.csv", -#' # repo = "rich-iannone/pointblank@v0.2.1" +#' # repo = "rstudio/pointblank@v0.2.1" #' # ) #' #' # A file may also be obtained from a repo at the @@ -480,14 +482,14 @@ file_tbl <- function( #' # full SHA-1 hash for the commit can be used) #' # from_github( #' # file = "data-raw/small_table.csv", -#' # repo = "rich-iannone/pointblank@e04a71" +#' # repo = "rstudio/pointblank@e04a71" #' # ) #' #' # A file may also be obtained from an #' # *open* pull request #' # from_github( #' # file = "data-raw/small_table.csv", -#' # repo = "rich-iannone/pointblank#248" +#' # repo = "rstudio/pointblank#248" #' # ) #' #' @family Utility and Helper Functions diff --git a/R/tbl_match.R b/R/tbl_match.R index 302e74a42..d9029772b 100644 --- a/R/tbl_match.R +++ b/R/tbl_match.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Does the target table match a comparison table? diff --git a/R/tbl_store.R b/R/tbl_store.R index 9ea3d91e4..ed772da17 100644 --- a/R/tbl_store.R +++ b/R/tbl_store.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Define a store of tables with table-prep formulas: a table store diff --git a/R/utils-output.R b/R/utils-output.R index 34e224cf1..83d38943d 100644 --- a/R/utils-output.R +++ b/R/utils-output.R @@ -1,20 +1,23 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# + # nocov start diff --git a/R/utils-profiling.R b/R/utils-profiling.R index ebb5c80cb..8ee3b72ad 100644 --- a/R/utils-profiling.R +++ b/R/utils-profiling.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# # Get the column names for a table diff --git a/R/utils-specifications.R b/R/utils-specifications.R index 203634335..87975e590 100644 --- a/R/utils-specifications.R +++ b/R/utils-specifications.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# is_isbn_10 <- function(x) { diff --git a/R/utils-translations.R b/R/utils-translations.R index 7ccfa848d..b960f2c76 100644 --- a/R/utils-translations.R +++ b/R/utils-translations.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# reporting_languages <- diff --git a/R/utils.R b/R/utils.R index 6ba70963c..68fa851ee 100644 --- a/R/utils.R +++ b/R/utils.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# is_ptblank_agent <- function(x) { @@ -1609,7 +1611,7 @@ gt_missing <- pb_get_image_tag <- function(file, dir = "images") { - repo_url <- "https://raw.githubusercontent.com/rich-iannone/pointblank/main" + repo_url <- "https://raw.githubusercontent.com/rstudio/pointblank/main" function_name <- paste0(gsub("man_(.*)_[1-9].png", "\\1", file), "()") example_code_idx <- gsub("man_.*?([1-9]).png", "\\1", file) diff --git a/R/validate_rmd.R b/R/validate_rmd.R index bbb112a22..acd409ed9 100644 --- a/R/validate_rmd.R +++ b/R/validate_rmd.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# test_options <- new.env(parent = emptyenv()) diff --git a/R/write_testthat_file.R b/R/write_testthat_file.R index 594e9b8d4..dec9e6fb7 100644 --- a/R/write_testthat_file.R +++ b/R/write_testthat_file.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Transform a **pointblank** agent to a **testthat** test file diff --git a/R/yaml_exec.R b/R/yaml_exec.R index ced936819..2222d6aba 100644 --- a/R/yaml_exec.R +++ b/R/yaml_exec.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Execute all agent and informant YAML tasks diff --git a/R/yaml_read_agent.R b/R/yaml_read_agent.R index 81027b4ee..8718ff36f 100644 --- a/R/yaml_read_agent.R +++ b/R/yaml_read_agent.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Read a **pointblank** YAML file to create an *agent* object diff --git a/R/yaml_read_informant.R b/R/yaml_read_informant.R index 2cb6ef13a..3f40ad3b9 100644 --- a/R/yaml_read_informant.R +++ b/R/yaml_read_informant.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Read a **pointblank** YAML file to create an *informant* object diff --git a/R/yaml_write.R b/R/yaml_write.R index 24e571aa4..f5668d1e3 100644 --- a/R/yaml_write.R +++ b/R/yaml_write.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# #' Write **pointblank** objects to YAML files diff --git a/R/zzz.R b/R/zzz.R index 92e492610..4859d1363 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -1,20 +1,22 @@ -# -# _ _ _ _ _ -# (_) | | | | | | | | -# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ -# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / -# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < -# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ -# | | -# |_| +#------------------------------------------------------------------------------# # -# This file is part of the 'rich-iannone/pointblank' package. +# _ _ _ _ _ +# (_) | | | | | | | | +# _ __ ___ _ _ __ | |_ | |__ | | __ _ _ __ | | __ +# | '_ \ / _ \ | || '_ \ | __|| '_ \ | | / _` || '_ \ | |/ / +# | |_) || (_) || || | | || |_ | |_) || || (_| || | | || < +# | .__/ \___/ |_||_| |_| \__||_.__/ |_| \__,_||_| |_||_|\_\ +# | | +# |_| +# +# This file is part of the 'rstudio/pointblank' project. +# +# Copyright (c) 2017-2023 pointblank authors +# +# For full copyright and license information, please look at +# https://rstudio.github.io/pointblank/LICENSE.html # -# (c) Richard Iannone -# -# For full copyright and license information, please look at -# https://rich-iannone.github.io/pointblank/LICENSE.html -# +#------------------------------------------------------------------------------# # nocov start diff --git a/codemeta.json b/codemeta.json index 27956ca51..7d81140e0 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,8 +7,8 @@ "identifier": "pointblank", "description": "Validate data in data frames, 'tibble' objects, and in database\n tables (e.g., 'PostgreSQL' and 'MySQL'). Validation pipelines can be made\n using easily-readable, consecutive validation steps. Upon execution of the\n validation plan, several reporting options are available. User-defined\n thresholds for failure rates allow for the determination of appropriate\n reporting actions.", "name": "pointblank: Validation of Local and Remote Data Tables", - "codeRepository": "https://github.com/rich-iannone/pointblank", - "issueTracker": "https://github.com/rich-iannone/pointblank/issues", + "codeRepository": "https://github.com/rstudio/pointblank", + "issueTracker": "https://github.com/rstudio/pointblank/issues", "license": "https://spdx.org/licenses/MIT", "version": "0.3.1.9000", "programmingLanguage": { @@ -29,7 +29,7 @@ "@type": "Person", "givenName": "Richard", "familyName": "Iannone", - "email": "riannone@me.com", + "email": "rich@posit.co", "@id": "https://orcid.org/0000-0003-3925-190X" } ], @@ -372,10 +372,10 @@ "sameAs": "https://CRAN.R-project.org/package=tidyselect" } ], - "releaseNotes": "https://github.com/pachamaltese/pointblank/blob/master/NEWS.md", - "readme": "https://github.com/pachamaltese/pointblank/blob/master/README.md", + "releaseNotes": "https://github.com/rstudio/pointblank/blob/main/NEWS.md", + "readme": "https://github.com/rstudio/pointblank/blob/main/README.md", "fileSize": "6906.977KB", - "contIntegration": "https://codecov.io/gh/rich-iannone/pointblank?branch=master", + "contIntegration": "https://codecov.io/gh/rstudio/pointblank?branch=main", "keywords": [ "r", "data-validation", diff --git a/man/col_count_match.Rd b/man/col_count_match.Rd index 1d61a111c..4c06835f6 100644 --- a/man/col_count_match.Rd +++ b/man/col_count_match.Rd @@ -336,7 +336,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_count_match()` help file. +This image was generated from the first code example in the `col_count_match()` help file. } } } diff --git a/man/col_exists.Rd b/man/col_exists.Rd index 778d63c11..eabadc70c 100644 --- a/man/col_exists.Rd +++ b/man/col_exists.Rd @@ -278,7 +278,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_exists()` help file. +This image was generated from the first code example in the `col_exists()` help file. } } } diff --git a/man/col_is_character.Rd b/man/col_is_character.Rd index 87e191308..a933bf632 100644 --- a/man/col_is_character.Rd +++ b/man/col_is_character.Rd @@ -279,7 +279,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_is_character()` help file. +This image was generated from the first code example in the `col_is_character()` help file. } } } diff --git a/man/col_is_date.Rd b/man/col_is_date.Rd index 6d4cfa736..a9dd83989 100644 --- a/man/col_is_date.Rd +++ b/man/col_is_date.Rd @@ -278,7 +278,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_is_date()` help file. +This image was generated from the first code example in the `col_is_date()` help file. } } } diff --git a/man/col_is_factor.Rd b/man/col_is_factor.Rd index cdf5a2b1e..8393c8e66 100644 --- a/man/col_is_factor.Rd +++ b/man/col_is_factor.Rd @@ -284,7 +284,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_is_factor()` help file. +This image was generated from the first code example in the `col_is_factor()` help file. } } } diff --git a/man/col_is_integer.Rd b/man/col_is_integer.Rd index afa723e76..884e125aa 100644 --- a/man/col_is_integer.Rd +++ b/man/col_is_integer.Rd @@ -277,7 +277,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_is_integer()` help file. +This image was generated from the first code example in the `col_is_integer()` help file. } } } diff --git a/man/col_is_logical.Rd b/man/col_is_logical.Rd index f7e9294bc..d3bef5639 100644 --- a/man/col_is_logical.Rd +++ b/man/col_is_logical.Rd @@ -279,7 +279,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_is_logical()` help file. +This image was generated from the first code example in the `col_is_logical()` help file. } } } diff --git a/man/col_is_numeric.Rd b/man/col_is_numeric.Rd index 0391e0e87..3b9096cad 100644 --- a/man/col_is_numeric.Rd +++ b/man/col_is_numeric.Rd @@ -279,7 +279,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_is_numeric()` help file. +This image was generated from the first code example in the `col_is_numeric()` help file. } } } diff --git a/man/col_is_posix.Rd b/man/col_is_posix.Rd index 8ea3a7080..da2efde82 100644 --- a/man/col_is_posix.Rd +++ b/man/col_is_posix.Rd @@ -279,7 +279,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_is_posix()` help file. +This image was generated from the first code example in the `col_is_posix()` help file. } } } diff --git a/man/col_schema_match.Rd b/man/col_schema_match.Rd index 1201716f2..aea64c3d8 100644 --- a/man/col_schema_match.Rd +++ b/man/col_schema_match.Rd @@ -366,7 +366,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_schema_match()` help file. +This image was generated from the first code example in the `col_schema_match()` help file. } } } diff --git a/man/col_vals_between.Rd b/man/col_vals_between.Rd index dee8e12fd..0b8544b5b 100644 --- a/man/col_vals_between.Rd +++ b/man/col_vals_between.Rd @@ -446,7 +446,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_between()` help file. +This image was generated from the first code example in the `col_vals_between()` help file. } } } diff --git a/man/col_vals_decreasing.Rd b/man/col_vals_decreasing.Rd index 5a3c2345a..fc02d3a42 100644 --- a/man/col_vals_decreasing.Rd +++ b/man/col_vals_decreasing.Rd @@ -442,7 +442,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_decreasing()` help file. +This image was generated from the first code example in the `col_vals_decreasing()` help file. } } } diff --git a/man/col_vals_equal.Rd b/man/col_vals_equal.Rd index 283add5e8..237e3e164 100644 --- a/man/col_vals_equal.Rd +++ b/man/col_vals_equal.Rd @@ -408,7 +408,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_equal()` help file. +This image was generated from the first code example in the `col_vals_equal()` help file. } } } diff --git a/man/col_vals_expr.Rd b/man/col_vals_expr.Rd index e9f8a7c5a..f065d303c 100644 --- a/man/col_vals_expr.Rd +++ b/man/col_vals_expr.Rd @@ -351,7 +351,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_expr()` help file. +This image was generated from the first code example in the `col_vals_expr()` help file. } } } diff --git a/man/col_vals_gt.Rd b/man/col_vals_gt.Rd index 98969afa1..ed4d4bb34 100644 --- a/man/col_vals_gt.Rd +++ b/man/col_vals_gt.Rd @@ -409,7 +409,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_gt()` help file. +This image was generated from the first code example in the `col_vals_gt()` help file. } } } diff --git a/man/col_vals_gte.Rd b/man/col_vals_gte.Rd index ecdd8003b..fa80a2bfe 100644 --- a/man/col_vals_gte.Rd +++ b/man/col_vals_gte.Rd @@ -408,7 +408,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_gte()` help file. +This image was generated from the first code example in the `col_vals_gte()` help file. } } } diff --git a/man/col_vals_in_set.Rd b/man/col_vals_in_set.Rd index 42e283cc3..8386f6dcb 100644 --- a/man/col_vals_in_set.Rd +++ b/man/col_vals_in_set.Rd @@ -383,7 +383,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_in_set()` help file. +This image was generated from the first code example in the `col_vals_in_set()` help file. } } } diff --git a/man/col_vals_increasing.Rd b/man/col_vals_increasing.Rd index dd9e978c5..f3043355b 100644 --- a/man/col_vals_increasing.Rd +++ b/man/col_vals_increasing.Rd @@ -429,7 +429,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_increasing()` help file. +This image was generated from the first code example in the `col_vals_increasing()` help file. } } } diff --git a/man/col_vals_lt.Rd b/man/col_vals_lt.Rd index 504a987d8..0af9dd513 100644 --- a/man/col_vals_lt.Rd +++ b/man/col_vals_lt.Rd @@ -409,7 +409,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_lt()` help file. +This image was generated from the first code example in the `col_vals_lt()` help file. } } } diff --git a/man/col_vals_lte.Rd b/man/col_vals_lte.Rd index 16dd04fae..54049914c 100644 --- a/man/col_vals_lte.Rd +++ b/man/col_vals_lte.Rd @@ -410,7 +410,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_lte()` help file. +This image was generated from the first code example in the `col_vals_lte()` help file. } } } diff --git a/man/col_vals_make_set.Rd b/man/col_vals_make_set.Rd index ba15adf11..de82d9c57 100644 --- a/man/col_vals_make_set.Rd +++ b/man/col_vals_make_set.Rd @@ -393,7 +393,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_make_set()` help file. +This image was generated from the first code example in the `col_vals_make_set()` help file. } } } diff --git a/man/col_vals_make_subset.Rd b/man/col_vals_make_subset.Rd index a9f0876b7..d3031784a 100644 --- a/man/col_vals_make_subset.Rd +++ b/man/col_vals_make_subset.Rd @@ -390,7 +390,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_make_subset()` help file. +This image was generated from the first code example in the `col_vals_make_subset()` help file. } } } diff --git a/man/col_vals_not_between.Rd b/man/col_vals_not_between.Rd index 1c80af1dd..f2ce20cef 100644 --- a/man/col_vals_not_between.Rd +++ b/man/col_vals_not_between.Rd @@ -447,7 +447,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_not_between()` help file. +This image was generated from the first code example in the `col_vals_not_between()` help file. } } } diff --git a/man/col_vals_not_equal.Rd b/man/col_vals_not_equal.Rd index 50c65f198..f3ddb70d3 100644 --- a/man/col_vals_not_equal.Rd +++ b/man/col_vals_not_equal.Rd @@ -407,7 +407,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_not_equal()` help file. +This image was generated from the first code example in the `col_vals_not_equal()` help file. } } } diff --git a/man/col_vals_not_in_set.Rd b/man/col_vals_not_in_set.Rd index 3517ea966..a3b041737 100644 --- a/man/col_vals_not_in_set.Rd +++ b/man/col_vals_not_in_set.Rd @@ -370,7 +370,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_not_in_set()` help file. +This image was generated from the first code example in the `col_vals_not_in_set()` help file. } } } diff --git a/man/col_vals_not_null.Rd b/man/col_vals_not_null.Rd index 59931a69b..425e15f43 100644 --- a/man/col_vals_not_null.Rd +++ b/man/col_vals_not_null.Rd @@ -363,7 +363,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_not_null()` help file. +This image was generated from the first code example in the `col_vals_not_null()` help file. } } } diff --git a/man/col_vals_null.Rd b/man/col_vals_null.Rd index 387e75b41..281344d5c 100644 --- a/man/col_vals_null.Rd +++ b/man/col_vals_null.Rd @@ -362,7 +362,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_null()` help file. +This image was generated from the first code example in the `col_vals_null()` help file. } } } diff --git a/man/col_vals_regex.Rd b/man/col_vals_regex.Rd index 1a2291797..dd65cb4f0 100644 --- a/man/col_vals_regex.Rd +++ b/man/col_vals_regex.Rd @@ -409,7 +409,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_regex()` help file. +This image was generated from the first code example in the `col_vals_regex()` help file. } } } diff --git a/man/col_vals_within_spec.Rd b/man/col_vals_within_spec.Rd index 20518b824..5ad799179 100644 --- a/man/col_vals_within_spec.Rd +++ b/man/col_vals_within_spec.Rd @@ -459,7 +459,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `col_vals_within_spec()` help file. +This image was generated from the first code example in the `col_vals_within_spec()` help file. } } } diff --git a/man/conjointly.Rd b/man/conjointly.Rd index e76205688..1da906c83 100644 --- a/man/conjointly.Rd +++ b/man/conjointly.Rd @@ -404,7 +404,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `conjointly()` help file. +This image was generated from the first code example in the `conjointly()` help file. } } diff --git a/man/create_agent.Rd b/man/create_agent.Rd index 65e99b094..a8cfeab8d 100644 --- a/man/create_agent.Rd +++ b/man/create_agent.Rd @@ -437,7 +437,7 @@ Viewer. \if{html}{ \out{ -This image was generated from the first code example in the `create_agent()` help file. +This image was generated from the first code example in the `create_agent()` help file. } } @@ -457,7 +457,7 @@ report \if{html}{ \out{ -This image was generated from the second code example in the `create_agent()` help file. +This image was generated from the second code example in the `create_agent()` help file. } } } diff --git a/man/create_informant.Rd b/man/create_informant.Rd index db4a0f9c7..aa94a8176 100644 --- a/man/create_informant.Rd +++ b/man/create_informant.Rd @@ -265,7 +265,7 @@ Viewer. \if{html}{ \out{ -This image was generated from the first code example in the `create_informant()` help file. +This image was generated from the first code example in the `create_informant()` help file. } } @@ -284,7 +284,7 @@ report \if{html}{ \out{ -This image was generated from the second code example in the `create_informant()` help file. +This image was generated from the second code example in the `create_informant()` help file. } } } diff --git a/man/create_multiagent.Rd b/man/create_multiagent.Rd index 94a005d00..8f6cf4e6b 100644 --- a/man/create_multiagent.Rd +++ b/man/create_multiagent.Rd @@ -138,7 +138,7 @@ multiagent \if{html}{ \out{ -This image was generated from the first code example in the `create_multiagent()` help file. +This image was generated from the first code example in the `create_multiagent()` help file. } } diff --git a/man/draft_validation.Rd b/man/draft_validation.Rd index 69801ddeb..d07b849ed 100644 --- a/man/draft_validation.Rd +++ b/man/draft_validation.Rd @@ -315,7 +315,7 @@ validation report: \if{html}{ \out{ -This image was generated from the first code example in the `draft_validation()` help file. +This image was generated from the first code example in the `draft_validation()` help file. } } diff --git a/man/email_create.Rd b/man/email_create.Rd index 5542a491a..8d5e6d65b 100644 --- a/man/email_create.Rd +++ b/man/email_create.Rd @@ -72,7 +72,7 @@ email_object \if{html}{ \out{ -This image was generated from the first code example in the `email_create()` help file. +This image was generated from the first code example in the `email_create()` help file. } } } diff --git a/man/file_tbl.Rd b/man/file_tbl.Rd index 2a755a92b..14382a5c5 100644 --- a/man/file_tbl.Rd +++ b/man/file_tbl.Rd @@ -135,7 +135,7 @@ gets the same CSV file from the GitHub repository for the pointblank package. tbl = ~ file_tbl( file = from_github( file = "inst/data_files/small_table.csv", - repo = "rich-iannone/pointblank" + repo = "rstudio/pointblank" ), col_types = "TDdcddlc" ), @@ -152,7 +152,7 @@ gets the same CSV file from the GitHub repository for the pointblank package. \if{html}{ \out{ -This image was generated from the first code example in the `file_tbl()` help file. +This image was generated from the first code example in the `file_tbl()` help file. } } diff --git a/man/from_github.Rd b/man/from_github.Rd index 936105e4f..ae2079b4d 100644 --- a/man/from_github.Rd +++ b/man/from_github.Rd @@ -39,14 +39,14 @@ where GitHub URLs for raw user content are needed. # obtained from the HEAD of the default branch # from_github( # file = "inst/data_files/small_table.csv", -# repo = "rich-iannone/pointblank" +# repo = "rstudio/pointblank" # ) # The path to the file location can be supplied # fully or partially to `subdir` # from_github( # file = "small_table.csv", -# repo = "rich-iannone/pointblank", +# repo = "rstudio/pointblank", # subdir = "inst/data_files" # ) @@ -60,7 +60,7 @@ where GitHub URLs for raw user content are needed. # tbl = ~ file_tbl( # file = from_github( # file = "inst/data_files/small_table.csv", -# repo = "rich-iannone/pointblank" +# repo = "rstudio/pointblank" # ), # col_types = "TDdcddlc" # ) @@ -76,7 +76,7 @@ where GitHub URLs for raw user content are needed. # a commit at release time # from_github( # file = "inst/extdata/small_table.csv", -# repo = "rich-iannone/pointblank@v0.2.1" +# repo = "rstudio/pointblank@v0.2.1" # ) # A file may also be obtained from a repo at the @@ -84,14 +84,14 @@ where GitHub URLs for raw user content are needed. # full SHA-1 hash for the commit can be used) # from_github( # file = "data-raw/small_table.csv", -# repo = "rich-iannone/pointblank@e04a71" +# repo = "rstudio/pointblank@e04a71" # ) # A file may also be obtained from an # *open* pull request # from_github( # file = "data-raw/small_table.csv", -# repo = "rich-iannone/pointblank#248" +# repo = "rstudio/pointblank#248" # ) } diff --git a/man/get_agent_report.Rd b/man/get_agent_report.Rd index f30df5bc8..ca3613cbe 100644 --- a/man/get_agent_report.Rd +++ b/man/get_agent_report.Rd @@ -241,7 +241,7 @@ report \if{html}{ \out{ -This image was generated from the first code example in the `get_agent_report()` help file. +This image was generated from the first code example in the `get_agent_report()` help file. } } @@ -267,7 +267,7 @@ small_report \if{html}{ \out{ -This image was generated from the second code example in the `get_agent_report()` help file. +This image was generated from the second code example in the `get_agent_report()` help file. } } @@ -282,7 +282,7 @@ report_title \if{html}{ \out{ -This image was generated from the third code example in the `get_agent_report()` help file. +This image was generated from the third code example in the `get_agent_report()` help file. } } diff --git a/man/get_multiagent_report.Rd b/man/get_multiagent_report.Rd index acc255b26..05847840d 100644 --- a/man/get_multiagent_report.Rd +++ b/man/get_multiagent_report.Rd @@ -258,7 +258,7 @@ report_wide \if{html}{ \out{ -This image was generated from the first code example in the `get_multiagent_report()` help file. +This image was generated from the first code example in the `get_multiagent_report()` help file. } } } diff --git a/man/incorporate.Rd b/man/incorporate.Rd index cd2e17771..ea49f51cc 100644 --- a/man/incorporate.Rd +++ b/man/incorporate.Rd @@ -102,7 +102,7 @@ We can print the resulting object to see the information report. \if{html}{ \out{ -This image was generated from the first code example in the `incorporate()` help file. +This image was generated from the first code example in the `incorporate()` help file. } } @@ -131,7 +131,7 @@ Furthermore, the info text in the \code{ROWS} section has updated text \if{html}{ \out{ -This image was generated from the second code example in the `incorporate()` help file. +This image was generated from the second code example in the `incorporate()` help file. } } } diff --git a/man/info_columns.Rd b/man/info_columns.Rd index cf7d6fabb..ed05f1719 100644 --- a/man/info_columns.Rd +++ b/man/info_columns.Rd @@ -206,7 +206,7 @@ Upon printing the \code{informant} object, we see the additions made to the \if{html}{ \out{ -This image was generated from the first code example in the `info_columns()` help file. +This image was generated from the first code example in the `info_columns()` help file. } } } diff --git a/man/info_columns_from_tbl.Rd b/man/info_columns_from_tbl.Rd index 44d4c7f72..7ee183c27 100644 --- a/man/info_columns_from_tbl.Rd +++ b/man/info_columns_from_tbl.Rd @@ -103,7 +103,7 @@ call. \if{html}{ \out{ -This image was generated from the first code example in the `info_columns_from_tbl()` help file. +This image was generated from the first code example in the `info_columns_from_tbl()` help file. } } @@ -134,7 +134,7 @@ informant \if{html}{ \out{ -This image was generated from the second code example in the `info_columns_from_tbl()` help file. +This image was generated from the second code example in the `info_columns_from_tbl()` help file. } } } diff --git a/man/info_section.Rd b/man/info_section.Rd index 99eb858d1..77b8c2e03 100644 --- a/man/info_section.Rd +++ b/man/info_section.Rd @@ -180,7 +180,7 @@ section and its own information. \if{html}{ \out{ -This image was generated from the first code example in the `info_section()` help file. +This image was generated from the first code example in the `info_section()` help file. } } } diff --git a/man/info_snippet.Rd b/man/info_snippet.Rd index f6cd459dd..82d9a3e91 100644 --- a/man/info_snippet.Rd +++ b/man/info_snippet.Rd @@ -160,7 +160,7 @@ We can print the \code{informant} object to see the information report. \if{html}{ \out{ -This image was generated from the first code example in the `info_snippet()` help file. +This image was generated from the first code example in the `info_snippet()` help file. } } @@ -182,7 +182,7 @@ informant \if{html}{ \out{ -This image was generated from the second code example in the `info_snippet()` help file. +This image was generated from the second code example in the `info_snippet()` help file. } } } diff --git a/man/info_tabular.Rd b/man/info_tabular.Rd index d7be7cec2..1b0bbcba7 100644 --- a/man/info_tabular.Rd +++ b/man/info_tabular.Rd @@ -150,7 +150,7 @@ the \code{small_table} dataset. `Row Definition` = "A row has randomized values.", Source = c( "- From the **pointblank** package.", - "- [https://rich-iannone.github.io/pointblank/]()" + "- [https://rstudio.github.io/pointblank/]()" ) ) }\if{html}{\out{}} @@ -163,7 +163,7 @@ Upon printing the \code{informant} object, we see the additions made to the \if{html}{ \out{ -This image was generated from the first code example in the `info_tabular()` help file. +This image was generated from the first code example in the `info_tabular()` help file. } } } diff --git a/man/interrogate.Rd b/man/interrogate.Rd index 7a47baa33..2a3f94fb0 100644 --- a/man/interrogate.Rd +++ b/man/interrogate.Rd @@ -118,7 +118,7 @@ We can print the resulting object to see the validation report. \if{html}{ \out{ -This image was generated from the first code example in the `interrogate()` help file. +This image was generated from the first code example in the `interrogate()` help file. } } } diff --git a/man/log4r_step.Rd b/man/log4r_step.Rd index 54af73599..0ef02bab7 100644 --- a/man/log4r_step.Rd +++ b/man/log4r_step.Rd @@ -138,7 +138,7 @@ agent \if{html}{ \out{ -This image was generated from the first code example in the `log4r_step()` help file. +This image was generated from the first code example in the `log4r_step()` help file. } } diff --git a/man/row_count_match.Rd b/man/row_count_match.Rd index f743255ab..9ffae4436 100644 --- a/man/row_count_match.Rd +++ b/man/row_count_match.Rd @@ -396,7 +396,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `row_count_match()` help file. +This image was generated from the first code example in the `row_count_match()` help file. } } } diff --git a/man/rows_complete.Rd b/man/rows_complete.Rd index a8e208e98..8152b3297 100644 --- a/man/rows_complete.Rd +++ b/man/rows_complete.Rd @@ -353,7 +353,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `rows_complete()` help file. +This image was generated from the first code example in the `rows_complete()` help file. } } } diff --git a/man/rows_distinct.Rd b/man/rows_distinct.Rd index 621652dcb..4af7c79ec 100644 --- a/man/rows_distinct.Rd +++ b/man/rows_distinct.Rd @@ -354,7 +354,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `rows_distinct()` help file. +This image was generated from the first code example in the `rows_distinct()` help file. } } } diff --git a/man/scan_data.Rd b/man/scan_data.Rd index 9d6f02eb8..6a2b3fb61 100644 --- a/man/scan_data.Rd +++ b/man/scan_data.Rd @@ -107,7 +107,7 @@ dataset. \if{html}{ \out{ -This image was generated from the first code example in the `scan_data()` help file. +This image was generated from the first code example in the `scan_data()` help file. } } } diff --git a/man/serially.Rd b/man/serially.Rd index 37a84ea80..447b0f925 100644 --- a/man/serially.Rd +++ b/man/serially.Rd @@ -388,7 +388,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `serially()` help file. +This image was generated from the first code example in the `serially()` help file. } } @@ -411,7 +411,7 @@ Everything is good here too: \if{html}{ \out{ -This image was generated from the second code example in the `serially()` help file. +This image was generated from the second code example in the `serially()` help file. } } } diff --git a/man/snip_highest.Rd b/man/snip_highest.Rd index 42aa56591..cd175b8ed 100644 --- a/man/snip_highest.Rd +++ b/man/snip_highest.Rd @@ -54,7 +54,7 @@ We can print the \code{informant} object to see the information report. \if{html}{ \out{ -This image was generated from the first code example in the `snip_highest()` help file. +This image was generated from the first code example in the `snip_highest()` help file. } } } diff --git a/man/snip_list.Rd b/man/snip_list.Rd index 757855827..ca10e5460 100644 --- a/man/snip_list.Rd +++ b/man/snip_list.Rd @@ -145,7 +145,7 @@ We can print the \code{informant} object to see the information report. \if{html}{ \out{ -This image was generated from the first code example in the `snip_list()` help file. +This image was generated from the first code example in the `snip_list()` help file. } } } diff --git a/man/snip_lowest.Rd b/man/snip_lowest.Rd index b45bed531..92822d12c 100644 --- a/man/snip_lowest.Rd +++ b/man/snip_lowest.Rd @@ -54,7 +54,7 @@ We can print the \code{informant} object to see the information report. \if{html}{ \out{ -This image was generated from the first code example in the `snip_lowest()` help file. +This image was generated from the first code example in the `snip_lowest()` help file. } } } diff --git a/man/snip_stats.Rd b/man/snip_stats.Rd index be012248d..5fc90ddf3 100644 --- a/man/snip_stats.Rd +++ b/man/snip_stats.Rd @@ -72,7 +72,7 @@ We can print the \code{informant} object to see the information report. \if{html}{ \out{ -This image was generated from the first code example in the `snip_stats()` help file. +This image was generated from the first code example in the `snip_stats()` help file. } } } diff --git a/man/specially.Rd b/man/specially.Rd index 40981b18d..c84da92f9 100644 --- a/man/specially.Rd +++ b/man/specially.Rd @@ -305,7 +305,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `specially()` help file. +This image was generated from the first code example in the `specially()` help file. } } } diff --git a/man/tbl_match.Rd b/man/tbl_match.Rd index fecd600ce..b69e7999b 100644 --- a/man/tbl_match.Rd +++ b/man/tbl_match.Rd @@ -371,7 +371,7 @@ that corresponds to the validation step demonstrated here. \if{html}{ \out{ -This image was generated from the first code example in the `tbl_match()` help file. +This image was generated from the first code example in the `tbl_match()` help file. } } } diff --git a/man/tbl_source.Rd b/man/tbl_source.Rd index 6321afd64..d41c86712 100644 --- a/man/tbl_source.Rd +++ b/man/tbl_source.Rd @@ -68,7 +68,7 @@ Viewer. \if{html}{ \out{ -This image was generated from the first code example in the `tbl_source()` help file. +This image was generated from the first code example in the `tbl_source()` help file. } } diff --git a/man/tt_summary_stats.Rd b/man/tt_summary_stats.Rd index d68c504ef..724ee26bb 100644 --- a/man/tt_summary_stats.Rd +++ b/man/tt_summary_stats.Rd @@ -149,7 +149,7 @@ validation step that uses the summary stats table as its target. \if{html}{ \out{ -This image was generated from the first code example in the `tt_summary_stats()` help file. +This image was generated from the first code example in the `tt_summary_stats()` help file. } } } diff --git a/man/yaml_agent_interrogate.Rd b/man/yaml_agent_interrogate.Rd index 47252898b..34f1eb637 100644 --- a/man/yaml_agent_interrogate.Rd +++ b/man/yaml_agent_interrogate.Rd @@ -56,7 +56,7 @@ agent \if{html}{ \out{ -This image was generated from the first code example in the `yaml_write()` help file. +This image was generated from the first code example in the `yaml_write()` help file. } } @@ -89,7 +89,7 @@ agent \if{html}{ \out{ -This image was generated from the second code example in the `yaml_write()` help file. +This image was generated from the second code example in the `yaml_write()` help file. } } } diff --git a/man/yaml_agent_show_exprs.Rd b/man/yaml_agent_show_exprs.Rd index ce82015ff..3a205b0d7 100644 --- a/man/yaml_agent_show_exprs.Rd +++ b/man/yaml_agent_show_exprs.Rd @@ -74,7 +74,7 @@ agent \if{html}{ \out{ -This image was generated from the first code example in the `yaml_agent_show_exprs()` help file. +This image was generated from the first code example in the `yaml_agent_show_exprs()` help file. } } diff --git a/man/yaml_informant_incorporate.Rd b/man/yaml_informant_incorporate.Rd index 5ce1e1c50..082a5735e 100644 --- a/man/yaml_informant_incorporate.Rd +++ b/man/yaml_informant_incorporate.Rd @@ -60,7 +60,7 @@ informant \if{html}{ \out{ -This image was generated from the third code example in the `yaml_write()` help file. +This image was generated from the third code example in the `yaml_write()` help file. } } diff --git a/man/yaml_read_agent.Rd b/man/yaml_read_agent.Rd index 8b7d2c5d2..9a9dfd17d 100644 --- a/man/yaml_read_agent.Rd +++ b/man/yaml_read_agent.Rd @@ -62,7 +62,7 @@ agent \if{html}{ \out{ -This image was generated from the first code example in the `yaml_write()` help file. +This image was generated from the first code example in the `yaml_write()` help file. } } @@ -95,7 +95,7 @@ agent \if{html}{ \out{ -This image was generated from the second code example in the `yaml_write()` help file. +This image was generated from the second code example in the `yaml_write()` help file. } } } diff --git a/man/yaml_read_informant.Rd b/man/yaml_read_informant.Rd index af8e58cf0..efd3b86bc 100644 --- a/man/yaml_read_informant.Rd +++ b/man/yaml_read_informant.Rd @@ -53,7 +53,7 @@ informant \if{html}{ \out{ -This image was generated from the third code example in the `yaml_write()` help file. +This image was generated from the third code example in the `yaml_write()` help file. } } diff --git a/man/yaml_write.Rd b/man/yaml_write.Rd index 3df801110..5270b82f9 100644 --- a/man/yaml_write.Rd +++ b/man/yaml_write.Rd @@ -222,7 +222,7 @@ agent \if{html}{ \out{ -This image was generated from the first code example in the `yaml_write()` help file. +This image was generated from the first code example in the `yaml_write()` help file. } } @@ -255,7 +255,7 @@ agent \if{html}{ \out{ -This image was generated from the second code example in the `yaml_write()` help file. +This image was generated from the second code example in the `yaml_write()` help file. } } } @@ -361,7 +361,7 @@ informant \if{html}{ \out{ -This image was generated from the third code example in the `yaml_write()` help file. +This image was generated from the third code example in the `yaml_write()` help file. } } diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index 52657b522..b927d7179 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://rich-iannone.github.io/pointblank +url: https://rstudio.github.io/pointblank destination: docs diff --git a/scripts/generate_roadmap.R b/scripts/generate_roadmap.R index ebcf4d029..8e309cbe4 100644 --- a/scripts/generate_roadmap.R +++ b/scripts/generate_roadmap.R @@ -3,7 +3,7 @@ library(gt) library(tidyverse) library(png) -myrepo <- create_repo_ref("rich-iannone", "pointblank") +myrepo <- create_repo_ref("rstudio", "pointblank") issues <- get_issues(myrepo, state = "open") issues_df <- dplyr::as_tibble(parse_issues(issues)) diff --git a/vignettes/INFO-1.Rmd b/vignettes/INFO-1.Rmd index fe2f80bbd..cea9ff8c0 100644 --- a/vignettes/INFO-1.Rmd +++ b/vignettes/INFO-1.Rmd @@ -78,7 +78,7 @@ informant <- section_name = "further information", `examples and documentation` = "Examples for how to use the `info_*()` functions (and many more) are available at the - [**pointblank** site](https://rich-iannone.github.io/pointblank/)." + [**pointblank** site](https://rstudio.github.io/pointblank/)." ) informant diff --git a/vignettes/VALID-V.Rmd b/vignettes/VALID-V.Rmd index d0fc98f52..2ea5d6b2e 100644 --- a/vignettes/VALID-V.Rmd +++ b/vignettes/VALID-V.Rmd @@ -43,6 +43,6 @@ Just as with all the other workflows, the `tbl` supplied could be a data frame, ## Languages and Locales -The reporting generated by `scan_data()` can be presented in one of eight spoken languages: English (`"en"`, the default), French (`"fr"`), German (`"de"`), Italian (`"it"`), Spanish (`"es"`), Portuguese, (`"pt"`), Chinese (`"zh"`), and Russian (`"ru"`). These two-letter language codes can be used as an argument to the `lang` argument. When applied, all label text and other non-data elements will be set to the language of choice. We have checked the translations with native speakers of the respective languages but if you find an error that should be corrected, please [file an issue](https://github.com/rich-iannone/pointblank/issues). +The reporting generated by `scan_data()` can be presented in one of eight spoken languages: English (`"en"`, the default), French (`"fr"`), German (`"de"`), Italian (`"it"`), Spanish (`"es"`), Portuguese, (`"pt"`), Chinese (`"zh"`), and Russian (`"ru"`). These two-letter language codes can be used as an argument to the `lang` argument. When applied, all label text and other non-data elements will be set to the language of choice. We have checked the translations with native speakers of the respective languages but if you find an error that should be corrected, please [file an issue](https://github.com/rstudio/pointblank/issues). Along with translations, numerical values that are generated as part of the reporting (e.g., table dimensions, summary statistics, etc.) are automatically formatted in the locale of the language (given in `lang`). This can be overridden with the `locale` argument which accepts a locale ID. Examples include `"en_US"` for English (United States) and `"fr_FR"` for French (France). More simply, this can be a language identifier without a country designation, like `"es"` for Spanish (Spain, same as `"es_ES"`). More than 700 locales are currently accepted.