Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
90ba141
Add files via upload
Fanny-Gautier Nov 22, 2024
dfee64b
Update ADSL_ADVS_pk_spec
Fanny-Gautier Nov 25, 2024
8654f25
Add ADSL_ADVS_spec.xslsx
Fanny-Gautier Nov 27, 2024
6991e51
rename ADSL_ADVS_pk_spec.xlsx to ignore them
Fanny-Gautier Nov 27, 2024
2899d22
add adam/advs.qmd: half completed
Fanny-Gautier Dec 3, 2024
557db91
complete advs.qmd
Fanny-Gautier Dec 4, 2024
d202301
update ADSL_ADVS_spec.xlsx
Fanny-Gautier Dec 4, 2024
c3ab87b
add advs.R
Fanny-Gautier Dec 9, 2024
2f9fc64
#73 metadata/ADSL_ADVS_spec.xlsx: update Origin to 'Predecessor' to u…
Fanny-Gautier Jan 6, 2025
4f600f4
#73 upload latest specs with controlled terminology
Fanny-Gautier Jan 13, 2025
67e7693
#73: update ADSL example
Fanny-Gautier Jan 23, 2025
ed49501
#73: upload latest ADSL_ADVS specs
Fanny-Gautier Jan 23, 2025
457ee9e
#73 adsl.R: remove verbose = 'message' in xportr_type() call
Fanny-Gautier Jan 23, 2025
493e524
#73 DESCRIPTION: add Fanny as author
Fanny-Gautier Jan 23, 2025
8e9daa6
#73 Delete unnecessary specs
Fanny-Gautier Jan 23, 2025
7a02d57
#73 adsl.qml: rename chunk
Fanny-Gautier Jan 23, 2025
3c11f7f
#73: using render to create R files
Fanny-Gautier Jan 24, 2025
8fe8b6c
Update last {admiral} version to 1.2.0
Fanny-Gautier Jan 24, 2025
b9f4390
#73 adsl.qmd, advs.qmd: explain where_sep_sheet argument
Fanny-Gautier Jan 27, 2025
eaf7722
#73 Rename ADSL_ADVS_spec.xlsx to safety_specs.xlsx
Fanny-Gautier Jan 31, 2025
bc8ea6c
#73: adsl.qmd, adsl.R, advs.qmd, advs.R: call safety_specs.xlsx
Fanny-Gautier Jan 31, 2025
b150771
#73 style
Fanny-Gautier Jan 31, 2025
77cf18c
#73 style
Fanny-Gautier Jan 31, 2025
4d0bce6
#73 adsl.qmd, advs.qmd: add TOC
Fanny-Gautier Feb 14, 2025
230faea
#73 adsl.qmd: swap option 1 and option 2 for the grouping variables
Fanny-Gautier Feb 14, 2025
e0403e0
#73 adsl.qmd: select necessary variables within head()
Fanny-Gautier Feb 24, 2025
67ee570
#73 adsl.qmd: rename `var_input` to `age`
Fanny-Gautier Feb 24, 2025
85a77e3
#73 adsl.qmd: clarify ds_list = list("dm" = dm_suppdm, "suppdm" = dm_…
Fanny-Gautier Feb 24, 2025
4479906
#73 advs.qmd Clarify the need of pairs of code/decode for `metatool::…
Fanny-Gautier Feb 24, 2025
c916067
#73 adsl.qmd sentence clarification in #expovars paragraph
Fanny-Gautier Feb 24, 2025
e5d2e5d
#73 adsl.qmd: clarify returned variables in #expovars paragraph
Fanny-Gautier Feb 24, 2025
43585ee
#73 adsl.qmd bold option 2
Fanny-Gautier Feb 25, 2025
56de7ea
#73 adsl.qmd bold option 3
Fanny-Gautier Feb 25, 2025
7150548
#73 update adsl.R and advs.R as per updated qmd files
Fanny-Gautier Mar 3, 2025
ad10d61
Merge branch '73_add_adam_example_ADVS_ADSL' of github.com:pharmavers…
Fanny-Gautier Mar 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Authors@R:
person("Ege Can", "Taşlıçukur", role = "aut"),
person("Vedha", "Viyash", role = "aut"),
person("David", "Blair", role = "aut"),
person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-0862-2018"))
person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-0862-2018")),
person("Fanny", "Gautier", role = "aut", comment = c(ORCID = "0009-0004-3581-0131"))
Description: This is not a package, but we just use this file to declare
the dependencies of the site.
URL: https://github.com/pharmaverse/examples
Expand Down
Loading