-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Boehringer-Ingelheim/remove_golem
Remove golem
- Loading branch information
Showing
28 changed files
with
1,706 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# dv.manager 2.1.1-9000 | ||
|
||
- Removes `golem` dependency | ||
|
||
# dv.manager 2.1.1 | ||
|
||
- General code housekeeping | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +0,0 @@ | ||
#' Access files in the current app | ||
#' | ||
#' @param ... Character vector specifying directory and or file to | ||
#' point to inside the current package. | ||
#' | ||
#' @noRd | ||
app_sys <- function(...) { | ||
system.file(..., package = "dv.manager") | ||
} | ||
|
||
|
||
#' #' Read App Config | ||
#' #' | ||
#' #' @param value Value to retrieve from the config file. | ||
#' #' @param config R_CONFIG_ACTIVE value. | ||
#' #' @param use_parent Logical, scan the parent directory for config file. | ||
#' #' | ||
#' #' @noRd | ||
#' get_golem_config <- function(value, | ||
#' config = Sys.getenv("R_CONFIG_ACTIVE", "default"), | ||
#' use_parent = TRUE) { | ||
#' config::get( | ||
#' value = value, | ||
#' config = config, | ||
#' # Modify this if your config file is somewhere else: | ||
#' file = app_sys("golem-config.yml"), | ||
#' use_parent = use_parent | ||
#' ) | ||
#' } | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.