Skip to content

Commit

Permalink
docs: update 01_start.R
Browse files Browse the repository at this point in the history
- remove artefacts from older set_options()
- inform user about setting some default golem options
  • Loading branch information
ilyaZar authored and ColinFay committed May 26, 2023
1 parent f36fe96 commit 57fc72c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions inst/shinyexample/dev/01_start.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
########################################

## Fill the DESCRIPTION ----
## Add meta data about your application
## Add meta data about your application and set some default {golem} options
##
## /!\ Note: if you want to change the name of your app during development,
## either re-run this function, call golem::set_golem_name(), or don't forget
Expand All @@ -33,11 +33,6 @@ golem::fill_desc(
set_options = TRUE # Set the global golem options
)

## Set {golem} options ----
## Is highly recommended to run and will be set as the default via
## fill_desc(..., set_options = TRUE) in future versions of {golem}
golem::set_golem_options()

## Install the required dev dependencies ----
golem::install_dev_deps()

Expand Down

0 comments on commit 57fc72c

Please sign in to comment.