Skip to content

Commit 1512f97

Browse files
committed
updating readme
1 parent eb02fb9 commit 1512f97

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

R/contradicted.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ is_contradicted_by <- function(x, rule_name, verbose = interactive()){
2727
contra <- detect_infeasible_rules(x, weight = weight, verbose = FALSE)
2828
while (length(contra) && !any(contra %in% names(weight))){
2929
res <- c(res, contra)
30-
weight[contra] <- N
30+
weight[contra] <- N
3131
contra <- detect_infeasible_rules(x, weight = weight, verbose = FALSE)
3232
}
3333
if (isTRUE(verbose) && length(res)){

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ library(validatetools)
1616
<!-- badges: start -->
1717
[![R-CMD-check](https://github.com/data-cleaning/validatetools/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/data-cleaning/validatetools/actions/workflows/R-CMD-check.yaml)
1818
[![CRAN status](https://www.r-pkg.org/badges/version/validatetools)](https://CRAN.R-project.org/package=validatetools)
19+
[![CRAN downloads](http://cranlogs.r-pkg.org/badges/validatetools)](https://CRAN.R-project.org/package=validatetools)
1920
[![Mentioned in Awesome Official Statistics](https://awesome.re/mentioned-badge.svg)](http://www.awesomeofficialstatistics.org)
2021
[![Codecov test coverage](https://codecov.io/gh/data-cleaning/validatetools/graph/badge.svg)](https://app.codecov.io/gh/data-cleaning/validatetools)
2122
<!-- badges: end -->

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
[![R-CMD-check](https://github.com/data-cleaning/validatetools/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/data-cleaning/validatetools/actions/workflows/R-CMD-check.yaml)
77
[![CRAN
88
status](https://www.r-pkg.org/badges/version/validatetools)](https://CRAN.R-project.org/package=validatetools)
9+
[![CRAN
10+
downloads](http://cranlogs.r-pkg.org/badges/validatetools)](https://CRAN.R-project.org/package=validatetools)
911
[![Mentioned in Awesome Official
1012
Statistics](https://awesome.re/mentioned-badge.svg)](http://www.awesomeofficialstatistics.org)
1113
[![Codecov test

0 commit comments

Comments
 (0)