ohdsi-studies / PioneerWatchfulWaiting

This study is part of the joint PIONEER - EHDEN - OHDSI studyathon in March 2021, and aims to advance understanding of clinical management and outcomes of watchful waiting in prostate cancer.
Apache License 2.0
7 stars 18 forks source link

Issue with runstudy function (fread_csv) #77

Closed marek05 closed 3 years ago

marek05 commented 3 years ago

I run the version v0.4.3 and encountered an issue with a function:

    Error: 'fread_csv' is not an exported object from 'namespace:data.table'

The issue is with this line and I think there should be "fread" not "fread_csv" https://github.com/ohdsi-studies/PioneerWatchfulWaiting/blob/366c4cfa602cc73b7474e8424c1edd72ba0de259/R/RunStudy.R#L383

keesvanbochove commented 3 years ago

@marek05 thanks for reporting that, could you try again with the current master branch version?

marek05 commented 3 years ago

Thanks. master branch is working correctly. I could run the package successfully.