Closed hududed closed 4 years ago
Hi
when running EBO::task() I get the error: Error: 'task' is not an exported object from 'namespace:EBO'
EBO::task()
Error: 'task' is not an exported object from 'namespace:EBO'
This is sessionInfo() after require(EBO) in a fresh session
sessionInfo()
require(EBO)
R version 4.0.1 (2020-06-06) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17134) Matrix products: default Random number generation: RNG: Mersenne-Twister Normal: Inversion Sample: Rounding locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] EBO_0.9.1 loaded via a namespace (and not attached): [1] progress_1.2.2 tidyselect_1.1.0 purrr_0.3.4 splines_4.0.1 lattice_0.20-41 colorspace_1.4-1 [7] vctrs_0.3.1 generics_0.0.2 htmltools_0.5.0 viridisLite_0.3.0 survival_3.1-12 plotly_4.9.2.1 [13] rlang_0.4.6 pillar_1.4.4 withr_2.2.0 glue_1.4.1 rappdirs_0.3.1 plot3D_1.3 [19] RColorBrewer_1.1-2 lhs_1.0.2 mco_1.0-15.1 lifecycle_0.2.0 munsell_0.5.0 gtable_0.3.0 [25] htmlwidgets_1.5.1 irace_3.4.1 misc3d_0.8-4 parallelMap_1.5.0 cmaesr_1.0.3 batchtools_0.9.13 [31] parallel_4.0.1 Rcpp_1.0.4.6 scales_1.1.1 backports_1.1.8 checkmate_2.0.0 jsonlite_1.6.1 [37] fastmatch_1.1-0 brew_1.0-6 ggplot2_3.3.1 hms_0.5.3 digest_0.6.25 stringi_1.4.6 [43] BBmisc_1.11 dplyr_1.0.0 RJSONIO_1.3-1.4 grid_4.0.1 tools_4.0.1 magrittr_1.5 [49] base64url_1.4 lazyeval_0.2.2 tibble_3.0.1 crayon_1.3.4 mlr_2.17.1 tidyr_1.1.0 [55] mlrMBO_1.1.4 pkgconfig_2.0.3 ellipsis_0.3.1 Matrix_1.2-18 prettyunits_1.1.1 data.table_1.12.8 [61] smoof_1.6.0.2 ParamHelpers_1.14 httr_1.4.1 rstudioapi_0.11 R6_2.4.1 compiler_4.0.1
Please advise
sry for this. should be fixed now.
Hi
when running
EBO::task()
I get the error:Error: 'task' is not an exported object from 'namespace:EBO'
This is
sessionInfo()
afterrequire(EBO)
in a fresh sessionPlease advise