Skip to content

Commit e5830d1

Browse files
committed
fix: Renamed a function in 02_dev.R (add_any_file => add_empty_file)
1 parent 98cfaa1 commit e5830d1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: golem
22
Title: A Framework for Robust Shiny Applications
3-
Version: 0.5.1.9009
3+
Version: 0.5.1.9010
44
Authors@R: c(
55
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"),
66
comment = c(ORCID = "0000-0001-7343-1846")),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
- Removing the comments on golem creation didn't work fully, this has been fixed.
2323

24+
- Renamed a function in 02_dev.R (add_any_file => add_empty_file)
25+
2426
## Internal changes
2527

2628
- Full refactoring of the `add_*_files` and `use_*_files` functions that now all share the same behavior

inst/shinyexample/dev/02_dev.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ golem::add_js_file("script")
3434
golem::add_js_handler("handlers")
3535
golem::add_css_file("custom")
3636
golem::add_sass_file("custom")
37-
golem::add_any_file("file.json")
37+
golem::add_empty_file("file.json")
3838

3939
## Add internal datasets ----
4040
## If you have data in your package

0 commit comments

Comments
 (0)