Skip to content

Commit

Permalink
fix: fixing issue with recursive utils_download_file
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Aug 27, 2024
1 parent 8372c4e commit 705b6e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: golem
Title: A Framework for Robust Shiny Applications
Version: 0.5.0
Version: 0.5.1
Authors@R: c(
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
> Notes: the # between parenthesis refers to the related issue on GitHub, and the @ refers to an external contributor solving this issue.
# golem 0.5.1

* Hotfixing a bug with utils_download_file (#1168)

# golem 0.5.0

## New functions
Expand Down
4 changes: 0 additions & 4 deletions R/use_files.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# For mocking in test
utils_download_file <- function(...){
utils_download_file(...)
}
#' Use Files
#'
#' These functions download files from external sources and put them inside the `inst/app/www` directory.
Expand Down

0 comments on commit 705b6e1

Please sign in to comment.