Commit 0a24410
committed
Silent check warning on DT import
All the code for the Shiny app is in `inst` and so is invisible to the
check (it's not technically package code). DT is not used anywhere else
nor in explicit namespace imports, which leads to the warning. Added a
dummy function that contains a call to a function from DT so that the
check sees that DT is used at all.
References #103.1 parent 7592aeb commit 0a24410
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments