Changelog
Source:NEWS.md
occumb 1.0.3 (2024/01/04)
CRAN release: 2024-01-08
- Internal changes to fix a number of known bugs, more helpful error messages, and additional testing.
- Improved function documentation.
occumb 1.0.2 (2023/10/19)
CRAN release: 2023-10-19
- Fix license issue: occumb is licensed under GPLv3.
- Some document fixes.
occumb 1.0.0 (2023/09/14)
- Add
z
,theta
, andphi
arguments toeval_util_L()
. - Add
psi
,theta
, andphi
arguments toeval_util_R()
. - Fix
eval_util_R()
to account for site-heterogeneity of parameters. - Remove
loglik()
function from the package. - Some bug fixes, internal changes, and document improvements.
occumb 0.6.1 (2023/07/27)
- Add model specification vignette.
- Some fixes and improvements of documentation.
occumb 0.6.0 (2023/07/20)
- Add package vignette.
- Add
fish
andfish_raw
data. - Add
occumbGof
class. - Add and fix methods for
occumbData
,occumbFit
, andoccumbGof
classes. - Change defaults for
cores
arguments forgof()
,eval_util_L()
, andeval_util_R()
functions. - Some bug fixes, internal changes, and documentation improvements.
occumb 0.5.0 (2023/04/26)
- Add
get_post_samples()
andget_post_summary()
functions. - Add option for parallel computation in
gof()
function. - Fix some bugs in
occumb()
functions. - Fix an issue of parallel computation of
eval_util_L()
andeval_util_R()
functions on Windows.
occumb 0.4.2 (2022/12/13)
- Fix an issue of parallel computation of
eval_util_L()
andeval_util_R()
functions on Windows.
occumb 0.4.1 (2022/11/16)
- Fix some computational issues in
eval_util_L()
andeval_util_R()
functions.
occumb 0.4.0 (2022/06/03)
- Add
eval_util_L()
andeval_util_R()
functions. - Add
list_cond_L()
andlist_cond_R()
functions.
occumb 0.2.1 (2021/11/21)
- A few bug fixes.
- Add validations for the inputs of
occumb()
.
occumb 0.2.0 (2021/11/19)
- Change occumbData class specification and
occumbData()
function. - Add
occumb()
function. - Add methods for
occumbFit
class:plot
,print
,summary
.
occumb 0.1.0 (2021/9/10)
- Initial development of occumb package.
- Add
occumbData()
function.