Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

housekeep #134

Merged
merged 14 commits into from
Aug 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pkgdown
joethorley authored and krlmlr committed Aug 7, 2024

Verified

This commit was signed with the committer’s verified signature.
hawkw Eliza Weisman
commit 9f829e98f2a48e10b8ea78985ee0ddb8d3b2d6ab
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ on:
types: [published]
workflow_dispatch:

name: pkgdown
name: pkgdown.yaml

permissions: read-all

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -41,4 +41,4 @@ Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/poissonconsulting/chk
URL: https://github.com/poissonconsulting/chk, https://poissonconsulting.github.io/chk/
218 changes: 109 additions & 109 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,162 +1,162 @@
destination: docs
url: https://poissonconsulting.github.io/chk/
template:
bootstrap: 5

authors:
Joe Thorley:
href: "https://github.com/joethorley"
Kirill Müller:
href: "https://github.com/krlmlr"
Ayla Pearson:
href: "https://github.com/aylapear"
Nadine Hussein:
href: "https://github.com/nadinehussein"
Evan Amies-Galonski:
href: "https://github.com/evanamiesgalonski"
Poisson Consulting:
href: "http://poissonconsulting.ca"

reference:
- title: Logical Scalar Checkers
desc: Checking logical scalars
contents:
- '`chk_true`'
- '`chk_false`'
- '`chk_flag`'
- '`chk_lgl`'
- chk_true
- chk_false
- chk_flag
- chk_lgl
- title: Scalar Checkers
desc: Checking scalars
contents:
- '`chk_scalar`'
- '`chk_number`'
- '`chk_whole_number`'
- '`chk_count`'
- '`chk_string`'
- '`chk_date`'
- '`chk_date_time`'
- '`chk_tz`'
- chk_scalar
- chk_number
- chk_whole_number
- chk_count
- chk_string
- chk_date
- chk_date_time
- chk_tz
- title: Range Checkers
desc: Checking ranges
contents:
- '`chk_range`'
- '`chk_lt`'
- '`chk_lte`'
- '`chk_gt`'
- '`chk_gte`'
- chk_range
- chk_lt
- chk_lte
- chk_gt
- chk_gte
- title: Equal Checkers
desc: Checking equal
contents:
- '`chk_identical`'
- '`chk_equal`'
- '`chk_equivalent`'
- chk_identical
- chk_equal
- chk_equivalent
- title: All Checkers
desc: Checking all
contents:
- '`chk_all`'
- '`chk_all_identical`'
- '`chk_all_equal`'
- '`chk_all_equivalent`'
- chk_all
- chk_all_identical
- chk_all_equal
- chk_all_equivalent
- title: Set Checkers
desc: Checking sets
contents:
- '`chk_subset`'
- '`chk_superset`'
- '`chk_join`'
- '`chk_setequal`'
- '`chk_orderset`'
- '`chk_not_subset`'
- chk_subset
- chk_superset
- chk_join
- chk_setequal
- chk_orderset
- chk_not_subset
- title: Identity Checkers
desc: Checking identity
contents:
- '`chk_is`'
- '`chk_s3_class`'
- '`chk_s4_class`'
- '`chk_character_or_factor`'
- '`chk_vector`'
- '`chk_atomic`'
- '`chk_array`'
- '`chk_factor`'
- '`chk_function`'
- '`chk_matrix`'
- '`chk_whole_numeric`'
- '`chk_data`'
- '`chk_numeric`'
- chk_is
- chk_s3_class
- chk_s4_class
- chk_character_or_factor
- chk_vector
- chk_atomic
- chk_array
- chk_factor
- chk_function
- chk_matrix
- chk_whole_numeric
- chk_data
- chk_numeric
- title: Type Checkers
desc: Checking type
contents:
- '`chk_logical`'
- '`chk_list`'
- '`chk_double`'
- '`chk_environment`'
- '`chk_integer`'
- '`chk_character`'
- chk_logical
- chk_list
- chk_double
- chk_environment
- chk_integer
- chk_character
- title: Null Checkers
desc: Checking null
contents:
- '`chk_null`'
- '`chk_not_null`'
- chk_null
- chk_not_null
- title: ... Checkers
desc: Checking ...
contents:
- '`chk_used`'
- '`chk_unused`'
- chk_used
- chk_unused
- title: File Checkers
desc: Checking files
contents:
- '`chk_file`'
- '`chk_ext`'
- '`chk_dir`'
- chk_file
- chk_ext
- chk_dir
- title: Miscellaneous Checkers
desc: Checking miscellaneous
contents:
- '`chk_length`'
- '`chk_compatible_lengths`'
- '`chk_match`'
- '`chk_named`'
- '`chk_not_any_na`'
- '`chk_not_empty`'
- '`chk_missing`'
- '`chk_not_missing`'
- '`chk_sorted`'
- '`chk_unique`'
- '`chkor_vld`'
- '`chk_valid_name`'
- '`chk_null_or`'
- chk_length
- chk_compatible_lengths
- chk_match
- chk_named
- chk_not_any_na
- chk_not_empty
- chk_missing
- chk_not_missing
- chk_sorted
- chk_unique
- chkor_vld
- chk_valid_name
- chk_null_or
- title: chk_ Function Extenders
desc: Extending chk_ functions
contents:
- '`backtick_chk`'
- '`unbacktick_chk`'
- '`deparse_backtick_chk`'
- '`message_chk`'
- '`abort_chk`'
- '`expect_chk_error`'
- backtick_chk
- unbacktick_chk
- deparse_backtick_chk
- message_chk
- abort_chk
- expect_chk_error
- title: Message Generators
desc: Generating messages
contents:
- '`err`'
- '`wrn`'
- '`msg`'
- err
- wrn
- msg
- title: String Manipulators
desc: Manipulating strings
contents:
- '`p`'
- '`p0`'
- '`cc`'
- p
- p0
- cc
- title: More in depth Checkers
desc: Checks more properties about the objects
contents:
- '`check_data`'
- '`check_dim`'
- '`check_dirs`'
- '`check_files`'
- '`check_key`'
- '`check_names`'
- '`check_values`'
- check_data
- check_dim
- check_dirs
- check_files
- check_key
- check_names
- check_values
- title: Deprecated Functions
desc: Functions that have been deprecated
contents:
- '`chk_chr`'
- '`chk_dbl`'
- '`chk_wnum`'
- '`chkor`'

template:
bootstrap: 5
authors:
Joe Thorley:
href: "https://github.com/joethorley"
Kirill Müller:
href: "https://github.com/krlmlr"
Ayla Pearson:
href: "https://github.com/aylapear"
Nadine Hussein:
href: "https://github.com/nadinehussein"
Evan Amies-Galonski:
href: "https://github.com/evanamiesgalonski"
Poisson Consulting:
href: "http://poissonconsulting.ca"
- chk_chr
- chk_dbl
- chk_wnum
- chkor