Closed federicomarini closed 2 years ago
Merging #28 (6849b32) into master (9ed4732) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 21 21
Lines 2565 2125 -440
==========================================
- Hits 2565 2125 -440
Impacted Files | Coverage Δ | |
---|---|---|
R/GeneTonic-extras.R | 100.00% <100.00%> (ø) |
|
R/GeneTonic.R | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9ed4732...6849b32. Read the comment docs.
What could possibly be imporved:
In What is a GeneTonicList object in the Welcome panel:
shaker_*
here it's just shaker_
, maybe we should make that consistentIn the Welcome panel tour:
Vignette:
gtl
once GeneTonic
runs (basically just a screenshot). I would probably add a sentence or twoGeneTonic manpage:
GeneTonic(size_gtl = 150)
I fixed the first three as they were straightforward, thanks!
As for the tour: this is some kind of issue with seems to be linked to bs4Dash - was not really there in the "classical" shinydashboard
Done these re: the vignette, thanks for catching up the gap in explanation!
For the tours: it is tricky to have the upload box in "in every case", as this is a widget which is not always there...
The GeneSpector can still be highlighted a little more, agreed. I'll see where I can place the anchors for it
Not sure I can really fix the placement of some of the elements... Otherwise: I think I addressed all elements of your feedback @AnnekathrinSilvia
Bumping the version up, and then it is ready to merge!
Implementing the possibility to provide the
gtl
parameter at runtime, by uploading an RDS file where the gtl object is contained.This should address a long-desired feature - and a quite useful one, to simplify the usage of GeneTonic in multiple contexts and contrasts.
Some additional tests might be required yet, and could still need some reworking in the
happy_hour
subset of functionality.