Closed HenrikBengtsson closed 4 years ago
Hi @HenrikBengtsson ,
Thanks for reporting this. This issue is fixed in the latest commit and I will be pushing an update of the package when another update is also ready as it is not in this case a real issue. The error was simply because the HMM_type=c('i6', 'i3')
argument was compared in HMM && HMM_type == 'i6' && smooth_method == 'coordinate'
before running HMM_type = match.arg(HMM_type)
, so when the argument was not set, HMM_type was not collapsed yet to the first value "i6" (which is the one being evaluated when the flag is not set).
Regards, Christophe.
Running
reveals a
bug that potentially may cause invalid scientific results. For an explanation on
_R_CHECK_LENGTH_1_LOGIC2_
, see Section on R 3.6.0 innews()
or https://github.com/HenrikBengtsson/Wishlist-for-R/issues/48.The full output is: