Closed lwjohnst86 closed 8 months ago
Mostly this is code like rm(), saveRDS(), etc. Don't need to keep them.
rm()
saveRDS()
Also removed the steps.R file, since it doesn't contain code that is necessary for us implementing the algorithm.
steps.R
This doesn't need a thorough review, since much of the code we'll start from scratch and use this code in dev/ for further clarification/inspiration.
dev/
Closes #55
Mostly this is code like
rm()
,saveRDS()
, etc. Don't need to keep them.Also removed the
steps.R
file, since it doesn't contain code that is necessary for us implementing the algorithm.This doesn't need a thorough review, since much of the code we'll start from scratch and use this code in
dev/
for further clarification/inspiration.Closes #55