mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
updated renv.lock
This commit is contained in:
parent
7394a6753f
commit
507982c51b
3 changed files with 15 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
########
|
||||
#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//Rtmp6ipYJe/file24f61644daa6.R
|
||||
#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpZZ6Yua/file58174f49b1bf.R
|
||||
########
|
||||
|
||||
i18n_path <- here::here("translations")
|
||||
|
|
|
|||
|
|
@ -2819,11 +2819,11 @@
|
|||
},
|
||||
"emmeans": {
|
||||
"Package": "emmeans",
|
||||
"Version": "2.0.2",
|
||||
"Version": "2.0.1",
|
||||
"Source": "Repository",
|
||||
"Type": "Package",
|
||||
"Title": "Estimated Marginal Means, aka Least-Squares Means",
|
||||
"Date": "2026-02-20",
|
||||
"Date": "2025-12-10",
|
||||
"Authors@R": "c(person(\"Russell V.\", \"Lenth\", role = c(\"aut\", \"cph\"), email = \"russell-lenth@uiowa.edu\"), person(\"Julia\", \"Piaskowski\", role = c(\"cre\", \"aut\"), email = \"julia.piask@gmail.com\"), person(\"Balazs\", \"Banfai\", role = \"ctb\"), person(\"Ben\", \"Bolker\", role = \"ctb\"), person(\"Paul\", \"Buerkner\", role = \"ctb\"), person(\"Iago\", \"Giné-Vázquez\", role = \"ctb\"), person(\"Maxime\", \"Hervé\", role = \"ctb\"), person(\"Maarten\", \"Jung\", role = \"ctb\"), person(\"Jonathon\", \"Love\", role = \"ctb\"), person(\"Fernando\", \"Miguez\", role = \"ctb\"), person(\"Hannes\", \"Riebl\", role = \"ctb\"), person(\"Henrik\", \"Singmann\", role = \"ctb\"))",
|
||||
"Maintainer": "Julia Piaskowski <julia.piask@gmail.com>",
|
||||
"Depends": [
|
||||
|
|
@ -2886,7 +2886,7 @@
|
|||
"sommer",
|
||||
"survival"
|
||||
],
|
||||
"URL": "https://rvlenth.github.io/emmeans/, https://github.com/rvlenth/emmeans/",
|
||||
"URL": "https://rvlenth.github.io/emmeans/,https://rvlenth.github.io/emmeans/",
|
||||
"BugReports": "https://github.com/rvlenth/emmeans/issues",
|
||||
"LazyData": "yes",
|
||||
"ByteCompile": "yes",
|
||||
|
|
@ -5675,10 +5675,10 @@
|
|||
},
|
||||
"mvtnorm": {
|
||||
"Package": "mvtnorm",
|
||||
"Version": "1.3-5",
|
||||
"Version": "1.3-2",
|
||||
"Source": "Repository",
|
||||
"Title": "Multivariate Normal and t Distributions",
|
||||
"Date": "2026-03-10",
|
||||
"Date": "2024-11-04",
|
||||
"Authors@R": "c(person(\"Alan\", \"Genz\", role = \"aut\"), person(\"Frank\", \"Bretz\", role = \"aut\"), person(\"Tetsuhisa\", \"Miwa\", role = \"aut\"), person(\"Xuefei\", \"Mi\", role = \"aut\"), person(\"Friedrich\", \"Leisch\", role = \"ctb\"), person(\"Fabian\", \"Scheipl\", role = \"ctb\"), person(\"Bjoern\", \"Bornkamp\", role = \"ctb\", comment = c(ORCID = \"0000-0002-6294-8185\")), person(\"Martin\", \"Maechler\", role = \"ctb\", comment = c(ORCID = \"0000-0002-8685-9910\")), person(\"Torsten\", \"Hothorn\", role = c(\"aut\", \"cre\"), email = \"Torsten.Hothorn@R-project.org\", comment = c(ORCID = \"0000-0001-8301-0471\")))",
|
||||
"Description": "Computes multivariate normal and t probabilities, quantiles, random deviates, and densities. Log-likelihoods for multivariate Gaussian models and Gaussian copulae parameterised by Cholesky factors of covariance or precision matrices are implemented for interval-censored and exact data, or a mix thereof. Score functions for these log-likelihoods are available. A class representing multiple lower triangular matrices and corresponding methods are part of this package.",
|
||||
"Imports": [
|
||||
|
|
@ -5689,13 +5689,12 @@
|
|||
],
|
||||
"Suggests": [
|
||||
"qrng",
|
||||
"numDeriv",
|
||||
"bibtex"
|
||||
"numDeriv"
|
||||
],
|
||||
"License": "GPL-2",
|
||||
"URL": "http://mvtnorm.R-forge.R-project.org",
|
||||
"NeedsCompilation": "yes",
|
||||
"Author": "Alan Genz [aut], Frank Bretz [aut], Tetsuhisa Miwa [aut], Xuefei Mi [aut], Friedrich Leisch [ctb], Fabian Scheipl [ctb], Bjoern Bornkamp [ctb] (ORCID: <https://orcid.org/0000-0002-6294-8185>), Martin Maechler [ctb] (ORCID: <https://orcid.org/0000-0002-8685-9910>), Torsten Hothorn [aut, cre] (ORCID: <https://orcid.org/0000-0001-8301-0471>)",
|
||||
"Author": "Alan Genz [aut], Frank Bretz [aut], Tetsuhisa Miwa [aut], Xuefei Mi [aut], Friedrich Leisch [ctb], Fabian Scheipl [ctb], Bjoern Bornkamp [ctb] (<https://orcid.org/0000-0002-6294-8185>), Martin Maechler [ctb] (<https://orcid.org/0000-0002-8685-9910>), Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>)",
|
||||
"Maintainer": "Torsten Hothorn <Torsten.Hothorn@R-project.org>",
|
||||
"Repository": "CRAN"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue