Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marton-balazs-kovacs committed Jun 24, 2020
1 parent 9d7276f commit d900d1b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ $run_dev.*
^pkgdown$
^\.github$
^codecov\.yml$
rsconnect/
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ Imports:
golem,
htmltools,
processx,
attempt,
DT,
glue,
shinyjs,
dplyr,
xml2,
readr,
Expand All @@ -45,7 +43,11 @@ Imports:
yaml,
rclipboard,
magrittr,
shinyWidgets
shinyWidgets,
config,
callr,
clipr,
htmlwidgets
RoxygenNote: 7.1.0
Suggests:
testthat,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export(read_infosheet)
export(run_app)
export(validate_infosheet)
import(shiny)
importFrom(config,get)
importFrom(glue,glue)
importFrom(golem,with_golem_options)
importFrom(htmltools,HTML)
Expand Down
2 changes: 1 addition & 1 deletion R/app_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ app_sys <- function(...){
#' @param config R_CONFIG_ACTIVE value.
#' @param use_parent Logical, scan the parent directory for config file.
#'
# #' @importFrom config get
#' @importFrom config get
#'
#' @noRd
get_golem_config <- function(
Expand Down
2 changes: 1 addition & 1 deletion R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ golem_add_external_resources <- function(){

tags$head(
golem::activate_js(),
golem::favicon(),
# golem::favicon(),
# Add sweetalert2 JS library
tags$script(src = "https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"),
# Add custom css stylesheet
Expand Down
2 changes: 0 additions & 2 deletions data-raw/infosheet_template.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library(magrittr)

template_url <- "https://docs.google.com/spreadsheets/d/1Gl0cwqN_nTsdFH9yhSvi9NypBfDCEhViGq4A3MnBrG8/edit?usp=sharing"

safe_gs_url <- purrr::safely(googlesheets::gs_url)
Expand Down
4 changes: 2 additions & 2 deletions dev/02_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ devtools::build_vignettes()
## 3.2 Code coverage
## You'll need GitHub there
usethis::use_github()
usethis::use_travis()
usethis::use_appveyor()
# usethis::use_travis()
# usethis::use_appveyor()

# You're now set!
# go to dev/03_deploy.R
Expand Down

0 comments on commit d900d1b

Please sign in to comment.