diff --git a/index.html b/index.html index 5ec5abb..a6421dc 100644 --- a/index.html +++ b/index.html @@ -194,7 +194,7 @@

Simplifying conditional statements ) simplify_conditional(rules) #> Object of class 'validator' with 2 elements: -#> V1: !(age < 16) | (income == 0) +#> V1: age >= 16 | (income == 0) #> V2: income >= 0
@@ -268,10 +268,9 @@

Developers

Dev status

    -
  • CRAN_Status_Badge
  • -
  • Travis-CI Build Status
  • -
  • AppVeyor Build Status
  • -
  • Coverage Status
  • +
  • R-CMD-check
  • +
  • CRAN status
  • +
  • codecov
  • Mentioned in Awesome Official Statistics
diff --git a/pkgdown.yml b/pkgdown.yml index 3a2984f..d714f3f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-09-30T17:10Z +last_built: 2023-09-30T17:28Z