-
Notifications
You must be signed in to change notification settings - Fork 65
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
Catch patch up to v1.0.0 #2314
Catch patch up to v1.0.0 #2314
Commits on Oct 19, 2023
-
* Closes #2147 addressing cran failure (#2149) * feat: #2147 one solution but proceed with caution * description uplevel and news blurb * pass links? --------- Co-authored-by: Zelos Zhu <[email protected]> * Update README.md (#2155) * Update README.md * URL update --------- Co-authored-by: Daniel Sjoberg <[email protected]> * Closes #2154 fix_dthcaus: fix derive_var_dthcaus() (#2162) * #2154 fix_dthcaus: fix derive_var_dthcaus() * #2154 fix_dthcaus: run templates check * #2154 fix_dthcaus: update version number and NEWS * docs: fixing curlys after feedback from CRAN * chore: styling death test --------- Co-authored-by: Zelos Zhu <[email protected]> Co-authored-by: Zelos Zhu <[email protected]> Co-authored-by: Daniel Sjoberg <[email protected]> Co-authored-by: Stefan Bundfuss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bdd50c - Browse repository at this point
Copy the full SHA 9bdd50cView commit details
Commits on Oct 23, 2023
-
Closes #2127 Update website navbar with two buttons for slack and git…
…hub issues. (#2182) * #2127 Update _pkgdown.yml navbar with two buttons. One for slack and one for issue reporting. * docs: #2127 NEWS blurb --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca8455c - Browse repository at this point
Copy the full SHA ca8455cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebc258 - Browse repository at this point
Copy the full SHA 1ebc258View commit details
Commits on Oct 25, 2023
-
Closes #2141 Superseded
derive_param_extreme_record()
(#2174)* superseded fun * Update NEWS.md * added badge * doc update * feat: #2141 supersede section * chore: #2141 docs --------- Co-authored-by: Zelos Zhu <[email protected]> Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd8f8d9 - Browse repository at this point
Copy the full SHA dd8f8d9View commit details
Commits on Oct 26, 2023
-
* update templates * fix typo * fix style
Configuration menu - View commit details
-
Copy full SHA for ae0fcdb - Browse repository at this point
Copy the full SHA ae0fcdbView commit details -
* use ascii quotes * regular quoets in the associated .Rd file * 4 non ascii quotes in README.md
Configuration menu - View commit details
-
Copy full SHA for 9cb4316 - Browse repository at this point
Copy the full SHA 9cb4316View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee3e5b1 - Browse repository at this point
Copy the full SHA ee3e5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5ef2d - Browse repository at this point
Copy the full SHA 8e5ef2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 659e161 - Browse repository at this point
Copy the full SHA 659e161View commit details
Commits on Oct 31, 2023
-
Closes #2107 Updated the documentation for 'end window' argument. (#2194
) #2107 Updated the documentation for 'end window' argument
Configuration menu - View commit details
-
Copy full SHA for b8a5172 - Browse repository at this point
Copy the full SHA b8a5172View commit details -
Configuration menu - View commit details
-
Copy full SHA for a949c19 - Browse repository at this point
Copy the full SHA a949c19View commit details
Commits on Nov 1, 2023
-
Closes #2205 add previous website links (#2207)
* website links * Update website-versions.Rmd * Update website-versions.Rmd * progress
Configuration menu - View commit details
-
Copy full SHA for 88628fc - Browse repository at this point
Copy the full SHA 88628fcView commit details
Commits on Nov 2, 2023
-
Add secret for
gert
's date fetcher (#2213)Add secret for `gert` date fetcher
Configuration menu - View commit details
-
Copy full SHA for dbe33bb - Browse repository at this point
Copy the full SHA dbe33bbView commit details -
Closes #2140 tmp_event_nr_var: Add tmp_event_nr_var to derive_extreme…
Configuration menu - View commit details
-
Copy full SHA for a69501b - Browse repository at this point
Copy the full SHA a69501bView commit details -
Exit website version article early (#2216)
* Update website-versions.Rmd * Update website-versions.Rmd
Configuration menu - View commit details
-
Copy full SHA for c0ab881 - Browse repository at this point
Copy the full SHA c0ab881View commit details
Commits on Nov 3, 2023
-
Closes #2139 Make derive_extreme_records() consistent (#2192)
* #2139 chore: Make dataset_add mandatory for derive_extreme_records() * #2139 Add mandatory dataset_add to examples * #2130 Chore: Update derive_extreme_records from review comments --------- Co-authored-by: Jeffrey Dickinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fd22ce - Browse repository at this point
Copy the full SHA 4fd22ceView commit details
Commits on Nov 6, 2023
-
Closes #2146 Fix Time Imputation Flag (#2195)
* #2146 Fix Time Imputation Flag * #2146 check templates error * #2146 replace do.call * Replace function short hand with function * Update changelog --------- Co-authored-by: Ben Straub <[email protected]> Co-authored-by: Daniel Sjoberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89a26ab - Browse repository at this point
Copy the full SHA 89a26abView commit details -
Closes #2126 unify_joined: update derive_vars_joined(), derive_var_jo…
…ined_exist_flag(), filter_joined() (#2163) * #2126 unify_joined: update arguments and tests of filter_joined() and derive_var_joined_exist_flag() * #2126 unify_joined: update examples for derive_var_joined_exist_flag() * #2126 unify_joined: documentation of filter_joined() and derive_var_joined_exist_flag() * #2126 unify_joined: update derive_vars_joined() * #2126 unify_joined: add get_joined_data(), update derive_extreme_event(), add tests * #2126 unify_joined: update templates * #2126 unify_joined: style files * #2126 unify_joined: update vignettes * #2126 unify_joined: update vignettes * #2126 unify_joined: style files * #2126 unify_joined: style files * #2126 unify_joined: remove commented out code * #2126 unify_joined: fix lintr issues * #2126 unify_joined: add example for first_cond_lower * #2126 unify_joined: update function documentation * #2126 unify_joined: style files * #2126 unify_joined: style files * #2126 unify_joined: update NEWS.md * #2126 unify_joined: improve documentation * #2126 unify_joined: add example to event_joined() * #2126 unify_joined: fix R-CMD check * #2126 unify_joined: check class of deprecation warning * #2126 unify_joined: improve documentation * #2126 unify_joined: style files * #2126 unify_joined: clean up globals.R * #2126 unify_joined: improve documentation --------- Co-authored-by: Jerry Johnson <[email protected]> Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a0f7ed - Browse repository at this point
Copy the full SHA 5a0f7edView commit details
Commits on Nov 7, 2023
-
Refactor pipelines to get R version only once for downstream workflows (
#2199) * Test no R version * Consolidate check templates into common pipeline * change admiralci ref * remove pharmaverseadam push --------- Co-authored-by: Daphné Grasselly <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 214c835 - Browse repository at this point
Copy the full SHA 214c835View commit details -
Closes #2184
check _keys
renaming scheme (#2200)* feat: #2184 rename check_keys * chore: #2184 cleanup news * code typo * styler/lintr * feat: #2184 add appropriate deprecation test --------- Co-authored-by: Zelos Zhu <[email protected]> Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 708d232 - Browse repository at this point
Copy the full SHA 708d232View commit details
Commits on Nov 9, 2023
-
Closes #2142 Supersede
get_summary_records()
and enhance `derive_su……mmary_records()` (#2158) * feat: #2142 intiial superseding step * rough draft without missing_values implementation * rough draft of new enhancement * feat: #2142 get a good clean slate * feat: #2142 working enhanced function * feat: #2142 add appropriate test suite * feat: #2142 run styler, lintr, add news and roxygen documentation * chore: #2142 spelling/grammar * chore: #2142 fix test * should we inform superseded * retain deprecated arguments to pass cicd * chore: #2142 add remotes for admiraldev for proper branching strategy * min dev versioning * Update DESCRIPTION * chore: #2142 address feedback * upversion our description page to match current version up on github * docs: little note for running website versions * feat: #2142 rename filter to filter_add * Update R/derive_summary_records.R Co-authored-by: Ben Straub <[email protected]> * feat: #2142 get checks appropriately running * roxygen stuff and vignettes * chore: #2142 roxygen stuff * get past check-templates * finally get past templates * feat: #2142 clear up missing_values usage * chore: #2142 rename filter to filter_add internally in codebase too * chore: #2142 adopt and address all other feedback * missed a renaming * feat: #2142 remove extra fluff for missing values * update news blurb * chore: #2142 update documentation based on feedback --------- Co-authored-by: Zelos Zhu <[email protected]> Co-authored-by: Daniel Sjoberg <[email protected]> Co-authored-by: Jerry Johnson <[email protected]> Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 205e0d1 - Browse repository at this point
Copy the full SHA 205e0d1View commit details
Commits on Nov 13, 2023
-
* add vbump job * change cran status assignes --------- Co-authored-by: cicdguy <[email protected]> Co-authored-by: Daniel Sjoberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5aa539d - Browse repository at this point
Copy the full SHA 5aa539dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f62fda - Browse repository at this point
Copy the full SHA 8f62fdaView commit details -
Closes #2222 clarify_mid: Clarify date_imputation = "mid" (#2229)
* #2222 clarify_mid: Clarify date_imputation = "mid" * #2222 clarify_mid: Fix links --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a71f112 - Browse repository at this point
Copy the full SHA a71f112View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfba6f5 - Browse repository at this point
Copy the full SHA bfba6f5View commit details -
Closes #2225 tidy up SUBGROUP column (#2226)
2225 tidy up SUBGROUP column Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e12e65a - Browse repository at this point
Copy the full SHA e12e65aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7c232 - Browse repository at this point
Copy the full SHA 5d7c232View commit details
Commits on Nov 14, 2023
-
Closes #2134 add general option signif_digits (#2212)
* 2134 add general option signif_digits * 2134 fix SPELLING and STYLER * 2134 address QC comments and update NEWS file * 2134 fix LINTR and STYLER * Apply suggestions from code review Minor updates from QC. Co-authored-by: Ben Straub <[email protected]> Co-authored-by: StefanThoma <[email protected]> * Update vignettes/lab_grading.Rmd --------- Co-authored-by: Ben Straub <[email protected]> Co-authored-by: StefanThoma <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a18e0e - Browse repository at this point
Copy the full SHA 8a18e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 492b44d - Browse repository at this point
Copy the full SHA 492b44dView commit details -
[skip vbump] Revert version in NEWS.md (#2233)
Revert version in NEWS.md
Configuration menu - View commit details
-
Copy full SHA for f495b8f - Browse repository at this point
Copy the full SHA f495b8fView commit details
Commits on Nov 17, 2023
-
Closes #2175 Added deprecation badges to args without it/updated admi…
…raldev links (#2242) * added deprecation badges * updated admiraldev website links * url updates
Configuration menu - View commit details
-
Copy full SHA for 3036534 - Browse repository at this point
Copy the full SHA 3036534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c88844 - Browse repository at this point
Copy the full SHA 5c88844View commit details
Commits on Nov 20, 2023
-
Closes #2126 unify_joined: Remove too extensive documentation (#2237)
* #2126 unify_joined: update arguments and tests of filter_joined() and derive_var_joined_exist_flag() * #2126 unify_joined: update examples for derive_var_joined_exist_flag() * #2126 unify_joined: documentation of filter_joined() and derive_var_joined_exist_flag() * #2126 unify_joined: update derive_vars_joined() * #2126 unify_joined: add get_joined_data(), update derive_extreme_event(), add tests * #2126 unify_joined: update templates * #2126 unify_joined: style files * #2126 unify_joined: update vignettes * #2126 unify_joined: update vignettes * #2126 unify_joined: style files * #2126 unify_joined: style files * #2126 unify_joined: remove commented out code * #2126 unify_joined: fix lintr issues * #2126 unify_joined: add example for first_cond_lower * #2126 unify_joined: update function documentation * #2126 unify_joined: style files * #2126 unify_joined: style files * #2126 unify_joined: update NEWS.md * #2126 unify_joined: improve documentation * #2126 unify_joined: add example to event_joined() * #2126 unify_joined: fix R-CMD check * #2126 unify_joined: check class of deprecation warning * #2126 unify_joined: improve documentation * #2126 unify_joined: style files * #2126 unify_joined: clean up globals.R * #2126 unify_joined: improve documentation * #2126 unify_joined: remove too extensive documentation --------- Co-authored-by: Jerry Johnson <[email protected]> Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9fd467 - Browse repository at this point
Copy the full SHA f9fd467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d9a38 - Browse repository at this point
Copy the full SHA 18d9a38View commit details -
Closes #2196: move dev process from admiraldev (#2228)
* #2196: move dev process from admiraldev * #2196: update wordlist/remove testing phase * Update vignettes/contribution_model.Rmd Co-authored-by: Ben Straub <[email protected]> * Update vignettes/contribution_model.Rmd Co-authored-by: Ben Straub <[email protected]> * Update vignettes/contribution_model.Rmd Co-authored-by: Ben Straub <[email protected]> * update NEWS/WORDLIST/contribution_model * update contribution_model/wordlist * Empty commit * Empty commit --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faf852b - Browse repository at this point
Copy the full SHA faf852bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e11104a - Browse repository at this point
Copy the full SHA e11104aView commit details
Commits on Nov 21, 2023
-
Closes #2186 TERMID -> TERMNUM, TERMNAME -> TERMCHAR (#2241)
* #2186 TERMID -> TERMNUM, TERMNAME -> TERMCHAR * #2186 chroe: styling and tests * #2186 chore: roxygen * Test commit to retrigger workflow * Undo test commit * #2186 term_renaming: align sdg --------- Co-authored-by: Bundfuss, Stefan {MDBB~Basel} <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 780029f - Browse repository at this point
Copy the full SHA 780029fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0b0d9 - Browse repository at this point
Copy the full SHA fb0b0d9View commit details -
Closes #2231 added check in
derive_vars_period()
to remove unused c……olumns (#2245) * #2231 added check in `derive_vars_period()` to remove unused columns * #2231 Chore: styler * Update tests/testthat/test-period_dataset.R Co-authored-by: Ben Straub <[email protected]> * #2231 updates to `assert_data_frame` calls following review --------- Co-authored-by: Ben Straub <[email protected]> Co-authored-by: Stefan Bundfuss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3e50b2 - Browse repository at this point
Copy the full SHA a3e50b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 048ec54 - Browse repository at this point
Copy the full SHA 048ec54View commit details -
Closes #1728 merged_exist_msrc: Implement derive_flag_select_msrc() (#…
…2232) * #1728 merged_exist_msrc: start it * #1728 merged_exist_msrc: implement function and tests * #1728 merged_exist_msrc: add documentation * #1728 merged_exist_msrc: style files * #1728 merged_exist_msrc: fix spelling * #1728 merged_exist_msrc: fix lintr * #1728 merged_exist_msrc: fix lintr (rename function) * #1728 merged_exist_msrc: improve documentation and rename function again * #1728 merged_exist_msrc: update roxygen2 test --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 578e54b - Browse repository at this point
Copy the full SHA 578e54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce23782 - Browse repository at this point
Copy the full SHA ce23782View commit details
Commits on Nov 23, 2023
-
Closes #2130 Cheatsheet (#2240)
* #2130 added cheatsheet to repo * #2130 updated admiral cheatsheet * #2130 added cheatsheet image * 2130 added hyperlinked cheatsheet * #2130 added NEWS.md text * #2130 Cheatsheet -> Cheat Sheet * #2130 renamed files to fix CMD check issues * #2130 added Cheat Sheet item to PR template * #2130: fixed broken links, added PHUSE link to .lycheeignore * chore: #2130 fix links * #2130 added PowerPoint cheatsheet to repo instead * #2130 updated cheatsheet with new functions and deprecations for 1.0 * #2130 removed quotations from dataset_add call in derive_vars_joined * #2130 lycheeignore text moved to RBuildIgnore, updated screenshot --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c69809 - Browse repository at this point
Copy the full SHA 4c69809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22ea4be - Browse repository at this point
Copy the full SHA 22ea4beView commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b36feb6 - Browse repository at this point
Copy the full SHA b36feb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cdba7 - Browse repository at this point
Copy the full SHA 43cdba7View commit details
Commits on Nov 28, 2023
-
Closes #2178 Created
derive_vars_computed()
(#2252)* #2178 Created `derive_vars_computed()` and it's corresponding unit test and updated the NEWS.md file. * #2178 Corrected the `devtools::check()` fails * #2178 Added 'BMIBL' to the WORDLIST * #2178 Updated `derive_vars_computed()` to use `derive_param_computed()` * #2178 Updated the requested changes * #2178 Updated the document for the need of `exprs()` in the `by_vars` argument --------- Co-authored-by: Jerry Johnson <[email protected]> Co-authored-by: Stefan Bundfuss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01c7ade - Browse repository at this point
Copy the full SHA 01c7adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c0071 - Browse repository at this point
Copy the full SHA 74c0071View commit details -
Closes #2230 update_generic: rewrite "Generic Functions" vignette (#2246
) * #2230 update_generic: create outline * #2230 update_generic: add introduction * #2230 update_generic: add selection method * #2230 update_generic: add summary and compute method, enhance derive_var_merged_summary(), updated NEWS.md * #2230 update_generic: add reactable and style files * #2230 update_generic: fix spelling * #2230 update_generic: fix lintr * #2230 update_generic: update man * #2230 update_generic: update DESCRIPTION * #2230 update_generic: readd note on difference between joined and merged * #2230 update_generic: improve wording * #2230 update_generic: change order of columns
Configuration menu - View commit details
-
Copy full SHA for 234b78d - Browse repository at this point
Copy the full SHA 234b78dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de4a6d - Browse repository at this point
Copy the full SHA 2de4a6dView commit details
Commits on Nov 29, 2023
-
Closes #2138 Implement derive_vars_extreme_event() (#2236)
* Chore #2138 Implement derive_vars_extreme_event() * #2138 run styler * #2138 update documentation after styler and edit for derive_extreme(). * #2138 add lb data to derive_vars_extreme_event() example * #2138 Update test coverage for event$order * #2138 Run styler on test file * #2138 minor updates to documentation * #2138 remove derive_extreme() function. Call derive_extreme_event() in derive_vars_extreme_event() * #2138 run styler * #2138 Add DTHCAUS example * #2138 updates from feedback * #2138 update example code * #2138 Update to set_values_to * #2138 update LSTALVDT in ADSL template and vignette * #2138 Update DTHCAUS in ADSL vignette * #2138 simplify new_vars call in ADSL * #2138 Simplify new_vars in example * #2138 Simplify new_vars in example * #2138 doc updates * #2138 Split files * #2138 run styler on new test files * #2138 set_values_to default NULL * #2138 set_values_to default NULL * #2138 doc: filter to filter_join argument * #2138 remove set_values_to call from derive_vars_extreme_event() --------- Co-authored-by: Jeffrey Dickinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c126ac2 - Browse repository at this point
Copy the full SHA c126ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a5eab - Browse repository at this point
Copy the full SHA 18a5eabView commit details -
Closes #2217 Update in navbar - added drop down in Get started and re…
…moved C… (#2251) * #2217 Update in navbar - added drop down in Get started and removed Community from top * #2217 Updated the changelog in Documentation section * chore: #2217 spelling --------- Co-authored-by: Jerry Johnson <[email protected]> Co-authored-by: Edoardo Mancini <[email protected]> Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f993c4f - Browse repository at this point
Copy the full SHA f993c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 257b9fa - Browse repository at this point
Copy the full SHA 257b9faView commit details
Commits on Nov 30, 2023
-
Closes #2230 update_generic: Add new functions and handling of NA for…
… sorting variables (#2262) * #2230 update_generic: create outline * #2230 update_generic: add introduction * #2230 update_generic: add selection method * #2230 update_generic: add summary and compute method, enhance derive_var_merged_summary(), updated NEWS.md * #2230 update_generic: add reactable and style files * #2230 update_generic: fix spelling * #2230 update_generic: fix lintr * #2230 update_generic: update man * #2230 update_generic: update DESCRIPTION * #2230 update_generic: readd note on difference between joined and merged * #2230 update_generic: improve wording * #2230 update_generic: change order of columns * #2230 update_generic: add derive_vars_computed() * #2230 update_generic: add handling of NAs for sorting variables * #2230 update_generic: add handling of NAs for sorting variables for new functions * #2230 update_generic: add derive_vars_extreme_event() to function overview * #2230 update_generic: fix lintr * #2230 update_generic: add additional example and links
Configuration menu - View commit details
-
Copy full SHA for 4e09ce7 - Browse repository at this point
Copy the full SHA 4e09ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6959a4 - Browse repository at this point
Copy the full SHA a6959a4View commit details -
Closes #2218 Added
DTHCAUS
,DTHCGR1
to ADSL template and vignette (……#2243) * Added `DTHCAUS`, `DTHCGR1` to ADSL template and vignette * #2218 chore: styler * #2218 remove "Templates" section and move news item to "Various" * #2218 changed death cause and traceability variables derivation * #2218 improved Death Date dataset vignette --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1d0678 - Browse repository at this point
Copy the full SHA e1d0678View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5bc664 - Browse repository at this point
Copy the full SHA a5bc664View commit details -
Update admiraldiscovery link (#2266)
* Update _pkgdown.yml * Update _pkgdown.yml
Configuration menu - View commit details
-
Copy full SHA for 8bde600 - Browse repository at this point
Copy the full SHA 8bde600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b83083 - Browse repository at this point
Copy the full SHA 8b83083View commit details -
Closes #2254 - README updates for 1.0 (#2258)
* #2254 added missing punctuation in the README * #2254 Added Sukalpo Saha and Romain Francois as contributors, Daniel Sjoberg as author, upgraded G Gayatri to author. * #2254 added some available presentations and corrected typo * #2254 - added 2024 release schedule, added references to recent conferences, fixed missing full stops in README, regenerated cheatsheet due to misaligned background * #2254 chore: spelling * #2254: removed erroneous full stop, archived older presentation in a new presentation archive article * #2254 fix broken link * #2218 moved presentation archive vignette to admiraldiscovery
Configuration menu - View commit details
-
Copy full SHA for f252025 - Browse repository at this point
Copy the full SHA f252025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c8331 - Browse repository at this point
Copy the full SHA 78c8331View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b83d1ee - Browse repository at this point
Copy the full SHA b83d1eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a26ed - Browse repository at this point
Copy the full SHA f4a26edView commit details -
Workflow dispatch templates (#2269)
* add vbump job * change cran status assignes * change paths * Update ad_adpc.R * add comment --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c044ca - Browse repository at this point
Copy the full SHA 0c044caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26aee0e - Browse repository at this point
Copy the full SHA 26aee0eView commit details -
Closes #2220 rehab reference page (#2272)
* #2220 - 8 functions no longer exported, 3 functions exported - but internally. (Full list available in issue definition. * chore: #2220 removing functions from docs, others to internal * chore: #2220 putting back some keywords/family * docs: news entry, removing see also references * fix: re-exporting chr2vars. removing reference in derive_vars_query * chore: #2220 spelling * chore: #2220 styling - don't i look good!! * fix: #2220 Note in R-CMD check * docs: #2220 a dangling roxygen comment --------- Co-authored-by: Sophie Shapcott <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d14041 - Browse repository at this point
Copy the full SHA 3d14041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0921f16 - Browse repository at this point
Copy the full SHA 0921f16View commit details -
Closes #2137 unify by_vars argument description (#2250)
* first few functions * first few functions * adapt description * same for constant_by_vars * same for constant_by_vars * updated news.md * updated news.md * added short description of exprs() * added tests * fix comment * remove dataset_add argument * document * Update R/derive_vars_transposed.R * Update R/derive_vars_transposed.R * fix unique * Update R/roxygen2.R Co-authored-by: Stefan Bundfuss <[email protected]> * add backticks * fixed roxygen2.R * Update R/derive_merged.R Co-authored-by: Zelos Zhu <[email protected]> * fix: #2137 Apply suggestions from code review Co-authored-by: Zelos Zhu <[email protected]> * docs: #2137 re-render --------- Co-authored-by: Stefan Bundfuss <[email protected]> Co-authored-by: Ben Straub <[email protected]> Co-authored-by: Zelos Zhu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 158eb67 - Browse repository at this point
Copy the full SHA 158eb67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b4eb4 - Browse repository at this point
Copy the full SHA 77b4eb4View commit details
Commits on Dec 4, 2023
-
Closes #2238: clarify dates values in flag_imputation argument of der…
…ive_vars… (#2268) * 2238: clarify dates values in flag_imputation argument of derive_vars_dt() function * 2238, updates as per review comments
Configuration menu - View commit details
-
Copy full SHA for 0acb477 - Browse repository at this point
Copy the full SHA 0acb477View commit details -
Closes #2264 Lighten assertion of
TERMNUM
andTERMCHAR
depending ……on `SRCVAR` types for queries (#2270) * feat: #2264 working draft of new assertion * bad copy/paste * fix typo * styler/lintr * chore: #2264 styler/lintr and adopt feedback * fix logic * fix breaking test * cleanup * wrong branch * chore: #2264 fix unit test break * chore: #2264 add news blurb * get around cyclocomp lintr * clear up messaging * adopt feedback for test label * feat: #2264 adopt feedback * chore: #2264 more feedback changes * #2264 derive_vars_query_lighten_termnum_termchar_assertion: update workflows * undo a removal * move up the incorrect data type abort message * accidental add --------- Co-authored-by: Bundfuss, Stefan {MDBB~Basel} <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd8eef3 - Browse repository at this point
Copy the full SHA bd8eef3View commit details -
Closes #2255 add uppercase spellings of in_unit/out_unit (#2261)
* feat: #2255 add uppercase versions of untis * feat: #2255 add tests and documentation * feat: #2255 unit mapping fix * match mapping in derive_vars_duration * apply fixes to derive_vars_aage too * run styler * account for missing mappings * styler * try something * undo the something * #2255 use case_match to clean up code * try something * forgot to commit namespace * undo the something * undo the something * feat: #2255 revert changes from case_match in favor of case_when * styler * chore: #2255 clean up documentation * update news * get around spellcheck * chore: #2255 fix test and wordlist * feat: #2255 adopt feedback * Update common.yml --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b88d51a - Browse repository at this point
Copy the full SHA b88d51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8787316 - Browse repository at this point
Copy the full SHA 8787316View commit details -
Closes #2275 Cheatsheet Enhancements (#2276)
#2275 updated cheatsheet Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cdf0d1 - Browse repository at this point
Copy the full SHA 0cdf0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95422c9 - Browse repository at this point
Copy the full SHA 95422c9View commit details -
Closes #2277 review of site (#2278)
* #2277 release schedule correction * #2277 vaccines TBC date added * #2277 Fixed typos/improved consistency of changelog * #2277 Deleted contribution model vignette * #2277 Updated contribution MD file * docs: #2277 polishing the news * chore: #2277 remove old image * fix: #2277 fixing pharmaversesdtm to >=0.2 * fix: #2277 urls * fix: #2277 urls * fix: #2277 urls * chore: #2277 spelling * chore: #2277 spelling --------- Co-authored-by: Edoardo Mancini <[email protected]> Co-authored-by: Zelos Zhu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45c4559 - Browse repository at this point
Copy the full SHA 45c4559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8e3a6 - Browse repository at this point
Copy the full SHA 2d8e3a6View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4ac701 - Browse repository at this point
Copy the full SHA e4ac701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6096133 - Browse repository at this point
Copy the full SHA 6096133View commit details
Commits on Dec 6, 2023
-
Closes #2264 add tests based on feedback to properly lighten the quer…
Configuration menu - View commit details
-
Copy full SHA for e52da9e - Browse repository at this point
Copy the full SHA e52da9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6ee79 - Browse repository at this point
Copy the full SHA ca6ee79View commit details -
Closes #2138 remove by_vars default (#2281)
#2138 remove by_vars default Co-authored-by: Jeffrey Dickinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78429d5 - Browse repository at this point
Copy the full SHA 78429d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305d412 - Browse repository at this point
Copy the full SHA 305d412View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64b4fce - Browse repository at this point
Copy the full SHA 64b4fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f0d34 - Browse repository at this point
Copy the full SHA e2f0d34View commit details -
Closes #2284 add issue number to NEWS (#2287)
add issue number to NEWS
Configuration menu - View commit details
-
Copy full SHA for 35a945a - Browse repository at this point
Copy the full SHA 35a945aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f64e391 - Browse repository at this point
Copy the full SHA f64e391View commit details -
Closes #2255 time units duration functions add back backwards-compati…
…bility (#2288) * feat: #2255 add uppercase versions of untis * feat: #2255 add tests and documentation * feat: #2255 unit mapping fix * match mapping in derive_vars_duration * apply fixes to derive_vars_aage too * run styler * account for missing mappings * styler * try something * undo the something * #2255 use case_match to clean up code * try something * forgot to commit namespace * undo the something * undo the something * feat: #2255 revert changes from case_match in favor of case_when * styler * chore: #2255 clean up documentation * update news * get around spellcheck * chore: #2255 fix test and wordlist * feat: #2255 adopt feedback * Update common.yml * add back backwards-compatibility * original unit is kept unit_var in derive_vars_duration --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4bcb5e - Browse repository at this point
Copy the full SHA d4bcb5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcaac2d - Browse repository at this point
Copy the full SHA dcaac2dView commit details -
Closes #2282: fix mistake in changelog (#2283)
* #2282 fix mistake in changelog * fix: #2282 global binding * chore: #2282 styling * Trigger Build --------- Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d1a303 - Browse repository at this point
Copy the full SHA 6d1a303View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2974c8 - Browse repository at this point
Copy the full SHA e2974c8View commit details
Commits on Dec 8, 2023
-
Closes #2289 fix_derive_vars_joined: remove by_vars from new_vars (#2290
) #2289 fix_derive_vars_joined: remove by_vars from new_vars
Configuration menu - View commit details
-
Copy full SHA for b8a9e4b - Browse repository at this point
Copy the full SHA b8a9e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a99ac - Browse repository at this point
Copy the full SHA b1a99acView commit details -
Closes #2291 fix_derive_extreme_event: do not ignore condition (#2292)
#2291 fix_derive_extreme_event: do not ignore condition Co-authored-by: Ben Straub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e92aae2 - Browse repository at this point
Copy the full SHA e92aae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2eedc3 - Browse repository at this point
Copy the full SHA d2eedc3View commit details
Commits on Dec 11, 2023
-
[skip vbump] 1.0 release (#2293)
* [skip vbump] 1.0 release * chore: remove remotes and upversion admiraldev * Trigger Build
Configuration menu - View commit details
-
Copy full SHA for ff03c97 - Browse repository at this point
Copy the full SHA ff03c97View commit details -
[skip vbump] Release v1.0 (CRAN Feedback) (#2294)
* [skip vbump] 1.0 release * chore: remove remotes and upversion admiraldev * Trigger Build * chore: link adjustments * chore: fix broken links
Configuration menu - View commit details
-
Copy full SHA for 37c4dca - Browse repository at this point
Copy the full SHA 37c4dcaView commit details
Commits on Jan 31, 2024
-
Merge branch 'patch' of https://github.com/pharmaverse/admiral into current_release # Conflicts: # .github/workflows/templates.yml # NEWS.md
Configuration menu - View commit details
-
Copy full SHA for 6cc9530 - Browse repository at this point
Copy the full SHA 6cc9530View commit details