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

#107 poc of two vars #108

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
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
1294c41
#107 poc of two vars
edgar-manukyan Nov 25, 2024
9e3c9a7
Automatic renv profile update.
edgar-manukyan Nov 25, 2024
3a1a85b
Automatic renv profile update.
edgar-manukyan Nov 25, 2024
dfbf1b6
#107 swap sub with algo
edgar-manukyan Nov 27, 2024
ed15f38
#107 support add_cond and ct
edgar-manukyan Nov 28, 2024
920a227
#107 remove hard-coded width
edgar-manukyan Dec 1, 2024
dd1d61f
#107 ref
edgar-manukyan Dec 1, 2024
eb81f9a
#107 adjust test
edgar-manukyan Dec 1, 2024
66b6ae0
#107 working cm
edgar-manukyan Dec 2, 2024
11e9ebc
#107 adjust tests
edgar-manukyan Dec 2, 2024
26345f2
#107 lintr
edgar-manukyan Dec 2, 2024
6e308e1
#107 styler
edgar-manukyan Dec 2, 2024
091dc95
#107 cmd checks
edgar-manukyan Dec 2, 2024
a187e18
#107 add suffix
edgar-manukyan Dec 2, 2024
18a69d6
#107 docs
edgar-manukyan Dec 2, 2024
eecd827
#107 filter spec before generating
edgar-manukyan Dec 3, 2024
7e7e462
#107 ref
edgar-manukyan Dec 4, 2024
a39dfae
#107 vs spec read
edgar-manukyan Dec 7, 2024
9e603d3
#107 move tempates to sep file
edgar-manukyan Dec 8, 2024
1249057
#107 try per one topic
edgar-manukyan Dec 8, 2024
938de20
#107 adjust test
edgar-manukyan Dec 8, 2024
8bd5f6e
#107 add multiple topics, vs templates
edgar-manukyan Dec 8, 2024
e8bedf2
#107 change code list code
edgar-manukyan Dec 8, 2024
ef9dfc2
#107 drop empty testcd in the template
edgar-manukyan Dec 8, 2024
ea2dfee
#107 styler
edgar-manukyan Dec 9, 2024
2bfb2b3
#107 refactor, add test for multiple topics
edgar-manukyan Dec 9, 2024
c465b22
#107 refactor
edgar-manukyan Dec 9, 2024
c444060
#107 todo
edgar-manukyan Dec 9, 2024
9532f87
#107 refactor
edgar-manukyan Dec 11, 2024
aed2012
#107 refactor, dynamic templates
edgar-manukyan Dec 11, 2024
54a1dc8
#107 namespace in the templates
edgar-manukyan Dec 11, 2024
59c0072
#107 name-space dynamic code
edgar-manukyan Dec 11, 2024
4ba5d3f
#107 style code
edgar-manukyan Dec 11, 2024
d816f1c
#107 styler
edgar-manukyan Dec 11, 2024
d1f6db6
#107 comment alignment
edgar-manukyan Dec 11, 2024
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
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ Imports:
stringr (>= 1.4.0),
assertthat,
pillar,
cli
cli,
styler
Suggests:
knitr,
htmltools,
Expand All @@ -67,7 +68,8 @@ Suggests:
spelling,
testthat (>= 3.1.7),
DT,
readr
readr,
withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ export(derive_seq)
export(derive_study_day)
export(domain_example)
export(fmt_cmp)
export(generate_code)
export(generate_oak_id_vars)
export(hardcode_ct)
export(hardcode_no_ct)
export(is_character)
export(is_numeric)
export(oak_id_vars)
export(problems)
export(read_ct_spec)
export(read_ct_spec_example)
export(read_domain_example)
export(read_spec)
export(sbj_vars)
importFrom(dplyr,mutate)
importFrom(pillar,ctl_new_rowid_pillar)
Expand Down
Loading
Loading