1092 add guided advanced - #1093
Conversation
Code Coverage SummaryDiff against mainResults for commit: 0a8a364 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 31 suites 1m 52s ⏱️ Results for commit 0a8a364. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 4a27f8c ♻️ This comment has been updated with latest results. |
Melkiades
left a comment
There was a problem hiding this comment.
nice addition. code works and the substantive vignettes render. a few things:
- NEWS bug-fix line points at
obj_na_str<-but the recycling fix is inindent_mod<-.obj_na_str<-does not recycle (checked, stays length 1) c.RowsVerticalSectionroxygen missing blank line after title- no tests for
c()or the new accessor methods - 6 of the vignettes are stubs, up to you if those go in now
not blocking on the stubs, but i'd want tests and the NEWS fix before merge
Signed-off-by: Gabe Becker <gabembecker@gmail.com>
…092_add_guided_advanced
|
The remaining lint errors in I think this is ready to go (the stubs are expected and will be complete (or removed) before the next release |
|
@Melkiades your requested changes have been implemented |
|
@copilot resolve the merge conflicts in this pull request |
Signed-off-by: Joe Zhu <joe.zhu@roche.com>
|
As mentioned above @Melkiades @shajoezhu the lints are all "false positives" in terms of changes made by this PR (they are in old code that I don't want to touch in an unrelated PR). Please accept and merge |
all addressed, unblock the merge. thanks
closes #1090 and #1092