pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-insight
Module Name: pkgsrc
Committed By: mef
Date: Fri Jan 26 22:06:19 UTC 2024
Modified Files:
pkgsrc/math/R-insight: Makefile distinfo
Log Message:
(math/R-insite) Updated 0.19.3 to 0.19.7
# insight 0.19.7
## General
* Support for objects of class `ggcomparisons` from
`ggeffects::hypothesis_test()`.
* `brms::gr()` is now supported, meaning that functions like
`get_data()` or `find_predictors()` now also work for models with
group-specific random effects.
* Fix CRAN check issues due to the last *fixest* update.
## Changes to functions
* `get_varcov()` for models of class `pgmm` (package *plm*) now also
supported robust variance-covariance matrices (i.e. argument
`vcov`).
## Bug fixes
* Fixed issue in `find_predictors()` for survival models with `strata()`,
containing more that one variable.
* Fixed issue in `model_info()`, where in some cases logistic
regression models were erroneously considered as `"bernoulli"`
models.
* Fixed issue in `find_formula()` for models of class `gamlss` when
the `random()` function was used with namespace in the formula
(i.e. `... + gamlss::random()`).
* `model_info()` now detects models with zero-inflation part from package
*glmmTMB* when models have truncated-families but no `ziformula`.
# insight 0.19.6
## General
* Improved documentation for `get_predicted_ci()`.
## Changes to functions
* `model_info()` now recognized ordered beta families.
* `find_formula` and `get_response` for `nestedLogit` models gain a `dichotomies`
argument, to return values for the dichotomies used to fit the model.
## Bug fixes
* `find_transformation()` better detects power-transformation of the response
variable.
* Corrected return value from `find_statistic` for `nnet::multinom()` models.
* `clean_parameters()` did not return the `"clean_parameters"` class attributes
for some object. This caused issued in upstream packages.
* Fixed issue in `model_info()`, which did not correctly detect "Bernoulli"
property for some models classes (like `glmmTMB` or `glmerMod`).
# insight 0.19.5
## Bug fixes
* Fixed critical issue with `check_if_installed()` for old R releases.
# insight 0.19.4
## Changes to functions
* `get_predicted()` now accepts `predict = "link"` for gaussian models with
log-link (i.e. `glm(..., family = gaussian("log"))`), to return predictions
on the link scale.
* `check_if_installed()` now automatically checks the package
DESCRIPTION file to determine the correct minimum version required.
## Bug fixes
* Fixed issue with invalid multibyte strings in `trim_ws()`.
* Fixed issue in `find_statistic()` for models from package *fixest*.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-insight/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-insight/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-insight/Makefile
diff -u pkgsrc/math/R-insight/Makefile:1.4 pkgsrc/math/R-insight/Makefile:1.5
--- pkgsrc/math/R-insight/Makefile:1.4 Sat Jul 8 04:31:42 2023
+++ pkgsrc/math/R-insight/Makefile Fri Jan 26 22:06:19 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2023/07/08 04:31:42 mef Exp $
+# $NetBSD: Makefile,v 1.5 2024/01/26 22:06:19 mef Exp $
R_PKGNAME= insight
-R_PKGVER= 0.19.3
+R_PKGVER= 0.19.7
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Easy Access to Model Information for Various Model Objects
Index: pkgsrc/math/R-insight/distinfo
diff -u pkgsrc/math/R-insight/distinfo:1.6 pkgsrc/math/R-insight/distinfo:1.7
--- pkgsrc/math/R-insight/distinfo:1.6 Sat Jul 8 04:31:42 2023
+++ pkgsrc/math/R-insight/distinfo Fri Jan 26 22:06:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/07/08 04:31:42 mef Exp $
+$NetBSD: distinfo,v 1.7 2024/01/26 22:06:19 mef Exp $
-BLAKE2s (R/insight_0.19.3.tar.gz) = abdc782bfc14eca2cf8a1937e038fd37fd08001c3e1acb7e990028a152f18c04
-SHA512 (R/insight_0.19.3.tar.gz) = 34adfaa0756e164b3635da57df57de45bfaf1df277b243b4fa3df4c382a9a078f09b7e8ddb9537bd58dcecfd32b02f197296e96f2f5db2f8e0eb04bc41df445f
-Size (R/insight_0.19.3.tar.gz) = 932770 bytes
+BLAKE2s (R/insight_0.19.7.tar.gz) = 36597783133b567f4a6b45a5f896727a97475e29fd698e54aa6ca7dfdcc9bc4b
+SHA512 (R/insight_0.19.7.tar.gz) = 0575887aaa15ebe983fd0bd11bedf392f0a5047e89df9d823c49537cc4e406ecb18c935d6a5f144b0248f7536fbdcdd69dc9b3910202954c4105879fdd6ce91f
+Size (R/insight_0.19.7.tar.gz) = 942564 bytes
Home |
Main Index |
Thread Index |
Old Index