You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am having a problem when I run: k600_read = k.read(ts.data, wnd.z=wnd.z, Kd=kd, atm.press=atm.press, lat=lat, lake.area=lake.area)
and get the error: Error in k.read.base(wnd.z, Kd, lat, lake.area, atm.press, data$datetime, :
'list' object cannot be coerced to type 'double'
I also tried to fix the issue by using devtools::install_github('GLEON/LakeMetabolizer') as is suggested in a previous issue #129 someone posted but got the following error message: Error: Failed to install 'LakeMetabolizer' from GitHub:
(converted from warning) installation of package ‘C:/Users/USER1~1/AppData/Local/Temp/RtmpgZ76DZ/file1c2c5e6366fa/LakeMetabolizer_1.5.3.tar.gz’ had non-zero exit status
I have been following the code in the demo folder
This is also happening with k.read.soloviev and k.macIntyre
The text was updated successfully, but these errors were encountered:
Yes, this error has been fixed in the functions that are currently available on GitHub.
The error you're getting trying to install from GitHub seems like a Windows error, and you might want to try searching for ways to solve the installation problem (maybe it's fixed with a newer R version?). There seem to be ways to turn off errors... Alternatively, you could download the .zip file and install locally, or clone the GitHub repo and load all the functions.
Hi,
I am having a problem when I run:
k600_read = k.read(ts.data, wnd.z=wnd.z, Kd=kd, atm.press=atm.press, lat=lat, lake.area=lake.area)
and get the error: Error in k.read.base(wnd.z, Kd, lat, lake.area, atm.press, data$datetime, :
'list' object cannot be coerced to type 'double'
I also tried to fix the issue by using
devtools::install_github('GLEON/LakeMetabolizer')
as is suggested in a previous issue #129 someone posted but got the following error message: Error: Failed to install 'LakeMetabolizer' from GitHub:(converted from warning) installation of package ‘C:/Users/USER1~1/AppData/Local/Temp/RtmpgZ76DZ/file1c2c5e6366fa/LakeMetabolizer_1.5.3.tar.gz’ had non-zero exit status
I have been following the code in the demo folder
This is also happening with k.read.soloviev and k.macIntyre
The text was updated successfully, but these errors were encountered: