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

Add function to aggregate categorical data #70

Merged
merged 10 commits into from
Dec 18, 2024

Conversation

sgvignali
Copy link
Collaborator

Closes #69

@sgvignali sgvignali requested a review from Copilot December 16, 2024 10:10
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 9 changed files in this pull request and generated no comments.

Files not reviewed (7)
  • NAMESPACE: Language not supported
  • R/cat_aggregate_data.R: Language not supported
  • man/elic_cat_add_data.Rd: Language not supported
  • man/elic_cat_aggregate_data.Rd: Language not supported
  • man/elic_cat_get_data.Rd: Language not supported
  • man/elic_cat_start.Rd: Language not supported
  • tests/testthat/test-cat_aggregate_data.R: Language not supported

@sgvignali sgvignali requested a review from Copilot December 16, 2024 10:10
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 9 changed files in this pull request and generated no comments.

Files not reviewed (7)
  • NAMESPACE: Language not supported
  • R/cat_aggregate_data.R: Language not supported
  • man/elic_cat_add_data.Rd: Language not supported
  • man/elic_cat_aggregate_data.Rd: Language not supported
  • man/elic_cat_get_data.Rd: Language not supported
  • man/elic_cat_start.Rd: Language not supported
  • tests/testthat/test-cat_aggregate_data.R: Language not supported

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

Attention: Patch coverage is 97.46835% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
R/utils.R 83.33% 2 Missing ⚠️
Files with missing lines Coverage Δ
R/cat_add_data.R 100.00% <ø> (ø)
R/cat_get_data.R 100.00% <ø> (ø)
R/cat_sample_data.R 100.00% <100.00%> (ø)
R/cont_add_data.R 100.00% <ø> (ø)
R/cont_start.R 100.00% <ø> (ø)
R/utils.R 98.97% <83.33%> (-1.03%) ⬇️

@sgvignali sgvignali merged commit 4d3f6bd into main Dec 18, 2024
8 checks passed
@sgvignali sgvignali deleted the feature/cat_aggregate_data branch December 18, 2024 11:24
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.

Add elic_cat_aggregate_data() function
1 participant