Skip to content

Commit

Permalink
Merge branch 'master' into tomaster
Browse files Browse the repository at this point in the history
  • Loading branch information
berthetclement authored Sep 2, 2024
2 parents 98a38c0 + 9462f33 commit a78c8d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion R/readClusterDesc.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ readClusterSTDesc <- function(opts = simOptions()) {

path <- file.path(opts$inputPath, dir)
api_study <- is_api_study(opts)


table_type <- switch(
dir,
Expand Down
1 change: 0 additions & 1 deletion revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
|rlang |NA |1.1.4 |* |
|stringi |NA |1.8.4 |* |


# Revdeps

2 changes: 1 addition & 1 deletion tests/testthat/helper_init.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ setup_study_empty <- function(dir_path){
# choose pattern
studies <- studies[grep(x = studies,
pattern = "empty_study_v870")]

# untar etude
path_sty <- file.path(tempdir(),
"study_empty_latest_version")
Expand Down

0 comments on commit a78c8d8

Please sign in to comment.