Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Introduce the new DDL (ddl class) #926
Introduce the new DDL (ddl class) #926
Changes from all commits
5c17ccf
d743513
4039648
4051ded
36fc0fb
b97f63e
ccbbe67
c3eab5a
8164671
354a79d
0185fb7
0d065e1
09d1bd4
43d1dc3
752c239
34bad8c
e8c9d86
8b3a082
bc52e12
47d0a2f
fc83084
2f11384
6d3d5f0
ec575f9
9cd52ba
0df1711
37c42e2
a256bbd
d2e8802
c1cf841
29d171c
62cb664
a035f84
c7ce543
df2e3ee
b0451b2
96f8b1f
1e061f1
56424e9
6ec2c22
77d9702
45d2985
1a6e11d
e5ef022
c593734
2b13b23
f3d2b37
716d5c5
b591476
16f5ad5
2422903
c334a76
3eaf0b6
e421874
90c6f1f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am I right to assume that right now they are not complete and we will implement the shiny module such that the UI disappears after clicking the submit button?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More or less, yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
input[["var-name"]]
are converted.(var_name)
, addtional regaular expression add backticks around variable names to to ensure they are valid for substitution in R.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we now allow the data argument of the
teal::init()
to take up addl
class I think this should be added to the roxygen comment.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah! just saw that we're not looking for doc suggestions at the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update to roxygen argument description should follow this change