Skip to content

Commit

Permalink
remove unused files and unused dependencies in DESCRIPTION.
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jun 3, 2022
1 parent c1c53b9 commit c9af100
Show file tree
Hide file tree
Showing 29 changed files with 35 additions and 7,980 deletions.
15 changes: 2 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,20 @@ BugReports: https://github.com/OHDSI/DeepPatientLevelPrediction/issues
VignetteBuilder: knitr
Depends:
R (>= 3.3.0),
FeatureExtraction (>= 3.0.0)
Imports:
Andromeda,
DatabaseConnector (>= 3.0.0),
PatientLevelPrediction,
dplyr,
data.table,
knitr,
magrittr,
Matrix,
ParallelLogger (>= 2.0.0),
reshape2,
reticulate (> 1.16),
RSQLite,
slam,
SqlRender (>= 1.1.3),
torch,
tibble,
tidyr
Suggests:
devtools,
keras,
plyr,
tensorflow,
testthat
Remotes:
ohdsi/FeatureExtraction
ohdsi/PatientLevelPrediction
RoxygenNote: 7.1.2
Encoding: UTF-8
13 changes: 3 additions & 10 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,13 @@ export(gridCvDeep)
export(predictDeepEstimator)
export(predictDeepNN)
export(predictTabNetTorch)
export(setCIReNN)
export(setCNNTorch)
export(setCovNN)
export(setCovNN2)
export(setDeepNN)
export(setDeepNNTorch)
export(setRNNTorch)
export(setResNet)
export(setTabNetTorch)
export(setTransformer)
export(singleLayerNN)
export(toSparseMDeep)
export(toSparseRTorch)
export(transferLearning)
export(tripleLayerNN)
import(data.table)
importFrom(zeallot,"%<-%")
importFrom(data.table,":=")
importFrom(dplyr,"%>%")
importFrom(rlang,.data)
1,162 changes: 0 additions & 1,162 deletions R/CIReNN.R

This file was deleted.

178 changes: 0 additions & 178 deletions R/CNNTorch.R

This file was deleted.

Loading

0 comments on commit c9af100

Please sign in to comment.