Open-Systems-Pharmacology / OSPSuite.RUtils

Utility functions for Open Systems Pharmacology R packages
https://www.open-systems-pharmacology.org/OSPSuite.RUtils/dev/
GNU General Public License v2.0
1 stars 3 forks source link

document check and validation functions together #110

Closed IndrajeetPatil closed 2 years ago

IndrajeetPatil commented 2 years ago

closes #105

codecov-commenter commented 2 years ago

Codecov Report

Merging #110 (5426002) into develop (949be8b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #110   +/-   ##
========================================
  Coverage    99.42%   99.42%           
========================================
  Files           17       17           
  Lines          174      174           
========================================
  Hits           173      173           
  Misses           1        1           
Impacted Files Coverage Δ
R/utilities-validation.R 100.00% <ø> (ø)
R/validation-emptiness.R 100.00% <ø> (ø)
R/validation-enum.R 100.00% <ø> (ø)
R/validation-expected-length.R 100.00% <ø> (ø)
R/validation-file-extensions.R 100.00% <ø> (ø)
R/validation-inclusion.R 100.00% <ø> (ø)
R/validation-same-length.R 100.00% <ø> (ø)
R/validation-type.R 100.00% <ø> (ø)
R/validation-uniqueness.R 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 949be8b...5426002. Read the comment docs.

IndrajeetPatil commented 2 years ago

@msevestre This should be all set for a review.