el-meyer / airship

AIRSHIP - An Interactive R-SHIny apP for visualizing tidy long data
https://el-meyer.github.io/airship/
GNU General Public License v3.0
3 stars 2 forks source link

Michal majka issue #102 #140

Closed majkamichal closed 10 months ago

majkamichal commented 10 months ago

This pull request closes #102. It was tested based on the example dataset "Toy simulation study".

There is now a new widget based on checkboxInput with a label Show outliers? that allows hiding outliers. The reproducible code is shown accordingly.

fixing_issue_102_boxplot_outliers

In addition, an informative error has been split into two lines, such that it doesn't go over the border (on my laptop it was the case) and it is more readable.

more_transparent_informative_error

Finally, the issue #90 is closed. In the example below, a variable input2 has been moved ahead of input3.

fixing_issue_90