Skip to content

Commit

Permalink
cleaned up section requirement and removed extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jennahamlin committed Nov 30, 2020
1 parent dcd5cf3 commit b0fde28
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/mod_aboutTreeParams.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ mod_aboutTreeParams_ui <- function(id) {
tags$li(tags$em("Tree Layout -"), "This provides
the user the option for the tree layout
to be either 'rectangular', 'slanted', or
'circular'."),
))),
'circular'.")
)))
)
}

Expand Down
8 changes: 4 additions & 4 deletions R/tinselR.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
#' modules. We describe those functions below and indicated the modules these
#' functions are associated with.
#'
#' @section cladeAnnotator module server functions
#' @section cladeAnnotator module server functions:
#' create_tip_list - Inputs: none. Output: is a list with incremented counts
#' associated with a user selection or brushed tips.
#'
Expand All @@ -143,12 +143,12 @@
#' current_tree_out - Inputs: none. Outputs - tree which includes the added
#' heatmap if avaiable, added annotations if selected.
#'
#' @section displayTree module server functions
#' @section displayTree module server functions:
#'
#' tree_plot - Input: either a tree of class phylo if no genetic data uploaded
#' or a treedata object. Output: tree of class ggtree, gg, ggplot.
#'
#' @section uploadData module server functions
#' @section uploadData module server functions:
#'
#' read_data - Inputs: file_path and sep. file_path is the path to the location
#' of the file you are interested in uploading, while sep is the delimiter for
Expand All @@ -165,7 +165,7 @@
#' message which confirms if user has selected the corrector delimiter for the
#' files they uploaded.
#'
#' @section uploadData module ui functions located in golem_utils_ui.R file
#' @section uploadData module ui functions located in golem_utils_ui.R file:
#'
#' file_upload - Inputs: file_id and file_label - file_id is the assigned id
#' to the file, while file_label is the label assigned to the file and is
Expand Down
134 changes: 134 additions & 0 deletions man/tinselR.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0fde28

Please sign in to comment.