conroylau / lpinfer

lpinfer: An R Package for Inference in Linear Programs
GNU General Public License v3.0
3 stars 5 forks source link

Clean up dependencies #81

Closed a-torgovitsky closed 4 years ago

a-torgovitsky commented 4 years ago

These seem like they are not used anywhere:

modelr
foreach
doMC
parallel
doParallel
ddpcr
Matrix
doSNOW
PtProcess
doRNG
dplyr

In addition, should spelling be part of Imports or part of Suggests?

conroylau commented 4 years ago

Done! Yes, I have checked over again that those packages are no longer used anywhere. They have now been removed from the DESCRIPTION file.

For spelling, I think it should be part of Suggests because it is used to make the spell check tests work. It is not required to make the testing procedures work. Hence, I have moved it from Imports to Suggests.

Thanks!