diff --git a/R/readClusterDesc.R b/R/readClusterDesc.R index d2b5b564..b233b714 100644 --- a/R/readClusterDesc.R +++ b/R/readClusterDesc.R @@ -96,7 +96,6 @@ readClusterSTDesc <- function(opts = simOptions()) { path <- file.path(opts$inputPath, dir) api_study <- is_api_study(opts) - table_type <- switch( dir, diff --git a/revdep/README.md b/revdep/README.md index 0972f400..a9ec6cea 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -28,6 +28,5 @@ |rlang |NA |1.1.4 |* | |stringi |NA |1.8.4 |* | - # Revdeps diff --git a/tests/testthat/helper_init.R b/tests/testthat/helper_init.R index d08d5a94..23421e42 100644 --- a/tests/testthat/helper_init.R +++ b/tests/testthat/helper_init.R @@ -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")