Closed todolist-larrieu closed 4 years ago
@todolist-larrieu Thanks for the alert! This is now fixed on GitHub, I'll close this issue once the next version goes to CRAN. In the meantime, you can either install the development version of neonUtilities from here, or modify your download to include a little more data - this turned out to be a fairly unlikely bug to hit, and in this case it wouldn't happen if another site was added to the download:
tckpath <- loadByProduct(dpID = 'DP1.10092.001', site = c('KONZ', 'KONA'), check.size=FALSE)
@todolist-larrieu This is fixed in v1.3.7, now on CRAN.
Function loadByProduct and stackByTable
Describe the bug
Requesting data using either stackByTable or loadByProduct resorts in this error
"Error in file(file, "rt") : invalid 'description' argument"
To Reproduce <- loadByProduct(dpID = 'DP1.10092.001', site = 'KONZ', startdate = '2015-01-01', enddate = '2019-12-31', check.size=FALSE)
stackByTable("NEON_pathogens-tick.zip")
Expected behavior A clear and concise description of what you expected to happen.
System (please complete the following information):
OS: [windows 10 ]
R Version: [4.0.2]
Additional context