STAT547-UBC-2019-20 / group05

Repository for our team project (group 05)
0 stars 3 forks source link

Future Work #38

Closed jacobgerlofs closed 4 years ago

jacobgerlofs commented 4 years ago

16

This issue was raised by a peer-reviewer:

  • You can use dir.exists() function 'test check' before using create.dir() in scripts/load.R so that no warning message is printed to console:

    Warning message:
    In dir.create("images") : 'images' already exists

We would like to implement more tests in our scripts, this one is a good starting point!