We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fc689 commit 40afe17Copy full SHA for 40afe17
R/configuration.R
@@ -78,6 +78,9 @@ get_codecheck_yml_osf <- function(x) {
78
#' @importFrom httr GET content
79
#' @importFrom yaml yaml.load
80
get_codecheck_yml_gitlab <- function(x) {
81
+ # Loading config.R file which is needed for the hyperlink
82
+ source(system.file("extdata", "config.R", package = "codecheck"))
83
+
84
link <- paste0(CONFIG$HYPERLINKS[["gitlab"]], x, "/-/raw/main/codecheck.yml?inline=false")
85
response <- httr::GET(link)
86
0 commit comments