r cmd check fixes
This commit is contained in:
Родитель
3e8d745622
Коммит
858496ff8d
|
@ -12,3 +12,4 @@ start-up.R
|
|||
^rsconnect$
|
||||
^sandbox$
|
||||
azure-pipelines.yml
|
||||
^_pkgdown\.yml$
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#' Run the Shiny Application
|
||||
#' Run datamations shiny application
|
||||
#'
|
||||
#' @export
|
||||
#' @noRd
|
||||
run_app <- function() {
|
||||
shiny::shinyApp(
|
||||
ui = app_ui,
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/run_app.R
|
||||
\name{run_app}
|
||||
\alias{run_app}
|
||||
\title{Run datamations shiny application}
|
||||
\usage{
|
||||
run_app()
|
||||
}
|
||||
\description{
|
||||
Run datamations shiny application
|
||||
}
|
Загрузка…
Ссылка в новой задаче