Skip to content

Commit

Permalink
updated reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Aug 10, 2021
1 parent 207b9b2 commit 92542d3
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 277 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3verse
Title: Easily Install and Load the 'mlr3' Package Family
Version: 0.2.1.9000
Version: 0.2.2
Authors@R:
c(person(given = "Michel",
family = "Lang",
Expand All @@ -22,20 +22,20 @@ URL: https://mlr3verse.mlr-org.com,
https://github.com/mlr-org/mlr3verse
BugReports: https://github.com/mlr-org/mlr3verse/issues
Depends:
R (>= 3.1.0)
R (>= 3.1.0),
mlr3 (>= 0.12.0),
Imports:
bbotk,
data.table,
mlr3 (>= 0.11.0),
mlr3cluster,
mlr3data,
mlr3filters,
mlr3fselect,
mlr3learners,
mlr3misc,
mlr3pipelines,
mlr3proba,
mlr3tuning (>= 0.7.0),
mlr3proba (>= 0.4.0),
mlr3tuning (>= 0.8.0),
mlr3viz,
paradox (>= 0.6.0)
Encoding: UTF-8
Expand Down
81 changes: 5 additions & 76 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,17 @@ export(AutoTuner)
export(FSelectInstanceMultiCrit)
export(FSelectInstanceSingleCrit)
export(GraphLearner)
export(TaskClassif)
export(TaskClust)
export(TaskDens)
export(TaskRegr)
export(TaskSurv)
export(TuningInstanceMultiCrit)
export(TuningInstanceSingleCrit)
export(as.data.table)
export(as_benchmark_result)
export(as_data_backend)
export(as_graph)
export(as_learner)
export(as_learners)
export(as_measure)
export(as_measures)
export(as_prediction)
export(as_prediction_classif)
export(as_prediction_regr)
export(as_resample_result)
export(as_resampling)
export(as_resamplings)
export(as_task)
export(as_task_classif)
export(as_task_regr)
export(as_tasks)
export(as_prediction_surv)
export(as_task_surv)
export(auto_tuner)
export(autoplot)
export(benchmark)
export(benchmark_grid)
export(extract_inner_tuning_results)
export(flt)
export(flts)
Expand All @@ -45,23 +27,13 @@ export(generate_design_lhs)
export(generate_design_random)
export(greplicate)
export(gunion)
export(lrn)
export(lrns)
export(mlr3verse_info)
export(mlr_filters)
export(mlr_fselectors)
export(mlr_graphs)
export(mlr_learners)
export(mlr_measures)
export(mlr_pipeops)
export(mlr_reflections)
export(mlr_resamplings)
export(mlr_task_generators)
export(mlr_tasks)
export(mlr_terminators)
export(mlr_tuners)
export(msr)
export(msrs)
export(p_dbl)
export(p_fct)
export(p_int)
Expand All @@ -71,9 +43,6 @@ export(pecs)
export(po)
export(ppl)
export(ps)
export(resample)
export(rsmp)
export(rsmps)
export(selector_all)
export(selector_cardinality_greater_than)
export(selector_grep)
Expand All @@ -85,61 +54,19 @@ export(selector_none)
export(selector_setdiff)
export(selector_type)
export(selector_union)
export(set_threads)
export(tgen)
export(tgens)
export(tnr)
export(tnrs)
export(to_tune)
export(trm)
export(trms)
export(tsk)
export(tsks)
export(tune)
export(tune_nested)
import(mlr3)
importFrom(bbotk,mlr_terminators)
importFrom(bbotk,trm)
importFrom(bbotk,trms)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(mlr3,TaskClassif)
importFrom(mlr3,TaskRegr)
importFrom(mlr3,as_benchmark_result)
importFrom(mlr3,as_data_backend)
importFrom(mlr3,as_learner)
importFrom(mlr3,as_learners)
importFrom(mlr3,as_measure)
importFrom(mlr3,as_measures)
importFrom(mlr3,as_prediction)
importFrom(mlr3,as_prediction_classif)
importFrom(mlr3,as_prediction_regr)
importFrom(mlr3,as_resample_result)
importFrom(mlr3,as_resampling)
importFrom(mlr3,as_resamplings)
importFrom(mlr3,as_task)
importFrom(mlr3,as_task_classif)
importFrom(mlr3,as_task_regr)
importFrom(mlr3,as_tasks)
importFrom(mlr3,benchmark)
importFrom(mlr3,benchmark_grid)
importFrom(mlr3,lrn)
importFrom(mlr3,lrns)
importFrom(mlr3,mlr_learners)
importFrom(mlr3,mlr_measures)
importFrom(mlr3,mlr_reflections)
importFrom(mlr3,mlr_resamplings)
importFrom(mlr3,mlr_task_generators)
importFrom(mlr3,mlr_tasks)
importFrom(mlr3,msr)
importFrom(mlr3,msrs)
importFrom(mlr3,resample)
importFrom(mlr3,rsmp)
importFrom(mlr3,rsmps)
importFrom(mlr3,set_threads)
importFrom(mlr3,tgen)
importFrom(mlr3,tgens)
importFrom(mlr3,tsk)
importFrom(mlr3,tsks)
importFrom(mlr3cluster,TaskClust)
importFrom(mlr3filters,flt)
importFrom(mlr3filters,flts)
Expand Down Expand Up @@ -172,6 +99,8 @@ importFrom(mlr3pipelines,selector_type)
importFrom(mlr3pipelines,selector_union)
importFrom(mlr3proba,TaskDens)
importFrom(mlr3proba,TaskSurv)
importFrom(mlr3proba,as_prediction_surv)
importFrom(mlr3proba,as_task_surv)
importFrom(mlr3proba,pecs)
importFrom(mlr3tuning,AutoTuner)
importFrom(mlr3tuning,TuningInstanceMultiCrit)
Expand Down
5 changes: 2 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# mlr3verse 0.2.1.9000

- Internal changes only.
# mlr3verse 0.2.2

- Updated reexports.

# mlr3verse 0.2.1

Expand Down
151 changes: 0 additions & 151 deletions R/reexports_mlr3.R

This file was deleted.

9 changes: 9 additions & 0 deletions R/reexports_mlr3proba.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ mlr3proba::TaskDens
#' @importFrom mlr3proba pecs
#' @export
mlr3proba::pecs


#' @importFrom mlr3proba as_task_surv
#' @export
mlr3proba::as_task_surv

#' @importFrom mlr3proba as_prediction_surv
#' @export
mlr3proba::as_prediction_surv
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#' * Hyperband tuning algorithm: \CRANpkg{mlr3hyperband}
#' * Interface to real (out-of-memory) data bases: \CRANpkg{mlr3db}
#'
#' @import mlr3
"_PACKAGE"

.onLoad = function(libname, pkgname) {
Expand Down
Loading

0 comments on commit 92542d3

Please sign in to comment.