Skip to content

Commit 1d7c3d2

Browse files
committed
Update renv.lock to include coin
1 parent a72af65 commit 1d7c3d2

1 file changed

Lines changed: 131 additions & 5 deletions

File tree

renv.lock

Lines changed: 131 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"Repositories": [
55
{
66
"Name": "BioCsoft",
7-
"URL": "https://bioconductor.org/packages/3.19/bioc"
7+
"URL": "https://bioconductor.org/packages/3.21/bioc"
88
},
99
{
1010
"Name": "BioCann",
11-
"URL": "https://bioconductor.org/packages/3.19/data/annotation"
11+
"URL": "https://bioconductor.org/packages/3.21/data/annotation"
1212
},
1313
{
1414
"Name": "BioCexp",
15-
"URL": "https://bioconductor.org/packages/3.19/data/experiment"
15+
"URL": "https://bioconductor.org/packages/3.21/data/experiment"
1616
},
1717
{
1818
"Name": "BioCworkflows",
19-
"URL": "https://bioconductor.org/packages/3.19/workflows"
19+
"URL": "https://bioconductor.org/packages/3.21/workflows"
2020
},
2121
{
2222
"Name": "BioCbooks",
23-
"URL": "https://bioconductor.org/packages/3.19/books"
23+
"URL": "https://bioconductor.org/packages/3.21/books"
2424
},
2525
{
2626
"Name": "CRAN",
@@ -1705,6 +1705,49 @@
17051705
"NeedsCompilation": "no",
17061706
"Repository": "CRAN"
17071707
},
1708+
"coin": {
1709+
"Package": "coin",
1710+
"Version": "1.4-3",
1711+
"Source": "Repository",
1712+
"Date": "2023-09-26",
1713+
"Title": "Conditional Inference Procedures in a Permutation Test Framework",
1714+
"Authors@R": "c(person(\"Torsten\", \"Hothorn\", role = c(\"aut\", \"cre\"), email = \"Torsten.Hothorn@R-project.org\", comment = c(ORCID = \"0000-0001-8301-0471\")), person(\"Henric\", \"Winell\", role = \"aut\", comment = c(ORCID = \"0000-0001-7995-3047\")), person(\"Kurt\", \"Hornik\", role = \"aut\", comment = c(ORCID = \"0000-0003-4198-9911\")), person(c(\"Mark\", \"A.\"), \"van de Wiel\", role = \"aut\", comment = c(ORCID = \"0000-0003-4780-8472\")), person(\"Achim\", \"Zeileis\", role = \"aut\", comment = c(ORCID = \"0000-0003-0918-3766\")))",
1715+
"Description": "Conditional inference procedures for the general independence problem including two-sample, K-sample (non-parametric ANOVA), correlation, censored, ordered and multivariate problems described in <doi:10.18637/jss.v028.i08>.",
1716+
"Depends": [
1717+
"R (>= 3.6.0)",
1718+
"survival"
1719+
],
1720+
"Imports": [
1721+
"methods",
1722+
"parallel",
1723+
"stats",
1724+
"stats4",
1725+
"utils",
1726+
"libcoin (>= 1.0-9)",
1727+
"matrixStats (>= 0.54.0)",
1728+
"modeltools (>= 0.2-9)",
1729+
"mvtnorm (>= 1.0-5)",
1730+
"multcomp"
1731+
],
1732+
"Suggests": [
1733+
"xtable",
1734+
"e1071",
1735+
"vcd",
1736+
"TH.data (>= 1.0-7)"
1737+
],
1738+
"LinkingTo": [
1739+
"libcoin (>= 1.0-9)"
1740+
],
1741+
"LazyData": "yes",
1742+
"NeedsCompilation": "yes",
1743+
"ByteCompile": "yes",
1744+
"Encoding": "UTF-8",
1745+
"License": "GPL-2",
1746+
"URL": "http://coin.r-forge.r-project.org",
1747+
"Author": "Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>), Henric Winell [aut] (<https://orcid.org/0000-0001-7995-3047>), Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>), Mark A. van de Wiel [aut] (<https://orcid.org/0000-0003-4780-8472>), Achim Zeileis [aut] (<https://orcid.org/0000-0003-0918-3766>)",
1748+
"Maintainer": "Torsten Hothorn <Torsten.Hothorn@R-project.org>",
1749+
"Repository": "CRAN"
1750+
},
17081751
"colorspace": {
17091752
"Package": "colorspace",
17101753
"Version": "2.1-1",
@@ -3898,6 +3941,34 @@
38983941
"Maintainer": "Deepayan Sarkar <deepayan.sarkar@r-project.org>",
38993942
"Repository": "CRAN"
39003943
},
3944+
"libcoin": {
3945+
"Package": "libcoin",
3946+
"Version": "1.0-10",
3947+
"Source": "Repository",
3948+
"Title": "Linear Test Statistics for Permutation Inference",
3949+
"Date": "2023-09-26",
3950+
"Authors@R": "c(person(\"Torsten\", \"Hothorn\", role = c(\"aut\", \"cre\"), email = \"Torsten.Hothorn@R-project.org\", comment = c(ORCID = \"0000-0001-8301-0471\")), person(\"Henric\", \"Winell\", role = \"aut\", comment = c(ORCID = \"0000-0001-7995-3047\")))",
3951+
"Description": "Basic infrastructure for linear test statistics and permutation inference in the framework of Strasser and Weber (1999) <https://epub.wu.ac.at/102/>. This package must not be used by end-users. CRAN package 'coin' implements all user interfaces and is ready to be used by anyone.",
3952+
"Depends": [
3953+
"R (>= 3.4.0)"
3954+
],
3955+
"Suggests": [
3956+
"coin"
3957+
],
3958+
"Imports": [
3959+
"stats",
3960+
"mvtnorm"
3961+
],
3962+
"LinkingTo": [
3963+
"mvtnorm"
3964+
],
3965+
"NeedsCompilation": "yes",
3966+
"License": "GPL-2",
3967+
"Author": "Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>), Henric Winell [aut] (<https://orcid.org/0000-0001-7995-3047>)",
3968+
"Maintainer": "Torsten Hothorn <Torsten.Hothorn@R-project.org>",
3969+
"Repository": "CRAN",
3970+
"Encoding": "UTF-8"
3971+
},
39013972
"lifecycle": {
39023973
"Package": "lifecycle",
39033974
"Version": "1.0.4",
@@ -4267,6 +4338,39 @@
42674338
"Repository": "Bioconductor 3.19",
42684339
"NeedsCompilation": "no"
42694340
},
4341+
"matrixStats": {
4342+
"Package": "matrixStats",
4343+
"Version": "1.5.0",
4344+
"Source": "Repository",
4345+
"Depends": [
4346+
"R (>= 3.4.0)"
4347+
],
4348+
"Suggests": [
4349+
"utils",
4350+
"base64enc",
4351+
"ggplot2",
4352+
"knitr",
4353+
"markdown",
4354+
"microbenchmark",
4355+
"R.devices",
4356+
"R.rsp"
4357+
],
4358+
"VignetteBuilder": "R.rsp",
4359+
"Title": "Functions that Apply to Rows and Columns of Matrices (and to Vectors)",
4360+
"Authors@R": "c( person(\"Henrik\", \"Bengtsson\", role=c(\"aut\", \"cre\", \"cph\"), email=\"henrikb@braju.com\"), person(\"Constantin\", \"Ahlmann-Eltze\", role = \"ctb\"), person(\"Hector\", \"Corrada Bravo\", role=\"ctb\"), person(\"Robert\", \"Gentleman\", role=\"ctb\"), person(\"Jan\", \"Gleixner\", role=\"ctb\"), person(\"Peter\", \"Hickey\", role=\"ctb\"), person(\"Ola\", \"Hossjer\", role=\"ctb\"), person(\"Harris\", \"Jaffee\", role=\"ctb\"), person(\"Dongcan\", \"Jiang\", role=\"ctb\"), person(\"Peter\", \"Langfelder\", role=\"ctb\"), person(\"Brian\", \"Montgomery\", role=\"ctb\"), person(\"Angelina\", \"Panagopoulou\", role=\"ctb\"), person(\"Hugh\", \"Parsonage\", role=\"ctb\"), person(\"Jakob Peder\", \"Pettersen\", role=\"ctb\"))",
4361+
"Author": "Henrik Bengtsson [aut, cre, cph], Constantin Ahlmann-Eltze [ctb], Hector Corrada Bravo [ctb], Robert Gentleman [ctb], Jan Gleixner [ctb], Peter Hickey [ctb], Ola Hossjer [ctb], Harris Jaffee [ctb], Dongcan Jiang [ctb], Peter Langfelder [ctb], Brian Montgomery [ctb], Angelina Panagopoulou [ctb], Hugh Parsonage [ctb], Jakob Peder Pettersen [ctb]",
4362+
"Maintainer": "Henrik Bengtsson <henrikb@braju.com>",
4363+
"Description": "High-performing functions operating on rows and columns of matrices, e.g. col / rowMedians(), col / rowRanks(), and col / rowSds(). Functions optimized per data type and for subsetted calculations such that both memory usage and processing time is minimized. There are also optimized vector-based methods, e.g. binMeans(), madDiff() and weightedMedian().",
4364+
"License": "Artistic-2.0",
4365+
"LazyLoad": "TRUE",
4366+
"NeedsCompilation": "yes",
4367+
"ByteCompile": "TRUE",
4368+
"URL": "https://github.com/HenrikBengtsson/matrixStats",
4369+
"BugReports": "https://github.com/HenrikBengtsson/matrixStats/issues",
4370+
"RoxygenNote": "7.3.2",
4371+
"Repository": "CRAN",
4372+
"Encoding": "UTF-8"
4373+
},
42704374
"mediation": {
42714375
"Package": "mediation",
42724376
"Version": "4.5.1",
@@ -4486,6 +4590,28 @@
44864590
"Maintainer": "Hadley Wickham <hadley@posit.co>",
44874591
"Repository": "CRAN"
44884592
},
4593+
"modeltools": {
4594+
"Package": "modeltools",
4595+
"Version": "0.2-24",
4596+
"Source": "Repository",
4597+
"Title": "Tools and Classes for Statistical Models",
4598+
"Date": "2025-05-02",
4599+
"Authors@R": "c(person(given = \"Torsten\", family = \"Hothorn\", role = c(\"aut\", \"cre\"), email = \"Torsten.Hothorn@R-project.org\", comment = c(ORCID = \"0000-0001-8301-0471\")), person(given = \"Friedrich\", family = \"Leisch\", role = \"aut\", comment = c(ORCID = \"0000-0001-7278-1983\")), person(given = \"Achim\", family = \"Zeileis\", role = \"aut\", comment = c(ORCID = \"0000-0003-0918-3766\")))",
4600+
"Description": "A collection of tools to deal with statistical models. The functionality is experimental and the user interface is likely to change in the future. The documentation is rather terse, but packages `coin' and `party' have some working examples. However, if you find the implemented ideas interesting we would be very interested in a discussion of this proposal. Contributions are more than welcome!",
4601+
"Depends": [
4602+
"stats",
4603+
"stats4"
4604+
],
4605+
"Imports": [
4606+
"methods"
4607+
],
4608+
"LazyLoad": "yes",
4609+
"License": "GPL-2",
4610+
"NeedsCompilation": "no",
4611+
"Author": "Torsten Hothorn [aut, cre] (ORCID: <https://orcid.org/0000-0001-8301-0471>), Friedrich Leisch [aut] (ORCID: <https://orcid.org/0000-0001-7278-1983>), Achim Zeileis [aut] (ORCID: <https://orcid.org/0000-0003-0918-3766>)",
4612+
"Maintainer": "Torsten Hothorn <Torsten.Hothorn@R-project.org>",
4613+
"Repository": "CRAN"
4614+
},
44894615
"msm": {
44904616
"Package": "msm",
44914617
"Version": "1.8.2",

0 commit comments

Comments
 (0)