jarad / FluSight

An R package containing functions used in the CDC Flu Forecasting competition
GNU General Public License v3.0
12 stars 7 forks source link

verify_colnames fails with error #21

Closed elray1 closed 6 years ago

elray1 commented 6 years ago

"Error in colnames(full_entry_score) : object 'full_entry_score' not found"

This was called via: 5: colnames(full_entry_score) 4: verify_colnames(entry, challenge) 3: arrange_entry(entry = entry, challenge = challenge) 2: read_entry(file, challenge) 1: FluSight::verify_entry_file(res_file)

Using the version of FluSight available to be installed from GitHub on 10/1/2017.

craigjmcgowan commented 6 years ago

Thanks Evan. I'm traveling tomorrow and will take a look on the plane...