Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 17, 2024
1 parent f054c2c commit 6cc9ae9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion R/FeatureEngineering.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ createUnivariateFeatureSelection <- function(k = 100) {
#' An object of class \code{featureEngineeringSettings}
#' @export
createRandomForestFeatureSelection <- function(ntrees = 2000, maxDepth = 17) {
rlang::CheckInstalled(
rlang::check_installed(
"reticulate",
reason = "This function requires the reticulate package to be installed"
)
Expand Down
6 changes: 0 additions & 6 deletions tests/testthat/helper-objects.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ if (Sys.getenv("GITHUB_ACTIONS") == "true") {
saveLoc <- tempfile("saveLoc")
dir.create(saveLoc)


# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# simulated data Tests
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
data("plpDataSimulationProfile")

# PLPDATA
connectionDetails <- Eunomia::getEunomiaConnectionDetails()
Eunomia::createCohorts(connectionDetails)
Expand Down

0 comments on commit 6cc9ae9

Please sign in to comment.