Skip to content

Commit

Permalink
Revert "1.1.0 release (#57)"
Browse files Browse the repository at this point in the history
This reverts commit ab97945.
  • Loading branch information
IndrajeetPatil authored Feb 10, 2022
1 parent ab97945 commit d128caf
Show file tree
Hide file tree
Showing 21 changed files with 242 additions and 392 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ references.bib
^rakefile\.rb
^postclean\.bat
^\.covrignore$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1 +1 @@
linters: with_defaults(object_name_linter = NULL, object_usage_linter = NULL, line_length_linter(180), cyclocomp_linter = cyclocomp_linter(20), seq_linter = NULL)
linters: with_defaults(object_name_linter = NULL, object_usage_linter = NULL, line_length_linter(120), cyclocomp_linter = cyclocomp_linter(20))
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: ospsuite.utils
Title: Utility Functions for Open Systems Pharmacology R Packages
Version: 1.1.0
Version: 1.0.0.9000
Authors@R: c(
person("Open-Systems-Pharmacology Community", role = c("cph", "fnd")),
person("Michael", "Sevestre", , "[email protected]", role = "aut"),
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export(enumRemove)
export(enumValues)
export(formatNumerics)
export(getEnumKey)
export(hasOnlyDistinctValues)
export(hasUniqueValues)
export(ifNotNull)
export(isFileExtension)
Expand Down
14 changes: 1 addition & 13 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# ospsuite.utils 1.1.0

MAJOR CHANGES

* `isIncluded()` now only accepts base types as valid inputs.

* `formatNumerics()` now consistently returns output of type `"character"`.
# ospsuite.utils 1.0.0.9000

MINOR CHANGES

Expand All @@ -14,12 +8,6 @@ MINOR CHANGES

* `getEnumKey()` is added as an alias for `enumGetKey()` function.

* `hasOnlyDistinctValues()` is added as an alias for `hasUniqueValues()` function.

BUG FIXES

* `validateIsInteger()` now works with lists (#21).

# ospsuite.utils 1.0.0

* Initial release.
Loading

0 comments on commit d128caf

Please sign in to comment.