Skip to content

Commit

Permalink
Diagnosing GitHub Actions Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fischer committed Jan 29, 2024
1 parent 19413e1 commit ad48f68
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
2 changes: 0 additions & 2 deletions R/namespace.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#' @keywords internal
.onLoad <- function(libname, pkgname) {
message(paste(list.files(system.file("extdata/config", package = "statR"))))

initUserConfigStore()
}

Expand Down
1 change: 1 addition & 0 deletions R/user_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ initUserConfigStore <- function(store_path = "~/.config/R/statR") {

}

message(paste(list.files(system.file("extdata/config", package = "statR"), full.names = TRUE)))
addUserConfig(store_path = store_path)

loadUserConfig(store_path = store_path)
Expand Down
34 changes: 0 additions & 34 deletions inst/extdata/config/statzh

This file was deleted.

0 comments on commit ad48f68

Please sign in to comment.