Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
edwindj committed Jun 29, 2022
1 parent 0e106b7 commit db111b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: errorlocate
Type: Package
Title: Locate Errors with Validation Rules
Version: 1.0.1.9000
Version: 1.1
Authors@R: c(person("Edwin", "de Jonge", email = "edwindjonge@gmail.com", role = c("aut", "cre"), comment=c(ORCID="0000-0002-6580-4718")),
person("Mark", "van der Loo", email = "mark.vanderloo@gmail.com", role = c("aut")))
Description: Errors in data can be located and removed using validation rules from package
Expand All @@ -21,7 +21,7 @@ Suggests:
covr,
knitr,
rmarkdown
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
Encoding: UTF-8
Collate:
'MipRules.R'
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ exportClasses(errorlocation)
exportMethods(locate_errors)
exportMethods(replace_errors)
import(methods)
import(parallel)
import(validate)
importFrom(lpSolveAPI,"dimnames<-.lpExtPtr")
importFrom(stats,runif)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# errorlocate 1.0.1
# errorlocate 1.1

* For values `> 1e7` in combination with another value `NA` `locate_errors` generated an error. Reported and fixed by Ramon Reinders (issue #36)

Expand Down
1 change: 1 addition & 0 deletions R/errorlocalizer.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ setRefClass("ErrorLocalizer",
#' the data.
#' @include MipRules.R
#' @exportClass FHLocalizer
#' @import parallel
#'
fh_localizer <-
setRefClass("FHLocalizer",
Expand Down

0 comments on commit db111b1

Please sign in to comment.