gather @import(ed)From tidyr
This commit is contained in:
parent
1f5cd088d7
commit
9370a45e58
@ -60,5 +60,6 @@ importFrom(rmarkdown,render)
|
|||||||
importFrom(scales,percent)
|
importFrom(scales,percent)
|
||||||
importFrom(tcltk,tk_choose.files)
|
importFrom(tcltk,tk_choose.files)
|
||||||
importFrom(tibble,rownames_to_column)
|
importFrom(tibble,rownames_to_column)
|
||||||
|
importFrom(tidyr,gather)
|
||||||
importFrom(tidyr,separate)
|
importFrom(tidyr,separate)
|
||||||
useDynLib(RBBGCMuso)
|
useDynLib(RBBGCMuso)
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
#' @importFrom ggplot2 ggplot aes_string geom_line geom_point aes labs theme ggsave element_blank facet_wrap
|
#' @importFrom ggplot2 ggplot aes_string geom_line geom_point aes labs theme ggsave element_blank facet_wrap
|
||||||
#' @importFrom dplyr filter group_by summarize mutate '%>%'
|
#' @importFrom dplyr filter group_by summarize mutate '%>%'
|
||||||
#' @importFrom tibble rownames_to_column
|
#' @importFrom tibble rownames_to_column
|
||||||
#' @importFrom tidyr separate
|
#' @importFrom tidyr separate gather
|
||||||
#' @export
|
#' @export
|
||||||
|
|
||||||
plotMuso <- function(settings=NULL,
|
plotMuso <- function(settings=NULL,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user