Closed jd-2001 closed 9 months ago
Hi jd-2001,
I'm aware that hydroGOF
and hydroTSM
were removed from CRAN, but thank you very much for your concern.
I'm working hard in the new versions of the two packages (new functions, improvements and bugfixes), and I hope to submit hydroTSM
by December 2nd, and hydroGOF
the week after.
Meanwhile, you can install both packages from github:
if (!require(devtools)) install.packages("devtools")
library(devtools)
install_github("hzambran/hydroTSM")
install_github("hzambran/hydroGOF")
Thank you for the follow-up because that is great news. We are glad to hear that we will still be able to use it for our model calibration utilities.
We appreciate the time & effort that you have spent developing these packages.
-John
From: Mauricio Zambrano-Bigiarini @.> Sent: Wednesday, November 29, 2023 4:56 PM To: hzambran/hydroGOF @.> Cc: Davis, John (he/him/his) @.>; Author @.> Subject: Re: [hzambran/hydroGOF] hydroGOF & hydroTSM no longer available through CRAN (Issue #20)
Caution: This email originated from outside EPA, please exercise additional caution when deciding whether to open attachments or click on provided links.
Closed #20https://github.com/hzambran/hydroGOF/issues/20 as completed.
- Reply to this email directly, view it on GitHubhttps://github.com/hzambran/hydroGOF/issues/20#event-11101885607, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BEE46SIJDNRA5MQVT2UNKJLYG6VPPAVCNFSM6AAAAAA7USBVSKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGEYDCOBYGU3DANY. You are receiving this because you authored the thread.Message ID: @.**@.>>
hydroTSM and hydroGOF are back on CRAN now:
https://cran.r-project.org/package=hydroTSM https://cran.r-project.org/package=hydroGOF
hydroPSO is comming...
Thank you for the update. I will let others in my research group know.
I appreciate you making this fix so quickly.
-John
From: Mauricio Zambrano-Bigiarini @.> Sent: Monday, January 22, 2024 7:35 AM To: hzambran/hydroGOF @.> Cc: Davis, John (he/him/his) @.>; Author @.> Subject: Re: [hzambran/hydroGOF] hydroGOF & hydroTSM no longer available through CRAN (Issue #20)
Caution: This email originated from outside EPA, please exercise additional caution when deciding whether to open attachments or click on provided links.
hydroTSM and hydroGOF are back on CRAN now:
https://cran.r-project.org/package=hydroTSM https://cran.r-project.org/package=hydroGOF
hydroPSO is comming...
- Reply to this email directly, view it on GitHubhttps://github.com/hzambran/hydroGOF/issues/20#issuecomment-1903914505, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BEE46SLXISCYDQEGPXIUAP3YPZMIRAVCNFSM6AAAAAA7USBVSKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBTHEYTINJQGU. You are receiving this because you authored the thread.Message ID: @.**@.>>
Hello Mauricio,
Recently, I have started receiving error messages when installing hydroGOF and hydroTSM from CRAN. It says they have been archived due to their dependency on maptools, which was also archived on 2023-10-16. I assume this is a known issue, but I wanted to inquire as to whether you had a tentative timeline for removing that dependency and making them available again on CRAN?
Thank you for creating these packages because they have been extremely helpful in my work.