Skip to content

Commit 0f9c8fe

Browse files
Remove methods for nestedmodels (#282)
* remove nestedmodels methods * Update test coverage GH action --------- Co-authored-by: Julia Silge <[email protected]>
1 parent 5836908 commit 0f9c8fe

File tree

6 files changed

+1
-235
lines changed

6 files changed

+1
-235
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload test results
4646
if: failure()
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: coverage-test-failures
5050
path: ${{ runner.temp }}/package

DESCRIPTION

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Suggests:
5050
mda,
5151
mgcv,
5252
modeldata,
53-
nestedmodels,
5453
nnet,
5554
parsnip (>= 0.1.6),
5655
pkgload,
@@ -68,7 +67,6 @@ Suggests:
6867
survival (>= 3.2-10),
6968
testthat (>= 3.0.0),
7069
TH.data,
71-
tidyr,
7270
usethis (>= 1.5.0),
7371
xgboost (>= 1.3.2.1),
7472
xrf

NAMESPACE

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ S3method(axe_call,mixo_spls)
2424
S3method(axe_call,ml_model)
2525
S3method(axe_call,model_fit)
2626
S3method(axe_call,multnet)
27-
S3method(axe_call,nested_model_fit)
2827
S3method(axe_call,nnet)
2928
S3method(axe_call,randomForest)
3029
S3method(axe_call,ranger)
@@ -45,7 +44,6 @@ S3method(axe_ctrl,default)
4544
S3method(axe_ctrl,gam)
4645
S3method(axe_ctrl,ml_model)
4746
S3method(axe_ctrl,model_fit)
48-
S3method(axe_ctrl,nested_model_fit)
4947
S3method(axe_ctrl,randomForest)
5048
S3method(axe_ctrl,regbagg)
5149
S3method(axe_ctrl,rpart)
@@ -66,7 +64,6 @@ S3method(axe_data,mixo_pls)
6664
S3method(axe_data,mixo_spls)
6765
S3method(axe_data,ml_model)
6866
S3method(axe_data,model_fit)
69-
S3method(axe_data,nested_model_fit)
7067
S3method(axe_data,regbagg)
7168
S3method(axe_data,rpart)
7269
S3method(axe_data,survbagg)
@@ -89,7 +86,6 @@ S3method(axe_env,lda)
8986
S3method(axe_env,lm)
9087
S3method(axe_env,mda)
9188
S3method(axe_env,model_fit)
92-
S3method(axe_env,nested_model_fit)
9389
S3method(axe_env,nnet)
9490
S3method(axe_env,qda)
9591
S3method(axe_env,quosure)
@@ -137,7 +133,6 @@ S3method(axe_fitted,mixo_pls)
137133
S3method(axe_fitted,mixo_spls)
138134
S3method(axe_fitted,ml_model)
139135
S3method(axe_fitted,model_fit)
140-
S3method(axe_fitted,nested_model_fit)
141136
S3method(axe_fitted,nnet)
142137
S3method(axe_fitted,ranger)
143138
S3method(axe_fitted,recipe)

R/nested_model_fit.R

Lines changed: 0 additions & 115 deletions
This file was deleted.

man/axe-nested_model_fit.Rd

Lines changed: 0 additions & 59 deletions
This file was deleted.

tests/testthat/test-nested_model_fit.R

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)