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

adds `validateHasOnlyNonEmptyStrings()` #104

Closed IndrajeetPatil closed 2 years ago

IndrajeetPatil commented 2 years ago

Closes #99

Also renames hasEmptyString() to hasEmptyStrings() to highlights that vectors are accepted by the function.

codecov-commenter commented 2 years ago

Codecov Report

Merging #104 (8cf29cc) into develop (516c80d) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #104      +/-   ##
===========================================
+ Coverage    99.41%   99.42%   +0.01%     
===========================================
  Files           17       17              
  Lines          171      174       +3     
===========================================
+ Hits           170      173       +3     
  Misses           1        1              
Impacted Files Coverage Δ
R/messages.R 100.00% <ø> (ø)
R/validation-emptiness.R 100.00% <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 516c80d...8cf29cc. Read the comment docs.