Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development for v0.1.5 #17

Merged
merged 10 commits into from
Mar 24, 2025
Merged

Development for v0.1.5 #17

merged 10 commits into from
Mar 24, 2025

Conversation

dschlaep
Copy link
Member

No description provided.

dschlaep and others added 9 commits March 18, 2025 10:57
- removed lint exclusions for deprecated "extraction_operator_linter" (lintr v3.2.0)

- [condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
- [matrix_apply_linter] Use rowSums(.) rather than apply(., 1, sum)
- [indentation_linter] Indentation should be 6 spaces but is 4 spaces.
- [unnecessary_lambda_linter] Pass rowSums directly as a symbol to vapply() instead of wrapping it in an unnecessary anonymous function.
- [paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
- [print_linter] Use cat() instead of print() logging messages. Use message() in cases calling for a signalled condition.
- [implicit_assignment_linter] Avoid implicit assignments in function calls.
- check_depth_table() now returns additionally vectors of sites with
** mismatched profile depth
** mismatched counts of soil layers
** discontinuities in soil layer depths
** non-monotonic increasing soil layer depths
Copy link

codecov bot commented Mar 20, 2025

Codecov Report

Attention: Patch coverage is 82.43243% with 13 lines in your changes missing coverage. Please review.

Project coverage is 88.10%. Comparing base (8efe9fb) to head (fa706c7).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
R/soils_calculate.R 38.46% 8 Missing ⚠️
R/soils_check.R 87.80% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   88.24%   88.10%   -0.15%     
==========================================
  Files           7        7              
  Lines         723      891     +168     
==========================================
+ Hits          638      785     +147     
- Misses         85      106      +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dschlaep dschlaep merged commit 9d90633 into main Mar 24, 2025
15 of 16 checks passed
@dschlaep dschlaep deleted the release/devel_v0.1.5 branch March 24, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant