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 a function to safely compute log. #127

Closed PavelBal closed 1 year ago

PavelBal commented 1 year ago

Increases version number to 1.5

Fixes #126

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 :tada:

Comparison is base (83eec74) 99.50% compared to head (2f2b34f) 99.52%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #127 +/- ## =========================================== + Coverage 99.50% 99.52% +0.01% =========================================== Files 18 18 Lines 202 210 +8 =========================================== + Hits 201 209 +8 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/Open-Systems-Pharmacology/OSPSuite.RUtils/pull/127?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Open-Systems-Pharmacology) | Coverage Δ | | |---|---|---| | [R/ospsuite.utils-env.R](https://codecov.io/gh/Open-Systems-Pharmacology/OSPSuite.RUtils/pull/127?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Open-Systems-Pharmacology#diff-Ui9vc3BzdWl0ZS51dGlscy1lbnYuUg==) | `83.33% <ø> (ø)` | | | [R/utilities-validation.R](https://codecov.io/gh/Open-Systems-Pharmacology/OSPSuite.RUtils/pull/127?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Open-Systems-Pharmacology#diff-Ui91dGlsaXRpZXMtdmFsaWRhdGlvbi5S) | `100.00% <100.00%> (ø)` | | | [R/utilities.R](https://codecov.io/gh/Open-Systems-Pharmacology/OSPSuite.RUtils/pull/127?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Open-Systems-Pharmacology#diff-Ui91dGlsaXRpZXMuUg==) | `100.00% <100.00%> (ø)` | | | [R/validation-type.R](https://codecov.io/gh/Open-Systems-Pharmacology/OSPSuite.RUtils/pull/127?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Open-Systems-Pharmacology#diff-Ui92YWxpZGF0aW9uLXR5cGUuUg==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Open-Systems-Pharmacology). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Open-Systems-Pharmacology)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Yuri05 commented 1 year ago

need to add logSafe to _pkgdown.yml topics list. After that: looks good for me.