Skip to content

Commit

Permalink
Merge pull request #7 from RogerGinBer/devel
Browse files Browse the repository at this point in the history
Code efficiency update
Included small changes suggested in review
Removed parallelization for efficiency in many functions
  • Loading branch information
RogerGinBer committed Jul 5, 2021
2 parents 488d82f + 0562e62 commit d5e41cb
Show file tree
Hide file tree
Showing 17 changed files with 794 additions and 759 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ Suggests:
knitr,
testthat,
covr

2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ importFrom(grDevices,colorRamp)
importFrom(grDevices,rgb)
importFrom(keras,load_model_hdf5)
importFrom(keras,predict_classes)
importFrom(stats,IQR)
importFrom(stats,approx)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,data)
importFrom(utils,read.csv)
Expand Down
Loading

0 comments on commit d5e41cb

Please sign in to comment.