NEWS
rmutil 124.11.98
rmutil 28.4.02
rmutil 21.9.99
rmutil 18.1.99
rmutil 17.10.00
rmutil 12.10.99
rmutil 12.4.99
rmutil 2.11.98
version 0.1
rmutil 1.1.10 (2022-10-27)
- fix clang15 warnings
- fix latex escape note
- fix version info from new.md note
rmutil 1.1.9 (2022-03-01)
- reset license from GPL-2 to the original GPL (>=2)
rmutil 1.1.8 (2022-02-08)
- fixed typo in C code causing i386 error in rmutil::int()
rmutil 1.1.7 (2022-02-02)
- added Author information of TOMS614/INTHP
- fixed void / SEXP registration issue (LTO / valgrind additional issues)
- fixed 0-sized array warning
- Fixed call_R Issue https://github.com/swihart/rmutil/issues/11
- Updated links to https: where appropriate
rmutil 1.1.6
- Fixed call_R Issue https://github.com/swihart/rmutil/issues/11
- Updated links to https: where appropriate
rmutil 1.1.5 (2020-06-09)
- Fixed Issue https://github.com/swihart/rmutil/issues/10 -- updated BetaBinomial
help documentation to relate
m
and s
to the standard/traditional alpha
and beta
parameterization. Thanks to @sjenkins20 on github for the suggestion!
- Fixed Issue https://github.com/swihart/rmutil/issues/9 -- Condition has length > 1 and only the first element will be used warning in
int
. Thank you @ellessenne on github for chasing this one down.
rmutil 1.1.4 (2020-04-25)
- In response to K. Hornik email regarding the stringsAsFactors=FALSE default in upcoming R versions, I did the following 3 edits:
- add
stringsAsFactors=TRUE
to the v <- data.frame() call in the example of tvctomat.Rd
- add
stringsAsFactors=TRUE
to the data.frame() call in the function tvctomat()
(around line 1160 in objectrm.r
): (oldtvcov$tvcov <- data.frame(oldtvcov$tvcov,tvcv, stringsAsFactors = TRUE)
- turn
tvcv <- as.data.frame(as.vector(t(as.matrix(tvcov))))
into tvcv <- data.frame(as.character(as.vector(t(as.matrix(tvcov)))),stringsAsFactors=TRUE)
in the function tvctomat()
(around line 937 of objectrm.r
)
- Issue https://github.com/swihart/rmutil/issues/8.
rmutil 1.1.3 (2019-03-04)
- Implemented better fixes for https://github.com/swihart/rmutil/issues/5
(Thanks @hennerw!) where values below the support will give 0 and values
above support give 1 for pbetabinom and dbetabinom as the last fix in
1.1.2 could give erroneous results.
Let me know if other functions need this
functionality -- I'd be happy to update.
- Removed local generic
weights
as per personal communication from
K Hornik
rmutil 1.1.2 (2019-02-01)
- Implemented https://github.com/swihart/rmutil/issues/5 (Thanks @hennerw!)
where values below the support will give 0 and values above support give 1
for pbetabinom and dbetabinom. Let me know if other functions need this
functionality -- I'd be happy to update.
rmutil 1.1.1 (2018-05-27)
- fixed an
_R_CHECK_LENGTH_1_CONDITION_=true
error
- fixed
_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_=true
errors.
- changed Example in DataMethods.Rd to
glm(y~x+z, data=as.data.frame(reps))
rmutil 1.1.0 (2016-11-25)
Major changes
Passed CRAN checks and is back on CRAN. Please see github page
https://github.com/swihart/rmutil to see the changes required
to pass CRAN checks.
I'll try to document the changes henceforth here and at
https://github.com/swihart/rmutil/issues.
rmutil 1.0
rmutil 0.9
rmutil 0.8
rmutil 0.7
rmutil 0.6
rmutil 0.5 (1999-07-01)
rmutil 0.4 (1999-04-09)
rmutil 0.3
rmutil 0.2
rmutil 0.001