AnnieHow / dod

dod package development
https://anniehow.github.io/dod/
3 stars 0 forks source link

Make file argument optional for dod.ctd #29

Closed j-harbin closed 2 years ago

j-harbin commented 2 years ago

Fixed with AH in Z (commit d8689bb39c662115bca5124ea0acefe6aa54c64e) . We did the following:

  1. Removed the stop messages if file argument was NULL
  2. If file was NULL, we defined it for BBMP if index=TRUE and index=FALSE
  3. Redefined the url argument in ctd.R to not involve the file argument

We will now be working on BATS.

AnnieHow commented 2 years ago

For BATS, JH and I did Steps 1 and 2. Step 3 wasn't necessary for BATS. Fixed in commit 63ebd9aefc4ed4bda54424e4567e95515d385905.