shinytest
package.dev/data
to inst/sample_data
.iaoreader.redraw_vert
method to not use iaoreader.drag_start_x
which is changed too eagerly. This fixed disappearing measure values on K parameter change.iaoreader.vert_px_position
utility method.README.md
accordingly.modal_link
wrapper to facilitate opening modals with inline text links.modals.R
file.measure_info
modal to k_param_info
to separate these two informations.add_class
function.Dismiss
buttons in modals.actionButton
underneath the info-circle
icon to facilitate communication with Shiny server.info-circle
icon to file upload label for later addition of information modal.d3.min.js
to a separate directory.draw_lambda_values
function to account for segment measure.drag_t0
and drag_start_time
to click_timestamp
.""
.visibility: hidden
won't be added to the SVG.svg
tag background
attribute with appending a background rect
to the SVG.visibility: hidden
won't be added to the SVG anymore.tags
to .gitignore
and .Rbuildignore
.dx
and dy
attributes from lambda values. This will help with SVG export.redraw_vert
calls to Shiny handlers for options to update properly.move_vert
due to move_lambda_values
using parameters set by draw_text_bbox
called for axis label.dy
attribute of vertical guides axis label to not overlap with the plot.iaoreader.redraw_vert
call to the font size handler to update text box size.lambda
and lambda_segment
functions for single files.Remove
label with trash bin icon in the input summary table.www/js
directory.IAO Reader
in the title panel which indicates version of currently used application.master
and devel
branches.run_app
argument to run_shiny_app
to allow deployment of the application to shinyapps.io.Protein
and State
columns.accept
parameter to the fileInput
in the sidebar. Now the browser will suggest .csv
data format.shiny_app
folder to IAOReader
in the inst
subdirectory.ColorId
- now lines get colored based on the file name.color_pallette
to plot_settings
.mark_lines
method effectively fixing lines not being marked although the vert was overlapping given line.visibility
to visible
on every move_vert
call.mouse_in_svg
function to mouse_out_of_bonds
to be more descriptive.mousemove
handler for the vertical guide.draw_vert
to move_vert
which is more appropriate.www/js/classes
directory and adjusted sourcing in ui.R
.plot_settings.js
due to rather brief nature of the handlers.www
subdirectory.input_id
provided by hand._x
, _y
, and _margin
attributes to the svg to parametrize those values throughout the plot.utils.R
into separate files.suspendWhenHidden
to FALSE
for the Plot Settings uiOutput
. This allows the UI and server generator create it before the user visits the Plot Settings tab which is crucial for proper application of the settings.plot.js
.splitLayout
in Sequence Length to a manual split layout to improve formatting.d3.min.js
script.Sequence Length
to Seq. Length
.data_preview.R
sourcing to the file which calls data_preview
module.input_settings_rv
on a new file upload.TODO.md
.input_settings_rv
and added saving of the data to that structure.codecov.yml
configuration file.files_meta
to a reactiveVal
to support deleting objects from it.read_protein_state_mapping
function for data.table
arguments added tests for the this case.req
to in the maximum sequence length reactive to avoid calculation when there is no correct file uploaded.run_shiny_app
function to source the files in inst
folder. This fixes the bug (or rather namespace issue) where package's imported functions are not found by the Shiny application.(protein, state)
mapping.README.md
after renaming the repository.NA
values in the verify_column_types
function.README.md
.README.md
and excluded option to run directly from GitHub (the imported packages would not be loaded).vefify_iao_data
function and added tests..travis.yml
file with lines which should prevent the build from failing on OSX with R 3.4.verify_column_types
function and added tests.verify_colnames
function and added tests.NAMESPACE
to not override imports.TODO.md
.Remarks
section to the README.md
.data.table
) and a new suggestion (testthat
).refactoring-from-scratch
branch into master
and cleaned up after the merge.chdir
argument to source
calls.DT
package as an import.DT
table in the Data Preview tab.server.R
in preparation for multiple file structure.selectInput
with mock choices for selecting file for preview.selectInput
.tabsetPanel
and tabs to the main panel.shinipsum
as a requirement for development.README.md
.README.md
with installation instructions and updated .Rbuildignore
.run_shiny_app
to run the application located inside package's files.TODO.md
list with further plan for the development.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.