Skip to content

Commit

Permalink
Restrict the test list
Browse files Browse the repository at this point in the history
  • Loading branch information
fouodo committed Jul 18, 2024
1 parent 9e75ecc commit 76c9d86
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
^\.github$
^README.Rmd
^README.files
^\.covrignore
41 changes: 22 additions & 19 deletions .covrignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
test-entities.R
test-HashTable.R
test-Lrner.R
test-Model.R
test-NewData.R
test-NewLayer.R
test-NewMetaLayer.R
test-NewStudy.R
test-Param.R
test-ParamLrner.R
test-PredictData.R
test-PredictLayer.R
test-PredictMetaLayer.R
test-PredictStudy.R
test-TrainData.R
test-TrainLayer.R
test-TrainMetaLayer.R
test-TrainStudy.R
test-weightedMeanLearner.R
./R/entities.R
./R/HashTable.R
./R/Lrner.R
./R/Model.R
./R/NewData.R
./R/NewLayer.R
./R/NewMetaLayer.R
./R/NewStudy.R
./R/Param.R
./R/ParamLrner.R
./R/ParamVarSel.R
./R/predict.weightedMeanLearner.R
./R/PredictData.R
./R/PredictLayer.R
./R/PredictMetaLayer.R
./R/PredictStudy.R
./R/TrainData.R
./R/TrainLayer.R
./R/TrainMetaLayer.R
./R/TrainStudy.R
./R/VarSel.R
./R/weightedMeanLearner.R

0 comments on commit 76c9d86

Please sign in to comment.