Skip to content

WIP: Parallelism#76

Open
strayMat wants to merge 1 commit intomainfrom
parallelism
Open

WIP: Parallelism#76
strayMat wants to merge 1 commit intomainfrom
parallelism

Conversation

@strayMat
Copy link
Collaborator

@strayMat strayMat commented Mar 6, 2026

Etude de possibilité de parallélisme pour les requêtes à ER_PRS_F et ses tables annexes : closes #74

@github-actions
Copy link

github-actions bot commented Mar 6, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://SNDStoolers.github.io/sndsTools/pr-preview/pr-76/

Built to branch gh-pages at 2026-03-17 12:00 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

❌ Patch coverage is 75.46584% with 79 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
R/extract_drug_erprsf.R 82.62% 41 Missing ⚠️
R/utils.R 55.81% 38 Missing ⚠️

📢 Thoughts on this report? Let us know!

@strayMat strayMat force-pushed the parallelism branch 2 times, most recently from 998c4bc to 2ff4106 Compare March 17, 2026 11:55
- utils: parallelize_query_by_flx_month
- extract_drug_erprsf: distinction entre fonction principale et fonction
  par mois .extract_drug_by_month. renaming from extract_drug_dispenses for consistence of function
  naming across package
- constants: add tmp filter table names as package constants (less parameters in extract functions)
- DESCRIPTION: add necessary imports
- vignettes: ajout d'une vignette benchmark R parallelisme
- _pkgdown.yml : changement structure du site web avec une navbar structurée
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.

Possibilité de paralléliser les requêtes dans une magic loop

1 participant