diff --git a/.Rprofile b/.Rprofile new file mode 100644 index 0000000000..4e4e471b0f --- /dev/null +++ b/.Rprofile @@ -0,0 +1,11 @@ +# Check if ~/.Rprofile exists and source it +if (file.exists(normalizePath("~/.Rprofile"))) { + source(normalizePath("~/.Rprofile")) +} + +# Allow for a 10% difference in the screenshot kernel +# (3x RGB channels * kernel_size^2) * 10% = threshold +options( + shinytest2.compare_screenshot.kernel_size = 50, + shinytest2.compare_screenshot.threshold = 50^2 * 3 * 0.1 +) diff --git a/inst/apps/001-hello/app.R b/inst/apps/001-hello/app.R index 6c8d56099d..3a5988f2cb 100644 --- a/inst/apps/001-hello/app.R +++ b/inst/apps/001-hello/app.R @@ -1,6 +1,5 @@ ### Keep this line to manually test this shiny application. Do not edit this line; shinycoreci::::is_manual_app - library(shiny) # Define UI for app that draws a histogram ---- diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/001.json index f507309fcf..c8db7caec0 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 400be5eab4631c439e317d1207e428a3]", + "src": "[image data hash: b66fbda418b86c7c3328c1fdc0b836e0]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/002.png index 2a3fb2ef9e..ce84234c78 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/003.json index 1158dabc8a..2fc7c3bb45 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 2c3fe1858e6d11a0f26a0bc81feb4b24]", + "src": "[image data hash: 90a76deba401c43714444b84f01a4b9e]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/004.png index 8652fca469..9c1112f037 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/005.json index 6ca956c50d..007effdd9c 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 73fd8715800f97582828b799397f4f8c]", + "src": "[image data hash: bb2f54e85389992fc7ad8a2931e79157]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/006.png index bc6e403ab1..872798972a 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/001.json index f507309fcf..c8db7caec0 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 400be5eab4631c439e317d1207e428a3]", + "src": "[image data hash: b66fbda418b86c7c3328c1fdc0b836e0]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/002.png index 2a3fb2ef9e..ce84234c78 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/003.json index 1158dabc8a..2fc7c3bb45 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 2c3fe1858e6d11a0f26a0bc81feb4b24]", + "src": "[image data hash: 90a76deba401c43714444b84f01a4b9e]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/004.png index 8652fca469..9c1112f037 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/005.json index 6ca956c50d..007effdd9c 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 73fd8715800f97582828b799397f4f8c]", + "src": "[image data hash: bb2f54e85389992fc7ad8a2931e79157]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/006.png index bc6e403ab1..872798972a 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/001.json index f507309fcf..c8db7caec0 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 400be5eab4631c439e317d1207e428a3]", + "src": "[image data hash: b66fbda418b86c7c3328c1fdc0b836e0]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/002.png index 2a3fb2ef9e..ce84234c78 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/003.json index 1158dabc8a..2fc7c3bb45 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 2c3fe1858e6d11a0f26a0bc81feb4b24]", + "src": "[image data hash: 90a76deba401c43714444b84f01a4b9e]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/004.png index 8652fca469..9c1112f037 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/005.json index 6ca956c50d..007effdd9c 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 73fd8715800f97582828b799397f4f8c]", + "src": "[image data hash: bb2f54e85389992fc7ad8a2931e79157]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/006.png index bc6e403ab1..872798972a 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/001.json index f507309fcf..c8db7caec0 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 400be5eab4631c439e317d1207e428a3]", + "src": "[image data hash: b66fbda418b86c7c3328c1fdc0b836e0]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/002.png index 2a3fb2ef9e..ce84234c78 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/003.json index 1158dabc8a..2fc7c3bb45 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 2c3fe1858e6d11a0f26a0bc81feb4b24]", + "src": "[image data hash: 90a76deba401c43714444b84f01a4b9e]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/004.png index 8652fca469..9c1112f037 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/005.json index 6ca956c50d..007effdd9c 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 73fd8715800f97582828b799397f4f8c]", + "src": "[image data hash: bb2f54e85389992fc7ad8a2931e79157]", "width": 489.9844, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/006.png index bc6e403ab1..872798972a 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/linux-4.4/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/001.json index 1fc83fa460..0a4d8cee2a 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 97d1f60e768e985cf55598c69bf8b07b]", + "src": "[image data hash: e025dabe47ba4bd26c4e1313f27c558a]", "width": 770, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/002.png index cab7debc37..eb490ad99f 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/003.json index 8abb8b32fb..201d7b3f8c 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 83a96a15121ded8961c4f8da0d634f83]", + "src": "[image data hash: 377843151bd893aad50e59ca649d912e]", "width": 770, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/004.png index c9b8df2632..12c0d6c624 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/005.json index eea4eeaf1d..2055552c19 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: da4c5c68f65fdc928b1ba31d7d8f5f1d]", + "src": "[image data hash: 708853ad4599481f6d2d23a98ee29023]", "width": 770, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/006.png index 0c5ebcb972..19fa82e0c7 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/001.json index 1fc83fa460..0a4d8cee2a 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 97d1f60e768e985cf55598c69bf8b07b]", + "src": "[image data hash: e025dabe47ba4bd26c4e1313f27c558a]", "width": 770, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/002.png index e60035e5da..3d0d887a2c 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/003.json index 8abb8b32fb..201d7b3f8c 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 83a96a15121ded8961c4f8da0d634f83]", + "src": "[image data hash: 377843151bd893aad50e59ca649d912e]", "width": 770, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/004.png index 4bb3b28bb4..722ebd36d5 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/005.json index eea4eeaf1d..2055552c19 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: da4c5c68f65fdc928b1ba31d7d8f5f1d]", + "src": "[image data hash: 708853ad4599481f6d2d23a98ee29023]", "width": 770, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/006.png index def05f9ada..8af5d89a2b 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/001.json index 1fc83fa460..0a4d8cee2a 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 97d1f60e768e985cf55598c69bf8b07b]", + "src": "[image data hash: e025dabe47ba4bd26c4e1313f27c558a]", "width": 770, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/002.png index e60035e5da..3d0d887a2c 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/003.json index 8abb8b32fb..201d7b3f8c 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 83a96a15121ded8961c4f8da0d634f83]", + "src": "[image data hash: 377843151bd893aad50e59ca649d912e]", "width": 770, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/004.png index 4bb3b28bb4..722ebd36d5 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/005.json index eea4eeaf1d..2055552c19 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: da4c5c68f65fdc928b1ba31d7d8f5f1d]", + "src": "[image data hash: 708853ad4599481f6d2d23a98ee29023]", "width": 770, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/006.png index def05f9ada..8af5d89a2b 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/mac-4.4/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/001.json index 5d1cc78a80..92e919084f 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 5648c964d1dd662b808df6a1c9799aeb]", + "src": "[image data hash: 9c99f44b297849aa749dcc59f568150e]", "width": 628.6562, "height": 400, "alt": "Plot object", @@ -18,8 +18,8 @@ "top": 28.08 }, "range": { - "left": 59.0077, - "right": 598.4328, + "left": 59.1017, + "right": 598.3846, "bottom": 325.56, "top": 58.04 }, diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/002.png index 481704ed4e..0bfa528a04 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/003.json index 5fa074de72..6f1f1ec6b8 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 2446fa6262c8ca3477c0d68e36ed5da3]", + "src": "[image data hash: 143a223981e157775bb6b27ad6c86b48]", "width": 628.6562, "height": 400, "alt": "Plot object", @@ -18,8 +18,8 @@ "top": 72.8 }, "range": { - "left": 59.0077, - "right": 598.4328, + "left": 59.1017, + "right": 598.3846, "bottom": 325.56, "top": 58.04 }, diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/004.png index 231829ec3d..2230b68bff 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/005.json index 73ab384ad7..8551aa734a 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 3965dc29930c0ff43d02d5b372c29bb3]", + "src": "[image data hash: 900baf0f9ea816f12ee8fd43673ed309]", "width": 628.6562, "height": 400, "alt": "Plot object", @@ -18,8 +18,8 @@ "top": 38.48 }, "range": { - "left": 59.0077, - "right": 598.4328, + "left": 59.1017, + "right": 598.3846, "bottom": 325.56, "top": 58.04 }, diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/006.png index 66ca9f5e93..bca53458be 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.0/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/001.json index 5d1cc78a80..92e919084f 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 5648c964d1dd662b808df6a1c9799aeb]", + "src": "[image data hash: 9c99f44b297849aa749dcc59f568150e]", "width": 628.6562, "height": 400, "alt": "Plot object", @@ -18,8 +18,8 @@ "top": 28.08 }, "range": { - "left": 59.0077, - "right": 598.4328, + "left": 59.1017, + "right": 598.3846, "bottom": 325.56, "top": 58.04 }, diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/002.png index 481704ed4e..0bfa528a04 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/003.json index 5fa074de72..6f1f1ec6b8 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 2446fa6262c8ca3477c0d68e36ed5da3]", + "src": "[image data hash: 143a223981e157775bb6b27ad6c86b48]", "width": 628.6562, "height": 400, "alt": "Plot object", @@ -18,8 +18,8 @@ "top": 72.8 }, "range": { - "left": 59.0077, - "right": 598.4328, + "left": 59.1017, + "right": 598.3846, "bottom": 325.56, "top": 58.04 }, diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/004.png index 231829ec3d..2230b68bff 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/005.json index 73ab384ad7..8551aa734a 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: 3965dc29930c0ff43d02d5b372c29bb3]", + "src": "[image data hash: 900baf0f9ea816f12ee8fd43673ed309]", "width": 628.6562, "height": 400, "alt": "Plot object", @@ -18,8 +18,8 @@ "top": 38.48 }, "range": { - "left": 59.0077, - "right": 598.4328, + "left": 59.1017, + "right": 598.3846, "bottom": 325.56, "top": 58.04 }, diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/006.png index 66ca9f5e93..bca53458be 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.1/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/001.json index d1f2acd876..92e919084f 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: e720431292a811f9f0c6ce0368ec1177]", + "src": "[image data hash: 9c99f44b297849aa749dcc59f568150e]", "width": 628.6562, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/002.png index cdefc7b334..0bfa528a04 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/003.json index 038b484f15..6f1f1ec6b8 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: b35459d0f2642102234df6c1f60ecc26]", + "src": "[image data hash: 143a223981e157775bb6b27ad6c86b48]", "width": 628.6562, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/004.png index 27725a192f..2230b68bff 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/005.json index d52df72265..8551aa734a 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: cf7712b606a83f687f3d369c3a51aa35]", + "src": "[image data hash: 900baf0f9ea816f12ee8fd43673ed309]", "width": 628.6562, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/006.png index 7361a6d0d5..bca53458be 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.3/mytest/006.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/001.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/001.json index d1f2acd876..92e919084f 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/001.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/001.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: e720431292a811f9f0c6ce0368ec1177]", + "src": "[image data hash: 9c99f44b297849aa749dcc59f568150e]", "width": 628.6562, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/002.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/002.png index cdefc7b334..0bfa528a04 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/002.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/002.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/003.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/003.json index 038b484f15..6f1f1ec6b8 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/003.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/003.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: b35459d0f2642102234df6c1f60ecc26]", + "src": "[image data hash: 143a223981e157775bb6b27ad6c86b48]", "width": 628.6562, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/004.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/004.png index 27725a192f..2230b68bff 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/004.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/004.png differ diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/005.json b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/005.json index d52df72265..8551aa734a 100644 --- a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/005.json +++ b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/005.json @@ -4,7 +4,7 @@ }, "output": { "distPlot": { - "src": "[image data hash: cf7712b606a83f687f3d369c3a51aa35]", + "src": "[image data hash: 900baf0f9ea816f12ee8fd43673ed309]", "width": 628.6562, "height": 400, "alt": "Plot object", diff --git a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/006.png b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/006.png index 7361a6d0d5..bca53458be 100644 Binary files a/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/006.png and b/inst/apps/001-hello/tests/testthat/_snaps/windows-4.4/mytest/006.png differ diff --git a/inst/apps/005-sliders/app.R b/inst/apps/005-sliders/app.R index bdcb6753ce..f8ef82b8cf 100644 --- a/inst/apps/005-sliders/app.R +++ b/inst/apps/005-sliders/app.R @@ -1,5 +1,6 @@ library(shiny) + # Define UI for slider demo app ---- ui <- fluidPage( @@ -84,3 +85,4 @@ server <- function(input, output, session) { # Create Shiny app ---- shinyApp(ui, server) + diff --git a/inst/apps/sysinfo-linux-4.0.txt b/inst/apps/sysinfo-linux-4.0.txt index 4723212790..d37314907b 100644 --- a/inst/apps/sysinfo-linux-4.0.txt +++ b/inst/apps/sysinfo-linux-4.0.txt @@ -24,214 +24,121 @@ Version: Google Chrome 133.0.6943.53 pandoc 3.1.11 @ /opt/hostedtoolcache/pandoc/3.1.11/x64/pandoc quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - BH 1.87.0-1 2024-12-17 [1] RSPM - bigD 0.3.0 2024-11-08 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - bitops 1.0-9 2024-10-03 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-27 2021-02-12 [4] CRAN (R 4.0.5) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2024-05-16 [1] RSPM - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-18 2021-01-24 [4] CRAN (R 4.0.5) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.1 2021-02-14 [4] CRAN (R 4.0.5) - codetools 0.2-18 2020-11-04 [4] CRAN (R 4.0.5) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - cpp11 0.5.1 2024-12-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - DiagrammeR 1.0.11 2024-02-02 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - DT 0.33.3 2025-02-24 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2024-05-15 [1] RSPM - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-81 2020-12-22 [4] CRAN (R 4.0.5) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gt 0.11.1.9000 2025-02-24 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.7 2023-08-15 [1] RSPM - igraph 2.1.4 2025-01-23 [1] RSPM - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - juicyjuice 0.1.0 2022-11-10 [1] RSPM - KernSmooth 2.23-18 2020-10-29 [4] CRAN (R 4.0.5) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.20-41 2020-04-02 [4] CRAN (R 4.0.5) - lazyeval 0.2.2 2019-03-15 [1] RSPM - leaflet 2.2.2.9000 2025-02-24 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lorem 1.0.0 2023-03-09 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - maps 3.4.2.1 2024-11-10 [1] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-53.1 2021-02-12 [4] CRAN (R 4.0.5) - Matrix 1.3-2 2021-01-06 [4] CRAN (R 4.0.5) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.8-34 2021-02-16 [4] CRAN (R 4.0.5) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-152 2021-02-04 [4] CRAN (R 4.0.5) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-15 2021-01-24 [4] CRAN (R 4.0.5) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - P progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - R.cache 0.16.0 2022-07-21 [1] RSPM - R.methodsS3 1.8.2 2022-06-13 [1] RSPM - R.oo 1.27.0 2024-11-01 [1] RSPM - R.utils 2.12.3 2023-11-18 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - ragg 1.3.3 2024-09-11 [1] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - raster 3.6-31 2025-01-16 [1] RSPM - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactable 0.4.4 2023-03-12 [1] RSPM - reactlog 1.1.1 2022-09-26 [1] RSPM - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - reshape2 1.4.4 2020-04-09 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1-15 2019-04-12 [4] CRAN (R 4.0.5) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] RSPM - P shinycoreci 0.0.0.9009 2025-02-24 [2] Custom - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] RSPM - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2021-01-25 [1] RSPM - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - sp 2.2-0 2025-02-01 [1] RSPM - spatial 7.3-13 2021-01-24 [4] CRAN (R 4.0.5) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - styler 1.10.3 2024-04-07 [1] RSPM - survival 3.2-10 2021-03-16 [4] CRAN (R 4.0.5) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - terra 1.8-21 2025-02-10 [1] RSPM - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 1.0.0 2025-01-20 [1] RSPM - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - V8 6.0.1 2025-02-02 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2024-07-22 [1] RSPM - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-27 2021-02-12 [4] CRAN (R 4.0.5) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2024-05-16 [1] RSPM + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-18 2021-01-24 [4] CRAN (R 4.0.5) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.1 2021-02-14 [4] CRAN (R 4.0.5) + codetools 0.2-18 2020-11-04 [4] CRAN (R 4.0.5) + commonmark 1.9.2 2024-10-04 [1] RSPM + cpp11 0.5.1 2024-12-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2024-05-15 [1] RSPM + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-81 2020-12-22 [4] CRAN (R 4.0.5) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-18 2020-10-29 [4] CRAN (R 4.0.5) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.20-41 2020-04-02 [4] CRAN (R 4.0.5) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-53.1 2021-02-12 [4] CRAN (R 4.0.5) + Matrix 1.3-2 2021-01-06 [4] CRAN (R 4.0.5) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.8-34 2021-02-16 [4] CRAN (R 4.0.5) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-152 2021-02-04 [4] CRAN (R 4.0.5) + nnet 7.3-15 2021-01-24 [4] CRAN (R 4.0.5) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1-15 2019-04-12 [4] CRAN (R 4.0.5) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] RSPM + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-13 2021-01-24 [4] CRAN (R 4.0.5) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.2-10 2021-03-16 [4] CRAN (R 4.0.5) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2024-07-22 [1] RSPM + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] /home/runner/.local/share/R/shinycoreci/R-4_0_5 [2] /home/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-linux-4.1.txt b/inst/apps/sysinfo-linux-4.1.txt index ee99fd64b0..7aaa74cc35 100644 --- a/inst/apps/sysinfo-linux-4.1.txt +++ b/inst/apps/sysinfo-linux-4.1.txt @@ -24,214 +24,121 @@ Version: Google Chrome 133.0.6943.53 pandoc 3.1.11 @ /opt/hostedtoolcache/pandoc/3.1.11/x64/pandoc quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - BH 1.87.0-1 2024-12-17 [1] RSPM - bigD 0.3.0 2024-11-08 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - bitops 1.0-9 2024-10-03 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-28 2021-05-03 [4] CRAN (R 4.1.3) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2024-05-16 [1] RSPM - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-20 2022-01-16 [4] CRAN (R 4.1.3) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.2 2021-04-17 [4] CRAN (R 4.1.3) - codetools 0.2-18 2020-11-04 [4] CRAN (R 4.1.3) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - cpp11 0.5.1 2024-12-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - DiagrammeR 1.0.11 2024-02-02 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - DT 0.33.3 2025-02-24 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2024-05-15 [1] RSPM - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-82 2022-01-16 [4] CRAN (R 4.1.3) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gt 0.11.1.9000 2025-02-24 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.7 2023-08-15 [1] RSPM - igraph 2.1.4 2025-01-23 [1] RSPM - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - juicyjuice 0.1.0 2022-11-10 [1] RSPM - KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.1.3) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.20-45 2021-09-22 [4] CRAN (R 4.1.3) - lazyeval 0.2.2 2019-03-15 [1] RSPM - leaflet 2.2.2.9000 2025-02-24 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lorem 1.0.0 2023-03-09 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - maps 3.4.2.1 2024-11-10 [1] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-55 2022-01-16 [4] CRAN (R 4.1.3) - Matrix 1.4-0 2021-12-08 [4] CRAN (R 4.1.3) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.8-39 2022-02-24 [4] CRAN (R 4.1.3) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-155 2022-01-16 [4] CRAN (R 4.1.3) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-17 2022-01-16 [4] CRAN (R 4.1.3) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - P progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - R.cache 0.16.0 2022-07-21 [1] RSPM - R.methodsS3 1.8.2 2022-06-13 [1] RSPM - R.oo 1.27.0 2024-11-01 [1] RSPM - R.utils 2.12.3 2023-11-18 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - ragg 1.3.3 2024-09-11 [1] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - raster 3.6-31 2025-01-16 [1] RSPM - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactable 0.4.4 2023-03-12 [1] RSPM - reactlog 1.1.1 2022-09-26 [1] RSPM - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - reshape2 1.4.4 2020-04-09 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1.16 2022-01-24 [4] CRAN (R 4.1.3) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] RSPM - P shinycoreci 0.0.0.9009 2025-02-24 [2] Custom - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] RSPM - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2021-01-25 [1] RSPM - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - sp 2.2-0 2025-02-01 [1] RSPM - spatial 7.3-15 2022-01-16 [4] CRAN (R 4.1.3) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - styler 1.10.3 2024-04-07 [1] RSPM - survival 3.2-13 2021-08-24 [4] CRAN (R 4.1.3) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - terra 1.8-21 2025-02-10 [1] RSPM - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 1.0.0 2025-01-20 [1] RSPM - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - V8 6.0.1 2025-02-02 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2024-07-22 [1] RSPM - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-28 2021-05-03 [4] CRAN (R 4.1.3) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2024-05-16 [1] RSPM + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-20 2022-01-16 [4] CRAN (R 4.1.3) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.2 2021-04-17 [4] CRAN (R 4.1.3) + codetools 0.2-18 2020-11-04 [4] CRAN (R 4.1.3) + commonmark 1.9.2 2024-10-04 [1] RSPM + cpp11 0.5.1 2024-12-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2024-05-15 [1] RSPM + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-82 2022-01-16 [4] CRAN (R 4.1.3) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.1.3) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.20-45 2021-09-22 [4] CRAN (R 4.1.3) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-55 2022-01-16 [4] CRAN (R 4.1.3) + Matrix 1.4-0 2021-12-08 [4] CRAN (R 4.1.3) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.8-39 2022-02-24 [4] CRAN (R 4.1.3) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-155 2022-01-16 [4] CRAN (R 4.1.3) + nnet 7.3-17 2022-01-16 [4] CRAN (R 4.1.3) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1.16 2022-01-24 [4] CRAN (R 4.1.3) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] RSPM + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-15 2022-01-16 [4] CRAN (R 4.1.3) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.2-13 2021-08-24 [4] CRAN (R 4.1.3) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2024-07-22 [1] RSPM + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] /home/runner/.local/share/R/shinycoreci/R-4_1_3 [2] /home/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-linux-4.2.txt b/inst/apps/sysinfo-linux-4.2.txt index ca0deead95..a43fca958f 100644 --- a/inst/apps/sysinfo-linux-4.2.txt +++ b/inst/apps/sysinfo-linux-4.2.txt @@ -24,214 +24,121 @@ Version: Google Chrome 133.0.6943.53 pandoc 3.1.11 @ /opt/hostedtoolcache/pandoc/3.1.11/x64/pandoc quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - BH 1.87.0-1 2024-12-17 [1] RSPM - bigD 0.3.0 2024-11-08 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - bitops 1.0-9 2024-10-03 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-28.1 2022-11-22 [4] CRAN (R 4.2.3) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2024-05-16 [1] RSPM - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-21 2023-01-23 [4] CRAN (R 4.2.3) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.4 2022-08-22 [4] CRAN (R 4.2.3) - codetools 0.2-19 2023-02-01 [4] CRAN (R 4.2.3) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - cpp11 0.5.1 2024-12-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - DiagrammeR 1.0.11 2024-02-02 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - DT 0.33.3 2025-02-24 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2024-05-15 [1] RSPM - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-84 2022-12-06 [4] CRAN (R 4.2.3) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gt 0.11.1.9000 2025-02-24 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.7 2023-08-15 [1] RSPM - igraph 2.1.4 2025-01-23 [1] RSPM - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - juicyjuice 0.1.0 2022-11-10 [1] RSPM - KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.2.3) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.20-45 2021-09-22 [4] CRAN (R 4.2.3) - lazyeval 0.2.2 2019-03-15 [1] RSPM - leaflet 2.2.2.9000 2025-02-24 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lorem 1.0.0 2023-03-09 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - maps 3.4.2.1 2024-11-10 [1] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-58.2 2023-01-23 [4] CRAN (R 4.2.3) - Matrix 1.5-3 2022-11-11 [4] CRAN (R 4.2.3) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.8-42 2023-03-02 [4] CRAN (R 4.2.3) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-162 2023-01-31 [4] CRAN (R 4.2.3) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-18 2022-09-28 [4] CRAN (R 4.2.3) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - P progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - R.cache 0.16.0 2022-07-21 [1] RSPM - R.methodsS3 1.8.2 2022-06-13 [1] RSPM - R.oo 1.27.0 2024-11-01 [1] RSPM - R.utils 2.12.3 2023-11-18 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - ragg 1.3.3 2024-09-11 [1] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - raster 3.6-31 2025-01-16 [1] RSPM - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactable 0.4.4 2023-03-12 [1] RSPM - reactlog 1.1.1 2022-09-26 [1] RSPM - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - reshape2 1.4.4 2020-04-09 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1.19 2022-10-21 [4] CRAN (R 4.2.3) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] RSPM - P shinycoreci 0.0.0.9009 2025-02-24 [2] Custom - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] RSPM - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2021-01-25 [1] RSPM - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - sp 2.2-0 2025-02-01 [1] RSPM - spatial 7.3-16 2023-01-23 [4] CRAN (R 4.2.3) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - styler 1.10.3 2024-04-07 [1] RSPM - survival 3.5-3 2023-02-12 [4] CRAN (R 4.2.3) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - terra 1.8-21 2025-02-10 [1] RSPM - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 1.0.0 2025-01-20 [1] RSPM - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - V8 6.0.1 2025-02-02 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2024-07-22 [1] RSPM - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-28.1 2022-11-22 [4] CRAN (R 4.2.3) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2024-05-16 [1] RSPM + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-21 2023-01-23 [4] CRAN (R 4.2.3) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.4 2022-08-22 [4] CRAN (R 4.2.3) + codetools 0.2-19 2023-02-01 [4] CRAN (R 4.2.3) + commonmark 1.9.2 2024-10-04 [1] RSPM + cpp11 0.5.1 2024-12-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2024-05-15 [1] RSPM + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-84 2022-12-06 [4] CRAN (R 4.2.3) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.2.3) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.20-45 2021-09-22 [4] CRAN (R 4.2.3) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-58.2 2023-01-23 [4] CRAN (R 4.2.3) + Matrix 1.5-3 2022-11-11 [4] CRAN (R 4.2.3) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.8-42 2023-03-02 [4] CRAN (R 4.2.3) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-162 2023-01-31 [4] CRAN (R 4.2.3) + nnet 7.3-18 2022-09-28 [4] CRAN (R 4.2.3) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1.19 2022-10-21 [4] CRAN (R 4.2.3) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] RSPM + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-16 2023-01-23 [4] CRAN (R 4.2.3) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.5-3 2023-02-12 [4] CRAN (R 4.2.3) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2024-07-22 [1] RSPM + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] /home/runner/.local/share/R/shinycoreci/R-4_2_3 [2] /home/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-linux-4.3.txt b/inst/apps/sysinfo-linux-4.3.txt index b166feb85f..0e0664a4fe 100644 --- a/inst/apps/sysinfo-linux-4.3.txt +++ b/inst/apps/sysinfo-linux-4.3.txt @@ -24,214 +24,121 @@ Version: Google Chrome 133.0.6943.53 pandoc 3.1.11 @ /opt/hostedtoolcache/pandoc/3.1.11/x64/pandoc quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - BH 1.87.0-1 2024-12-17 [1] RSPM - bigD 0.3.0 2024-11-08 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - bitops 1.0-9 2024-10-03 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-29 2024-02-19 [4] CRAN (R 4.3.3) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2024-05-16 [1] RSPM - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-22 2023-05-03 [4] CRAN (R 4.3.3) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.6 2023-12-01 [4] CRAN (R 4.3.3) - codetools 0.2-19 2023-02-01 [4] CRAN (R 4.3.3) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - cpp11 0.5.1 2024-12-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - DiagrammeR 1.0.11 2024-02-02 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - DT 0.33.3 2025-02-24 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2024-05-15 [1] RSPM - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-86 2023-11-28 [4] CRAN (R 4.3.3) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gt 0.11.1.9000 2025-02-24 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.7 2023-08-15 [1] RSPM - igraph 2.1.4 2025-01-23 [1] RSPM - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - juicyjuice 0.1.0 2022-11-10 [1] RSPM - KernSmooth 2.23-22 2023-07-10 [4] CRAN (R 4.3.3) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.22-5 2023-10-24 [4] CRAN (R 4.3.3) - lazyeval 0.2.2 2019-03-15 [1] RSPM - leaflet 2.2.2.9000 2025-02-24 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lorem 1.0.0 2023-03-09 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - maps 3.4.2.1 2024-11-10 [1] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-60.0.1 2024-01-13 [4] CRAN (R 4.3.3) - Matrix 1.6-5 2024-01-11 [4] CRAN (R 4.3.3) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.3.3) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-164 2023-11-27 [4] CRAN (R 4.3.3) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-19 2023-05-03 [4] CRAN (R 4.3.3) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - P progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - R.cache 0.16.0 2022-07-21 [1] RSPM - R.methodsS3 1.8.2 2022-06-13 [1] RSPM - R.oo 1.27.0 2024-11-01 [1] RSPM - R.utils 2.12.3 2023-11-18 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - ragg 1.3.3 2024-09-11 [1] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - raster 3.6-31 2025-01-16 [1] RSPM - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactable 0.4.4 2023-03-12 [1] RSPM - reactlog 1.1.1 2022-09-26 [1] RSPM - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - reshape2 1.4.4 2020-04-09 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1.23 2023-12-05 [4] CRAN (R 4.3.3) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] RSPM - P shinycoreci 0.0.0.9009 2025-02-24 [2] Custom - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] RSPM - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2021-01-25 [1] RSPM - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - sp 2.2-0 2025-02-01 [1] RSPM - spatial 7.3-17 2023-07-20 [4] CRAN (R 4.3.3) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - styler 1.10.3 2024-04-07 [1] RSPM - survival 3.5-8 2024-02-14 [4] CRAN (R 4.3.3) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - terra 1.8-21 2025-02-10 [1] RSPM - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 1.0.0 2025-01-20 [1] RSPM - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - V8 6.0.1 2025-02-02 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2024-07-22 [1] RSPM - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-29 2024-02-19 [4] CRAN (R 4.3.3) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2024-05-16 [1] RSPM + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-22 2023-05-03 [4] CRAN (R 4.3.3) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.6 2023-12-01 [4] CRAN (R 4.3.3) + codetools 0.2-19 2023-02-01 [4] CRAN (R 4.3.3) + commonmark 1.9.2 2024-10-04 [1] RSPM + cpp11 0.5.1 2024-12-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2024-05-15 [1] RSPM + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-86 2023-11-28 [4] CRAN (R 4.3.3) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-22 2023-07-10 [4] CRAN (R 4.3.3) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.22-5 2023-10-24 [4] CRAN (R 4.3.3) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-60.0.1 2024-01-13 [4] CRAN (R 4.3.3) + Matrix 1.6-5 2024-01-11 [4] CRAN (R 4.3.3) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.3.3) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-164 2023-11-27 [4] CRAN (R 4.3.3) + nnet 7.3-19 2023-05-03 [4] CRAN (R 4.3.3) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1.23 2023-12-05 [4] CRAN (R 4.3.3) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] RSPM + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-17 2023-07-20 [4] CRAN (R 4.3.3) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.5-8 2024-02-14 [4] CRAN (R 4.3.3) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2024-07-22 [1] RSPM + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] /home/runner/.local/share/R/shinycoreci/R-4_3_3 [2] /home/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-linux-4.4.txt b/inst/apps/sysinfo-linux-4.4.txt index 6fc0f01b69..8c55c56013 100644 --- a/inst/apps/sysinfo-linux-4.4.txt +++ b/inst/apps/sysinfo-linux-4.4.txt @@ -24,214 +24,121 @@ Version: Google Chrome 133.0.6943.53 pandoc 3.1.11 @ /opt/hostedtoolcache/pandoc/3.1.11/x64/pandoc quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - BH 1.87.0-1 2024-12-17 [1] RSPM - bigD 0.3.0 2024-11-08 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - bitops 1.0-9 2024-10-03 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-31 2024-08-28 [4] CRAN (R 4.4.2) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2024-05-16 [1] RSPM - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-22 2023-05-03 [4] CRAN (R 4.4.2) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.6 2023-12-01 [4] CRAN (R 4.4.2) - codetools 0.2-20 2024-03-31 [4] CRAN (R 4.4.2) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - cpp11 0.5.1 2024-12-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - DiagrammeR 1.0.11 2024-02-02 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - DT 0.33.3 2025-02-24 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2024-05-15 [1] RSPM - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-87 2024-06-26 [4] CRAN (R 4.4.2) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gt 0.11.1.9000 2025-02-24 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.7 2023-08-15 [1] RSPM - igraph 2.1.4 2025-01-23 [1] RSPM - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - juicyjuice 0.1.0 2022-11-10 [1] RSPM - KernSmooth 2.23-24 2024-05-17 [4] CRAN (R 4.4.2) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.22-6 2024-03-20 [4] CRAN (R 4.4.2) - lazyeval 0.2.2 2019-03-15 [1] RSPM - leaflet 2.2.2.9000 2025-02-24 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lorem 1.0.0 2023-03-09 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - maps 3.4.2.1 2024-11-10 [1] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-61 2024-06-13 [4] CRAN (R 4.4.2) - Matrix 1.7-1 2024-10-18 [4] CRAN (R 4.4.2) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.4.2) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-166 2024-08-14 [4] CRAN (R 4.4.2) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-19 2023-05-03 [4] CRAN (R 4.4.2) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - P progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - R.cache 0.16.0 2022-07-21 [1] RSPM - R.methodsS3 1.8.2 2022-06-13 [1] RSPM - R.oo 1.27.0 2024-11-01 [1] RSPM - R.utils 2.12.3 2023-11-18 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - ragg 1.3.3 2024-09-11 [1] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - raster 3.6-31 2025-01-16 [1] RSPM - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactable 0.4.4 2023-03-12 [1] RSPM - reactlog 1.1.1 2022-09-26 [1] RSPM - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - reshape2 1.4.4 2020-04-09 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1.23 2023-12-05 [4] CRAN (R 4.4.2) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] RSPM - P shinycoreci 0.0.0.9009 2025-02-24 [2] Custom - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] RSPM - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2021-01-25 [1] RSPM - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - sp 2.2-0 2025-02-01 [1] RSPM - spatial 7.3-17 2023-07-20 [4] CRAN (R 4.4.2) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - styler 1.10.3 2024-04-07 [1] RSPM - survival 3.7-0 2024-06-05 [4] CRAN (R 4.4.2) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - terra 1.8-21 2025-02-10 [1] RSPM - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 1.0.0 2025-01-20 [1] RSPM - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - V8 6.0.1 2025-02-02 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2024-07-22 [1] RSPM - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-31 2024-08-28 [4] CRAN (R 4.4.2) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2024-05-16 [1] RSPM + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-22 2023-05-03 [4] CRAN (R 4.4.2) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.6 2023-12-01 [4] CRAN (R 4.4.2) + codetools 0.2-20 2024-03-31 [4] CRAN (R 4.4.2) + commonmark 1.9.2 2024-10-04 [1] RSPM + cpp11 0.5.1 2024-12-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2024-05-15 [1] RSPM + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-87 2024-06-26 [4] CRAN (R 4.4.2) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-24 2024-05-17 [4] CRAN (R 4.4.2) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.22-6 2024-03-20 [4] CRAN (R 4.4.2) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-61 2024-06-13 [4] CRAN (R 4.4.2) + Matrix 1.7-1 2024-10-18 [4] CRAN (R 4.4.2) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.4.2) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-166 2024-08-14 [4] CRAN (R 4.4.2) + nnet 7.3-19 2023-05-03 [4] CRAN (R 4.4.2) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1.23 2023-12-05 [4] CRAN (R 4.4.2) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] RSPM + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-17 2023-07-20 [4] CRAN (R 4.4.2) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.7-0 2024-06-05 [4] CRAN (R 4.4.2) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2024-07-22 [1] RSPM + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] /home/runner/.local/share/R/shinycoreci/R-4_4_2 [2] /home/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-mac-4.0.txt b/inst/apps/sysinfo-mac-4.0.txt index 64cd933fca..52b6b8163f 100644 --- a/inst/apps/sysinfo-mac-4.0.txt +++ b/inst/apps/sysinfo-mac-4.0.txt @@ -6,7 +6,7 @@ R version: R version 4.0.5 (2021-03-31) ---- Chrome ---- Path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -Version: Google Chrome 133.0.6943.127 +Version: Google Chrome 132.0.6834.160 Args: --headless --no-sandbox --disable-dev-shm-usage --force-color-profile=srgb --disable-extensions --mute-audio ── Session info ──────────────────────────────────────────────────────────────── @@ -22,210 +22,123 @@ Version: Google Chrome 133.0.6943.127 tz UTC date 2025-02-24 pandoc 3.1.11 @ /usr/local/bin/pandoc - quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - AsioHeaders 1.16.1-1 2020-07-07 [1] CRAN (R 4.0.2) - askpass 1.1 2019-01-13 [1] CRAN (R 4.0.2) - assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.0.2) - backports 1.4.1 2021-12-13 [1] CRAN (R 4.0.2) - base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.0.2) - BH 1.87.0-1 2024-12-17 [1] CRAN (R 4.0.5) - bigD 0.3.0 2024-11-08 [1] CRAN (R 4.0.5) - bit 4.0.4 2020-08-04 [1] CRAN (R 4.0.2) - bit64 4.0.5 2020-08-30 [1] CRAN (R 4.0.2) - bitops 1.0-7 2021-04-24 [1] CRAN (R 4.0.2) - blob 1.2.2 2021-07-23 [1] CRAN (R 4.0.2) - boot 1.3-27 2021-02-12 [4] CRAN (R 4.0.5) - brio 1.1.3 2021-11-30 [1] CRAN (R 4.0.2) - broom 0.7.12 2022-01-28 [1] CRAN (R 4.0.5) - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2025-02-24 [1] https://p~ - Cairo 1.6-2 2023-11-28 [1] CRAN (R 4.0.5) - P callr 3.7.0 2024-03-25 [2] CRAN (R 4.0.5) - checkmate 2.0.0 2020-02-06 [1] CRAN (R 4.0.2) - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-18 2021-01-24 [4] CRAN (R 4.0.5) - P cli 3.2.0 2025-02-13 [2] CRAN (R 4.0.5) - clipr 0.8.0 2022-02-22 [1] CRAN (R 4.0.5) - cluster 2.1.1 2021-02-14 [4] CRAN (R 4.0.5) - codetools 0.2-18 2020-11-04 [4] CRAN (R 4.0.5) - colorspace 2.0-3 2022-02-21 [1] CRAN (R 4.0.5) - commonmark 1.9.2 2024-10-04 [1] CRAN (R 4.0.5) - cpp11 0.5.1 2024-12-04 [1] CRAN (R 4.0.5) - P crayon 1.5.1 2022-03-26 [2] CRAN (R 4.0.5) - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] CRAN (R 4.0.5) - data.table 1.14.2 2021-09-27 [1] CRAN (R 4.0.2) - DBI 1.2.3 2024-06-02 [1] CRAN (R 4.0.5) - dbplyr 2.5.0 2024-03-19 [1] CRAN (R 4.0.5) - debugme 1.1.0 2017-10-22 [2] CRAN (R 4.0.2) - desc 1.4.3 2023-12-10 [1] CRAN (R 4.0.5) - DiagrammeR 1.0.11 2024-02-02 [1] CRAN (R 4.0.5) - diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.0.2) - digest 0.6.37 2024-08-19 [1] CRAN (R 4.0.5) - dplyr 1.1.4 2023-11-17 [1] CRAN (R 4.0.5) - DT 0.33.3 2025-02-24 [1] https://p~ - P ellipsis 0.3.2 2021-04-29 [2] CRAN (R 4.0.2) - english 1.2-6 2021-08-21 [2] CRAN (R 4.0.2) - evaluate 1.0.3 2025-01-10 [1] CRAN (R 4.0.5) - P fansi 1.0.3 2022-03-24 [2] CRAN (R 4.0.5) - farver 2.1.0 2021-02-28 [1] CRAN (R 4.0.2) - fastmap 1.2.0 2025-02-24 [1] https://p~ - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-81 2020-12-22 [4] CRAN (R 4.0.5) - fs 1.5.2 2021-12-08 [1] CRAN (R 4.0.2) - future 1.34.0 2024-07-29 [1] CRAN (R 4.0.5) - generics 0.1.2 2022-01-31 [1] CRAN (R 4.0.5) - ggplot2 3.5.1 2024-04-23 [1] CRAN (R 4.0.5) - ggvis 0.4.9 2024-02-05 [1] CRAN (R 4.0.5) - globals 0.16.3 2024-03-08 [1] CRAN (R 4.0.5) - P glue 1.6.2 2024-09-30 [2] CRAN (R 4.0.5) - gtable 0.3.0 2019-03-25 [1] CRAN (R 4.0.2) - highcharter 0.9.4 2022-01-03 [1] CRAN (R 4.0.5) - highr 0.11 2024-05-26 [1] CRAN (R 4.0.5) - P hms 1.1.1 2021-09-26 [2] CRAN (R 4.0.2) - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.2 2020-07-20 [1] CRAN (R 4.0.2) - igraph 2.1.4 2025-01-23 [1] CRAN (R 4.0.5) - isoband 0.2.5 2021-07-13 [1] CRAN (R 4.0.2) - jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.0.2) - P jsonlite 1.8.0 2025-02-19 [2] CRAN (R 4.0.5) - KernSmooth 2.23-18 2020-10-29 [4] CRAN (R 4.0.5) - knitr 1.49 2024-11-08 [1] CRAN (R 4.0.5) - labeling 0.4.2 2020-10-20 [1] CRAN (R 4.0.2) - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.20-41 2020-04-02 [4] CRAN (R 4.0.5) - lazyeval 0.2.2 2019-03-15 [1] CRAN (R 4.0.2) - leaflet.providers 2.0.0 2023-10-17 [1] CRAN (R 4.0.5) - P lifecycle 1.0.1 2023-11-07 [2] CRAN (R 4.0.5) - listenv 0.8.0 2019-12-05 [1] CRAN (R 4.0.2) - lobstr 1.1.1 2019-07-02 [1] CRAN (R 4.0.2) - lorem 1.0.0 2023-03-09 [1] CRAN (R 4.0.5) - lubridate 1.8.0 2021-10-07 [1] CRAN (R 4.0.2) - P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.0.5) - maps 3.4.2.1 2024-11-10 [1] CRAN (R 4.0.5) - markdown 1.13 2024-06-04 [1] CRAN (R 4.0.5) - MASS 7.3-53.1 2021-02-12 [4] CRAN (R 4.0.5) - Matrix 1.3-2 2021-01-06 [4] CRAN (R 4.0.5) - memoise 2.0.1 2021-11-26 [1] CRAN (R 4.0.2) - mgcv 1.8-34 2021-02-16 [4] CRAN (R 4.0.5) - mime 0.12 2021-09-28 [1] CRAN (R 4.0.2) - munsell 0.5.0 2018-06-12 [1] CRAN (R 4.0.2) - networkD3 0.4 2017-03-18 [1] CRAN (R 4.0.2) - nlme 3.1-152 2021-02-04 [4] CRAN (R 4.0.5) - NLP 0.2-1 2020-10-14 [1] CRAN (R 4.0.2) - nnet 7.3-15 2021-01-24 [4] CRAN (R 4.0.5) - openssl 2.0.0 2022-03-02 [1] CRAN (R 4.0.5) - packrat 0.7.0 2021-08-20 [1] CRAN (R 4.0.2) - pak 0.8.0 2024-08-09 [2] local - parallelly 1.42.0 2025-01-30 [1] CRAN (R 4.0.5) - parsedate 1.3.0 2022-02-13 [2] CRAN (R 4.0.5) - P pillar 1.7.0 2025-01-07 [2] CRAN (R 4.0.5) - pingr 2.0.1 2020-06-22 [1] CRAN (R 4.0.2) - pkgbuild 1.3.1 2021-12-20 [1] CRAN (R 4.0.2) - P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.0.2) - pkgload 1.4.0 2024-06-28 [1] CRAN (R 4.0.5) - PKI 0.1-11 2022-03-16 [1] CRAN (R 4.0.5) - plogr 0.2.0 2018-03-25 [1] CRAN (R 4.0.2) - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.7 2022-03-24 [1] CRAN (R 4.0.5) - png 0.1-8 2022-11-29 [1] CRAN (R 4.0.5) - praise 1.0.0 2015-08-11 [1] CRAN (R 4.0.2) - P prettyunits 1.1.1 2020-01-24 [2] CRAN (R 4.0.2) - P processx 3.5.3 2025-02-21 [2] CRAN (R 4.0.5) - P progress 1.2.2 2023-12-06 [2] CRAN (R 4.0.5) - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] CRAN (R 4.0.5) - P ps 1.6.0 2025-02-18 [2] CRAN (R 4.0.5) - purrr 1.0.4 2025-02-05 [1] CRAN (R 4.0.5) - quantmod 0.4.18 2020-12-09 [1] CRAN (R 4.0.2) - R.cache 0.15.0 2021-04-30 [1] CRAN (R 4.0.2) - R.methodsS3 1.8.1 2020-08-26 [1] CRAN (R 4.0.2) - R.oo 1.24.0 2020-08-26 [1] CRAN (R 4.0.2) - R.utils 2.11.0 2021-09-26 [1] CRAN (R 4.0.2) - P R6 2.5.1 2021-08-19 [2] CRAN (R 4.0.2) - ragg 1.3.3 2024-09-11 [1] CRAN (R 4.0.5) - P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.0.2) - RColorBrewer 1.1-3 2022-04-03 [1] CRAN (R 4.0.5) - Rcpp 1.0.14 2025-01-12 [1] CRAN (R 4.0.5) - reactlog 1.1.1 2025-02-24 [1] https://p~ - reactR 0.6.1 2024-09-14 [1] CRAN (R 4.0.5) - readr 2.1.2 2022-01-30 [1] CRAN (R 4.0.5) - rematch 1.0.1 2016-04-21 [2] CRAN (R 4.0.2) - rematch2 2.1.2 2020-05-01 [1] CRAN (R 4.0.2) - renv 1.1.1 2025-02-07 [1] CRAN (R 4.0.5) - reshape2 1.4.4 2020-04-09 [1] CRAN (R 4.0.2) - rjson 0.2.21 2022-01-09 [1] CRAN (R 4.0.5) - P rlang 1.0.2 2025-01-17 [2] CRAN (R 4.0.5) - rlist 0.4.6.2 2021-09-03 [1] CRAN (R 4.0.2) - rmarkdown 2.29 2024-11-04 [1] CRAN (R 4.0.5) - rpart 4.1-15 2019-04-12 [4] CRAN (R 4.0.5) - P rprojroot 2.0.3 2023-11-05 [2] CRAN (R 4.0.5) - rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.0.5) - RSQLite 2.3.9 2024-12-03 [1] CRAN (R 4.0.5) - rstudioapi 0.13 2020-11-12 [1] CRAN (R 4.0.2) - rversions 2.1.2 2022-08-31 [1] CRAN (R 4.0.5) - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] CRAN (R 4.0.5) - sessioninfo 1.2.3 2025-02-05 [1] CRAN (R 4.0.5) - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] CRAN (R 4.0.5) - P shinycoreci 0.0.0.9009 2025-02-24 [2] Custom - shinydashboard 0.7.2 2021-09-30 [1] CRAN (R 4.0.2) - shinyjs 2.1.0 2021-12-23 [1] CRAN (R 4.0.2) - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.5.1 2021-09-13 [2] CRAN (R 4.0.2) - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2021-01-25 [1] CRAN (R 4.0.2) - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] CRAN (R 4.0.2) - showtext 0.9-7 2024-03-02 [1] CRAN (R 4.0.5) - showtextdb 3.0 2020-06-04 [1] CRAN (R 4.0.2) - slam 0.1-50 2022-01-08 [1] CRAN (R 4.0.5) - sourcetools 0.1.7 2018-04-25 [1] CRAN (R 4.0.2) - sp 1.4-6 2021-11-14 [1] CRAN (R 4.0.2) - spatial 7.3-13 2021-01-24 [4] CRAN (R 4.0.5) - stringi 1.7.6 2021-11-29 [1] CRAN (R 4.0.2) - stringr 1.5.1 2023-11-14 [1] CRAN (R 4.0.5) - styler 1.7.0 2022-03-13 [1] CRAN (R 4.0.5) - survival 3.2-10 2021-03-16 [4] CRAN (R 4.0.5) - sys 3.4 2020-07-23 [1] CRAN (R 4.0.2) - sysfonts 0.8.9 2024-03-02 [1] CRAN (R 4.0.5) - systemfonts 1.0.4 2022-02-11 [1] CRAN (R 4.0.5) - testthat 3.2.3 2025-01-13 [1] CRAN (R 4.0.5) - textshaping 0.3.6 2021-10-13 [1] CRAN (R 4.0.2) - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.1.6 2023-03-20 [2] CRAN (R 4.0.5) - tidyr 1.3.1 2024-01-24 [1] CRAN (R 4.0.5) - tidyselect 1.2.1 2024-03-11 [1] CRAN (R 4.0.5) - tinytex 0.38 2022-03-29 [1] CRAN (R 4.0.5) - tm 0.7-16 2025-02-19 [1] CRAN (R 4.0.5) - TTR 0.24.3 2021-12-12 [1] CRAN (R 4.0.2) - tzdb 0.3.0 2022-03-28 [1] CRAN (R 4.0.5) - P utf8 1.2.2 2021-07-24 [2] CRAN (R 4.0.2) - P vctrs 0.4.0 2023-12-01 [2] CRAN (R 4.0.5) - viridisLite 0.4.2 2023-05-02 [1] CRAN (R 4.0.5) - visNetwork 2.1.0 2021-09-29 [1] CRAN (R 4.0.2) - vroom 1.5.7 2021-11-30 [1] CRAN (R 4.0.2) - waldo 0.6.1 2024-11-07 [1] CRAN (R 4.0.5) - webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.0.2) - websocket 1.4.2 2024-07-22 [1] CRAN (R 4.0.5) - P withr 2.5.0 2024-10-28 [2] CRAN (R 4.0.5) - wordcloud 2.6 2018-08-24 [1] CRAN (R 4.0.2) - xfun 0.51 2025-02-19 [1] CRAN (R 4.0.5) - XML 3.99-0.9 2022-02-24 [1] CRAN (R 4.0.5) - xml2 1.3.6 2023-12-04 [1] CRAN (R 4.0.5) - xtable 1.8-4 2019-04-21 [1] CRAN (R 4.0.2) - xts 0.12.1 2020-09-09 [1] CRAN (R 4.0.2) - yaml 2.3.5 2022-02-21 [1] CRAN (R 4.0.5) - zip 2.2.0 2021-05-31 [1] CRAN (R 4.0.2) - zoo 1.8-9 2021-03-09 [1] CRAN (R 4.0.2) + ! package * version date (UTC) lib source + AsioHeaders 1.16.1-1 2020-07-07 [1] CRAN (R 4.0.2) + askpass 1.1 2019-01-13 [1] CRAN (R 4.0.2) + assertthat 0.2.1 2019-03-21 [2] CRAN (R 4.0.2) + backports 1.4.1 2021-12-13 [1] CRAN (R 4.0.2) + base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.0.2) + boot 1.3-27 2021-02-12 [4] CRAN (R 4.0.5) + brio 1.1.3 2021-11-30 [1] CRAN (R 4.0.2) + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2025-02-24 [1] https://p~ + P callr 3.7.0 2021-04-20 [2] CRAN (R 4.0.2) + checkmate 2.0.0 2020-02-06 [1] CRAN (R 4.0.2) + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-18 2021-01-24 [4] CRAN (R 4.0.5) + P cli 3.2.0 2022-02-14 [2] CRAN (R 4.0.5) + cluster 2.1.1 2021-02-14 [4] CRAN (R 4.0.5) + codetools 0.2-18 2020-11-04 [4] CRAN (R 4.0.5) + commonmark 1.8.0 2022-03-09 [1] CRAN (R 4.0.5) + cpp11 0.4.2 2021-11-30 [1] CRAN (R 4.0.2) + P crayon 1.5.1 2022-03-26 [2] CRAN (R 4.0.5) + curl 4.3.2 2021-06-23 [1] CRAN (R 4.0.2) + debugme 1.1.0 2017-10-22 [2] CRAN (R 4.0.2) + desc 1.4.1 2022-03-06 [1] CRAN (R 4.0.5) + diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.0.2) + digest 0.6.29 2021-12-01 [1] CRAN (R 4.0.2) + dplyr 1.0.8 2022-02-08 [2] CRAN (R 4.0.5) + P ellipsis 0.3.2 2021-04-29 [2] CRAN (R 4.0.2) + english 1.2-6 2021-08-21 [2] CRAN (R 4.0.2) + evaluate 0.15 2022-02-18 [1] CRAN (R 4.0.5) + P fansi 1.0.3 2022-03-24 [2] CRAN (R 4.0.5) + fastmap 1.2.0 2025-02-24 [1] https://p~ + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-81 2020-12-22 [4] CRAN (R 4.0.5) + fs 1.5.2 2021-12-08 [1] CRAN (R 4.0.2) + generics 0.1.2 2022-01-31 [2] CRAN (R 4.0.5) + globals 0.14.0 2020-11-22 [1] CRAN (R 4.0.2) + P glue 1.6.2 2022-02-24 [2] CRAN (R 4.0.5) + highr 0.9 2021-04-16 [1] CRAN (R 4.0.2) + hms 1.1.1 2021-09-26 [2] CRAN (R 4.0.2) + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.5.4 2021-09-08 [2] CRAN (R 4.0.2) + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.2 2020-07-20 [1] CRAN (R 4.0.2) + jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.0.2) + P jsonlite 1.8.0 2022-02-22 [2] CRAN (R 4.0.5) + KernSmooth 2.23-18 2020-10-29 [4] CRAN (R 4.0.5) + knitr 1.38 2022-03-25 [1] CRAN (R 4.0.5) + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.20-41 2020-04-02 [4] CRAN (R 4.0.5) + P lifecycle 1.0.1 2021-09-24 [2] CRAN (R 4.0.2) + P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.0.5) + MASS 7.3-53.1 2021-02-12 [4] CRAN (R 4.0.5) + Matrix 1.3-2 2021-01-06 [4] CRAN (R 4.0.5) + memoise 2.0.1 2021-11-26 [1] CRAN (R 4.0.2) + mgcv 1.8-34 2021-02-16 [4] CRAN (R 4.0.5) + mime 0.12 2021-09-28 [1] CRAN (R 4.0.2) + nlme 3.1-152 2021-02-04 [4] CRAN (R 4.0.5) + nnet 7.3-15 2021-01-24 [4] CRAN (R 4.0.5) + openssl 2.0.0 2022-03-02 [1] CRAN (R 4.0.5) + packrat 0.7.0 2021-08-20 [1] CRAN (R 4.0.2) + pak 0.8.0 2024-08-09 [2] local + parsedate 1.3.0 2022-02-13 [2] CRAN (R 4.0.5) + P pillar 1.7.0 2022-02-01 [2] CRAN (R 4.0.5) + pingr 2.0.1 2020-06-22 [1] CRAN (R 4.0.2) + P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.0.2) + pkgload 1.2.4 2021-11-30 [1] CRAN (R 4.0.2) + PKI 0.1-11 2022-03-16 [1] CRAN (R 4.0.5) + png 0.1-7 2013-12-03 [2] CRAN (R 4.0.2) + praise 1.0.0 2015-08-11 [1] CRAN (R 4.0.2) + prettyunits 1.1.1 2020-01-24 [2] CRAN (R 4.0.2) + P processx 3.5.3 2022-03-25 [2] CRAN (R 4.0.5) + progress 1.2.2 2019-05-16 [2] CRAN (R 4.0.2) + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.6.0 2021-02-28 [2] CRAN (R 4.0.2) + purrr 0.3.4 2020-04-17 [2] CRAN (R 4.0.2) + P R6 2.5.1 2021-08-19 [2] CRAN (R 4.0.2) + P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.0.2) + Rcpp 1.0.8.3 2022-03-17 [1] CRAN (R 4.0.5) + rematch 1.0.1 2016-04-21 [2] CRAN (R 4.0.2) + rematch2 2.1.2 2020-05-01 [1] CRAN (R 4.0.2) + renv 1.1.1 2025-02-07 [1] CRAN (R 4.0.5) + P rlang 1.0.2 2025-01-17 [2] CRAN (R 4.0.5) + rmarkdown 2.13 2022-03-10 [1] CRAN (R 4.0.5) + rpart 4.1-15 2019-04-12 [4] CRAN (R 4.0.5) + P rprojroot 2.0.3 2022-04-02 [2] CRAN (R 4.0.5) + rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.0.5) + rstudioapi 0.13 2020-11-12 [1] CRAN (R 4.0.2) + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.2 2021-12-06 [2] any (@1.2.2) + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.5.1 2021-09-13 [2] CRAN (R 4.0.2) + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] CRAN (R 4.0.2) + sourcetools 0.1.7 2018-04-25 [1] CRAN (R 4.0.2) + spatial 7.3-13 2021-01-24 [4] CRAN (R 4.0.5) + stringi 1.7.6 2021-11-29 [1] CRAN (R 4.0.2) + stringr 1.4.0 2019-02-10 [1] CRAN (R 4.0.2) + survival 3.2-10 2021-03-16 [4] CRAN (R 4.0.5) + sys 3.4 2020-07-23 [1] CRAN (R 4.0.2) + testthat 3.1.3 2022-03-29 [1] CRAN (R 4.0.5) + P tibble 3.1.6 2021-11-07 [2] CRAN (R 4.0.2) + tidyr 1.2.0 2022-02-01 [2] CRAN (R 4.0.5) + tidyselect 1.1.2 2022-02-21 [2] CRAN (R 4.0.5) + tinytex 0.38 2022-03-29 [1] CRAN (R 4.0.5) + P utf8 1.2.2 2021-07-24 [2] CRAN (R 4.0.2) + P vctrs 0.4.0 2022-03-30 [2] CRAN (R 4.0.5) + waldo 0.4.0 2022-03-16 [1] CRAN (R 4.0.5) + webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.0.2) + websocket 1.4.2 2024-07-22 [1] CRAN (R 4.0.5) + P withr 2.5.0 2022-03-03 [2] CRAN (R 4.0.5) + xfun 0.30 2022-03-02 [1] CRAN (R 4.0.5) + xtable 1.8-4 2019-04-21 [1] CRAN (R 4.0.2) + yaml 2.3.5 2022-02-21 [1] CRAN (R 4.0.5) + zip 2.2.0 2021-05-31 [1] CRAN (R 4.0.2) [1] /Users/runner/Library/Application Support/R/shinycoreci/R-4_0_5 [2] /Users/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-mac-4.1.txt b/inst/apps/sysinfo-mac-4.1.txt index 013979bf56..2d904aeb98 100644 --- a/inst/apps/sysinfo-mac-4.1.txt +++ b/inst/apps/sysinfo-mac-4.1.txt @@ -6,7 +6,7 @@ R version: R version 4.1.3 (2022-03-10) ---- Chrome ---- Path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -Version: Google Chrome 133.0.6943.127 +Version: Google Chrome 132.0.6834.84 Args: --headless --no-sandbox --disable-dev-shm-usage --force-color-profile=srgb --disable-extensions --mute-audio ── Session info ──────────────────────────────────────────────────────────────── @@ -24,183 +24,122 @@ Version: Google Chrome 133.0.6943.127 pandoc 3.1.11 @ /usr/local/bin/pandoc quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - AsioHeaders 1.22.1-2 2022-12-08 [1] CRAN (R 4.1.3) - askpass 1.2.1 2024-10-04 [1] CRAN (R 4.1.3) - assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.1.3) - backports 1.5.0 2024-05-23 [1] CRAN (R 4.1.3) - base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.1.3) - bigD 0.3.0 2024-11-08 [1] CRAN (R 4.1.3) - bit 4.5.0.1 2024-12-03 [1] CRAN (R 4.1.3) - bit64 4.6.0-1 2025-01-16 [1] CRAN (R 4.1.3) - bitops 1.0-9 2024-10-03 [1] CRAN (R 4.1.3) - blob 1.2.4 2023-03-17 [1] CRAN (R 4.1.3) - boot 1.3-28 2021-05-03 [4] CRAN (R 4.1.3) - brio 1.1.5 2024-04-24 [1] CRAN (R 4.1.3) - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2025-02-24 [1] https://p~ - Cairo 1.6-2 2023-11-28 [1] CRAN (R 4.1.3) - P callr 3.7.6 2024-03-25 [2] CRAN (R 4.1.3) - checkmate 2.3.2 2024-07-29 [1] CRAN (R 4.1.3) - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-20 2022-01-16 [4] CRAN (R 4.1.3) - P cli 3.6.4 2025-02-13 [2] CRAN (R 4.1.3) - clipr 0.8.0 2022-02-22 [1] CRAN (R 4.1.3) - cluster 2.1.2 2021-04-17 [4] CRAN (R 4.1.3) - codetools 0.2-18 2020-11-04 [4] CRAN (R 4.1.3) - colorspace 2.1-1 2024-07-26 [1] CRAN (R 4.1.3) - commonmark 1.9.2 2024-10-04 [1] CRAN (R 4.1.3) - cpp11 0.5.1 2024-12-04 [1] CRAN (R 4.1.3) - P crayon 1.5.3 2024-06-20 [2] CRAN (R 4.1.3) - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] CRAN (R 4.1.3) - data.table 1.17.0 2025-02-22 [1] CRAN (R 4.1.3) - DBI 1.2.3 2024-06-02 [1] CRAN (R 4.1.3) - dbplyr 2.5.0 2024-03-19 [1] CRAN (R 4.1.3) - debugme 1.2.0 2024-04-25 [2] CRAN (R 4.1.3) - desc 1.4.3 2023-12-10 [1] CRAN (R 4.1.3) - diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.1.3) - digest 0.6.37 2024-08-19 [1] CRAN (R 4.1.3) - dplyr 1.1.4 2023-11-17 [1] CRAN (R 4.1.3) - DT 0.33.3 2025-02-24 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.1.3) - english 1.2-6 2021-08-21 [2] CRAN (R 4.1.3) - evaluate 1.0.3 2025-01-10 [1] CRAN (R 4.1.3) - fansi 1.0.6 2023-12-08 [1] CRAN (R 4.1.3) - farver 2.1.2 2024-05-13 [1] CRAN (R 4.1.3) - fastmap 1.2.0 2025-02-24 [1] https://p~ - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-82 2022-01-16 [4] CRAN (R 4.1.3) - fs 1.6.5 2024-10-30 [1] CRAN (R 4.1.3) - future 1.34.0 2024-07-29 [1] CRAN (R 4.1.3) - generics 0.1.3 2022-07-05 [1] CRAN (R 4.1.3) - ggplot2 3.5.1 2024-04-23 [1] CRAN (R 4.1.3) - ggvis 0.4.9 2024-02-05 [1] CRAN (R 4.1.3) - globals 0.16.3 2024-03-08 [1] CRAN (R 4.1.3) - P glue 1.8.0 2024-09-30 [2] CRAN (R 4.1.3) - gtable 0.3.6 2024-10-25 [1] CRAN (R 4.1.3) - highr 0.11 2024-05-26 [1] CRAN (R 4.1.3) - P hms 1.1.3 2023-03-21 [2] CRAN (R 4.1.3) - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.7 2023-08-15 [1] CRAN (R 4.1.3) - isoband 0.2.7 2022-12-20 [1] CRAN (R 4.1.3) - jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.1.3) - P jsonlite 1.9.0 2025-02-19 [2] CRAN (R 4.1.3) - KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.1.3) - knitr 1.49 2024-11-08 [1] CRAN (R 4.1.3) - labeling 0.4.3 2023-08-29 [1] CRAN (R 4.1.3) - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.20-45 2021-09-22 [4] CRAN (R 4.1.3) - lazyeval 0.2.2 2019-03-15 [1] CRAN (R 4.1.3) - leaflet.providers 2.0.0 2023-10-17 [1] CRAN (R 4.1.3) - P lifecycle 1.0.4 2023-11-07 [2] CRAN (R 4.1.3) - listenv 0.9.1 2024-01-29 [1] CRAN (R 4.1.3) - lobstr 1.1.2 2022-06-22 [1] CRAN (R 4.1.3) - lorem 1.0.0 2023-03-09 [1] CRAN (R 4.1.3) - P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.1.3) - maps 3.4.2.1 2024-11-10 [1] CRAN (R 4.1.3) - markdown 1.13 2024-06-04 [1] CRAN (R 4.1.3) - MASS 7.3-55 2022-01-16 [4] CRAN (R 4.1.3) - Matrix 1.4-0 2021-12-08 [4] CRAN (R 4.1.3) - memoise 2.0.1 2021-11-26 [1] CRAN (R 4.1.3) - mgcv 1.8-39 2022-02-24 [4] CRAN (R 4.1.3) - mime 0.12 2021-09-28 [1] CRAN (R 4.1.3) - munsell 0.5.1 2024-04-01 [1] CRAN (R 4.1.3) - nlme 3.1-155 2022-01-16 [4] CRAN (R 4.1.3) - nnet 7.3-17 2022-01-16 [4] CRAN (R 4.1.3) - openssl 2.3.2 2025-02-03 [1] CRAN (R 4.1.3) - packrat 0.9.2 2023-09-05 [1] CRAN (R 4.1.3) - pak 0.8.0 2025-02-19 [2] local - parallelly 1.42.0 2025-01-30 [1] CRAN (R 4.1.3) - parsedate 1.3.2 2024-12-09 [2] CRAN (R 4.1.3) - P pillar 1.10.1 2025-01-07 [2] CRAN (R 4.1.3) - pingr 2.0.5 2024-12-12 [1] CRAN (R 4.1.3) - pkgbuild 1.4.6 2025-01-16 [1] CRAN (R 4.1.3) - P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.1.3) - pkgload 1.4.0 2024-06-28 [1] CRAN (R 4.1.3) - PKI 0.1-14 2024-06-15 [1] CRAN (R 4.1.3) - plogr 0.2.0 2018-03-25 [1] CRAN (R 4.1.3) - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] CRAN (R 4.1.3) - png 0.1-8 2022-11-29 [1] CRAN (R 4.1.3) - praise 1.0.0 2015-08-11 [1] CRAN (R 4.1.3) - P prettyunits 1.2.0 2023-09-24 [2] CRAN (R 4.1.3) - P processx 3.8.6 2025-02-21 [2] CRAN (R 4.1.3) - P progress 1.2.3 2023-12-06 [2] CRAN (R 4.1.3) - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] CRAN (R 4.1.3) - P ps 1.9.0 2025-02-18 [2] CRAN (R 4.1.3) - purrr 1.0.4 2025-02-05 [1] CRAN (R 4.1.3) - R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.1.3) - R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.1.3) - R.oo 1.27.0 2024-11-01 [1] CRAN (R 4.1.3) - R.utils 2.12.3 2023-11-18 [1] CRAN (R 4.1.3) - P R6 2.6.1 2025-02-15 [2] CRAN (R 4.1.3) - P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.1.3) - RColorBrewer 1.1-3 2022-04-03 [1] CRAN (R 4.1.3) - Rcpp 1.0.14 2025-01-12 [1] CRAN (R 4.1.3) - reactable 0.4.4 2023-03-12 [1] CRAN (R 4.1.3) - reactlog 1.1.1 2025-02-24 [1] https://p~ - reactR 0.6.1 2024-09-14 [1] CRAN (R 4.1.3) - rematch 2.0.0 2023-08-30 [2] CRAN (R 4.1.3) - renv 1.1.1 2025-02-07 [1] CRAN (R 4.1.3) - reshape2 1.4.4 2020-04-09 [1] CRAN (R 4.1.3) - P rlang 1.1.5 2025-01-17 [2] CRAN (R 4.1.3) - rmarkdown 2.29 2024-11-04 [1] CRAN (R 4.1.3) - rpart 4.1.16 2022-01-24 [4] CRAN (R 4.1.3) - P rprojroot 2.0.4 2023-11-05 [2] CRAN (R 4.1.3) - rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.1.3) - RSQLite 2.3.9 2024-12-03 [1] CRAN (R 4.1.3) - rstudioapi 0.17.1 2024-10-22 [1] CRAN (R 4.1.3) - rversions 2.1.2 2022-08-31 [1] CRAN (R 4.1.3) - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] CRAN (R 4.1.3) - sessioninfo 1.2.3 2025-02-05 [1] CRAN (R 4.1.3) - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] CRAN (R 4.1.3) - P shinycoreci 0.0.0.9009 2025-02-24 [2] Custom - shinydashboard 0.7.2 2021-09-30 [1] CRAN (R 4.1.3) - shinyjs 2.1.0 2021-12-23 [1] CRAN (R 4.1.3) - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] CRAN (R 4.1.3) - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2025-02-24 [1] https://p~ - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] CRAN (R 4.1.3) - showtext 0.9-7 2024-03-02 [1] CRAN (R 4.1.3) - showtextdb 3.0 2020-06-04 [1] CRAN (R 4.1.3) - sourcetools 0.1.7-1 2023-02-01 [1] CRAN (R 4.1.3) - sp 2.2-0 2025-02-01 [1] CRAN (R 4.1.3) - spatial 7.3-15 2022-01-16 [4] CRAN (R 4.1.3) - stringi 1.8.4 2024-05-06 [1] CRAN (R 4.1.3) - stringr 1.5.1 2023-11-14 [1] CRAN (R 4.1.3) - styler 1.10.3 2024-04-07 [1] CRAN (R 4.1.3) - survival 3.2-13 2021-08-24 [4] CRAN (R 4.1.3) - sys 3.4.3 2024-10-04 [1] CRAN (R 4.1.3) - sysfonts 0.8.9 2024-03-02 [1] CRAN (R 4.1.3) - testthat 3.2.3 2025-01-13 [1] CRAN (R 4.1.3) - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] CRAN (R 4.1.3) - tidyr 1.3.1 2024-01-24 [1] CRAN (R 4.1.3) - tidyselect 1.2.1 2024-03-11 [1] CRAN (R 4.1.3) - tinytex 0.55 2025-02-19 [1] CRAN (R 4.1.3) - utf8 1.2.4 2023-10-22 [1] CRAN (R 4.1.3) - P vctrs 0.6.5 2023-12-01 [2] CRAN (R 4.1.3) - viridisLite 0.4.2 2023-05-02 [1] CRAN (R 4.1.3) - waldo 0.6.1 2024-11-07 [1] CRAN (R 4.1.3) - webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.1.3) - websocket 1.4.2 2024-07-22 [1] CRAN (R 4.1.3) - P withr 3.0.2 2024-10-28 [2] CRAN (R 4.1.3) - xfun 0.51 2025-02-19 [1] CRAN (R 4.1.3) - xml2 1.3.6 2023-12-04 [1] CRAN (R 4.1.3) - xtable 1.8-4 2019-04-21 [1] CRAN (R 4.1.3) - yaml 2.3.10 2024-07-26 [1] CRAN (R 4.1.3) - zip 2.3.2 2025-02-01 [1] CRAN (R 4.1.3) + ! package * version date (UTC) lib source + AsioHeaders 1.22.1-2 2022-12-08 [1] CRAN (R 4.1.3) + askpass 1.2.1 2024-10-04 [1] CRAN (R 4.1.3) + assertthat 0.2.1 2019-03-21 [2] CRAN (R 4.1.3) + backports 1.5.0 2024-05-23 [1] CRAN (R 4.1.3) + base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.1.3) + boot 1.3-28 2021-05-03 [4] CRAN (R 4.1.3) + brio 1.1.5 2024-04-24 [1] CRAN (R 4.1.3) + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2025-02-24 [1] https://p~ + P callr 3.7.6 2024-03-25 [2] CRAN (R 4.1.3) + checkmate 2.3.2 2024-07-29 [1] CRAN (R 4.1.3) + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-20 2022-01-16 [4] CRAN (R 4.1.3) + P cli 3.6.4 2025-02-13 [2] CRAN (R 4.1.3) + cluster 2.1.2 2021-04-17 [4] CRAN (R 4.1.3) + codetools 0.2-18 2020-11-04 [4] CRAN (R 4.1.3) + commonmark 1.9.2 2024-10-04 [1] CRAN (R 4.1.3) + cpp11 0.5.1 2024-12-04 [1] CRAN (R 4.1.3) + P crayon 1.5.3 2024-06-20 [2] CRAN (R 4.1.3) + curl 6.2.1 2025-02-19 [1] CRAN (R 4.1.3) + debugme 1.2.0 2024-04-25 [2] CRAN (R 4.1.3) + desc 1.4.3 2023-12-10 [1] CRAN (R 4.1.3) + diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.1.3) + digest 0.6.37 2024-08-19 [1] CRAN (R 4.1.3) + dplyr 1.1.4 2023-11-17 [2] CRAN (R 4.1.3) + ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.1.3) + english 1.2-6 2021-08-21 [2] CRAN (R 4.1.3) + evaluate 1.0.3 2025-01-10 [1] CRAN (R 4.1.3) + fansi 1.0.6 2023-12-08 [1] CRAN (R 4.1.3) + fastmap 1.2.0 2025-02-24 [1] https://p~ + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-82 2022-01-16 [4] CRAN (R 4.1.3) + fs 1.6.5 2024-10-30 [1] CRAN (R 4.1.3) + generics 0.1.3 2022-07-05 [2] CRAN (R 4.1.3) + globals 0.16.3 2024-03-08 [1] CRAN (R 4.1.3) + P glue 1.8.0 2024-09-30 [2] CRAN (R 4.1.3) + highr 0.11 2024-05-26 [1] CRAN (R 4.1.3) + hms 1.1.3 2023-03-21 [2] CRAN (R 4.1.3) + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] CRAN (R 4.1.3) + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.7 2023-08-15 [1] CRAN (R 4.1.3) + jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.1.3) + P jsonlite 1.9.0 2025-02-19 [2] CRAN (R 4.1.3) + KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.1.3) + knitr 1.49 2024-11-08 [1] CRAN (R 4.1.3) + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.20-45 2021-09-22 [4] CRAN (R 4.1.3) + P lifecycle 1.0.4 2023-11-07 [2] CRAN (R 4.1.3) + P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.1.3) + MASS 7.3-55 2022-01-16 [4] CRAN (R 4.1.3) + Matrix 1.4-0 2021-12-08 [4] CRAN (R 4.1.3) + memoise 2.0.1 2021-11-26 [1] CRAN (R 4.1.3) + mgcv 1.8-39 2022-02-24 [4] CRAN (R 4.1.3) + mime 0.12 2021-09-28 [1] CRAN (R 4.1.3) + nlme 3.1-155 2022-01-16 [4] CRAN (R 4.1.3) + nnet 7.3-17 2022-01-16 [4] CRAN (R 4.1.3) + openssl 2.3.2 2025-02-03 [1] CRAN (R 4.1.3) + packrat 0.9.2 2023-09-05 [1] CRAN (R 4.1.3) + pak 0.8.0 2025-02-19 [2] local + parsedate 1.3.2 2024-12-09 [2] CRAN (R 4.1.3) + P pillar 1.10.1 2025-01-07 [2] CRAN (R 4.1.3) + pingr 2.0.5 2024-12-12 [1] CRAN (R 4.1.3) + pkgbuild 1.4.6 2025-01-16 [1] CRAN (R 4.1.3) + P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.1.3) + pkgload 1.4.0 2024-06-28 [1] CRAN (R 4.1.3) + PKI 0.1-14 2024-06-15 [1] CRAN (R 4.1.3) + png 0.1-8 2022-11-29 [2] CRAN (R 4.1.3) + praise 1.0.0 2015-08-11 [1] CRAN (R 4.1.3) + prettyunits 1.2.0 2023-09-24 [2] CRAN (R 4.1.3) + P processx 3.8.6 2025-02-21 [2] CRAN (R 4.1.3) + progress 1.2.3 2023-12-06 [2] CRAN (R 4.1.3) + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] CRAN (R 4.1.3) + purrr 1.0.4 2025-02-05 [2] CRAN (R 4.1.3) + P R6 2.6.1 2025-02-15 [2] CRAN (R 4.1.3) + P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.1.3) + Rcpp 1.0.14 2025-01-12 [1] CRAN (R 4.1.3) + rematch 2.0.0 2023-08-30 [2] CRAN (R 4.1.3) + renv 1.1.1 2025-02-07 [1] CRAN (R 4.1.3) + P rlang 1.1.5 2025-01-17 [2] CRAN (R 4.1.3) + rmarkdown 2.29 2024-11-04 [1] CRAN (R 4.1.3) + rpart 4.1.16 2022-01-24 [4] CRAN (R 4.1.3) + P rprojroot 2.0.4 2023-11-05 [2] CRAN (R 4.1.3) + rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.1.3) + rstudioapi 0.17.1 2024-10-22 [1] CRAN (R 4.1.3) + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] any (@1.2.3) + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] CRAN (R 4.1.3) + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] CRAN (R 4.1.3) + sourcetools 0.1.7-1 2023-02-01 [1] CRAN (R 4.1.3) + spatial 7.3-15 2022-01-16 [4] CRAN (R 4.1.3) + stringi 1.8.4 2024-05-06 [2] CRAN (R 4.1.3) + stringr 1.5.1 2023-11-14 [2] CRAN (R 4.1.3) + survival 3.2-13 2021-08-24 [4] CRAN (R 4.1.3) + sys 3.4.3 2024-10-04 [1] CRAN (R 4.1.3) + testthat 3.2.3 2025-01-13 [1] CRAN (R 4.1.3) + P tibble 3.2.1 2023-03-20 [2] CRAN (R 4.1.3) + tidyr 1.3.1 2024-01-24 [2] CRAN (R 4.1.3) + tidyselect 1.2.1 2024-03-11 [2] CRAN (R 4.1.3) + tinytex 0.55 2025-02-19 [1] CRAN (R 4.1.3) + utf8 1.2.4 2023-10-22 [1] CRAN (R 4.1.3) + P vctrs 0.6.5 2023-12-01 [2] CRAN (R 4.1.3) + waldo 0.6.1 2024-11-07 [1] CRAN (R 4.1.3) + webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.1.3) + websocket 1.4.2 2024-07-22 [1] CRAN (R 4.1.3) + P withr 3.0.2 2024-10-28 [2] CRAN (R 4.1.3) + xfun 0.51 2025-02-19 [1] CRAN (R 4.1.3) + xtable 1.8-4 2019-04-21 [1] CRAN (R 4.1.3) + yaml 2.3.10 2024-07-26 [1] CRAN (R 4.1.3) + zip 2.3.2 2025-02-01 [1] CRAN (R 4.1.3) [1] /Users/runner/Library/Application Support/R/shinycoreci/R-4_1_3 [2] /Users/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-mac-4.2.txt b/inst/apps/sysinfo-mac-4.2.txt index 6cd640fe96..2b31d08e12 100644 --- a/inst/apps/sysinfo-mac-4.2.txt +++ b/inst/apps/sysinfo-mac-4.2.txt @@ -6,7 +6,7 @@ R version: R version 4.2.3 (2023-03-15) ---- Chrome ---- Path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -Version: Google Chrome 133.0.6943.127 +Version: Google Chrome 132.0.6834.84 Args: --headless --no-sandbox --disable-dev-shm-usage --force-color-profile=srgb --disable-extensions --mute-audio ── Session info ──────────────────────────────────────────────────────────────── @@ -22,218 +22,124 @@ Version: Google Chrome 133.0.6943.127 tz UTC date 2025-02-24 pandoc 3.1.11 @ /usr/local/bin/pandoc - quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - AsioHeaders 1.22.1-2 2022-12-08 [1] CRAN (R 4.2.0) - askpass 1.2.0 2023-09-03 [1] CRAN (R 4.2.0) - assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.2.0) - backports 1.5.0 2024-05-23 [1] CRAN (R 4.2.3) - base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.2.0) - BH 1.87.0-1 2024-12-17 [1] CRAN (R 4.2.3) - bigD 0.2.0 2022-09-05 [1] CRAN (R 4.2.0) - bit 4.0.5 2022-11-15 [1] CRAN (R 4.2.0) - bit64 4.0.5 2020-08-30 [1] CRAN (R 4.2.0) - bitops 1.0-7 2021-04-24 [1] CRAN (R 4.2.0) - blob 1.2.4 2023-03-17 [1] CRAN (R 4.2.0) - boot 1.3-28.1 2022-11-22 [4] CRAN (R 4.2.3) - brio 1.1.5 2024-04-24 [1] CRAN (R 4.2.3) - broom 1.0.6 2024-05-17 [1] CRAN (R 4.2.3) - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2024-05-16 [1] CRAN (R 4.2.3) - Cairo 1.6-2 2023-11-28 [1] CRAN (R 4.2.3) - P callr 3.7.6 2024-03-25 [2] CRAN (R 4.2.3) - checkmate 2.3.1 2023-12-04 [1] CRAN (R 4.2.3) - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-21 2023-01-23 [4] CRAN (R 4.2.3) - P cli 3.6.2 2025-02-13 [2] CRAN (R 4.2.3) - clipr 0.8.0 2022-02-22 [1] CRAN (R 4.2.0) - cluster 2.1.4 2022-08-22 [4] CRAN (R 4.2.3) - codetools 0.2-19 2023-02-01 [4] CRAN (R 4.2.3) - colorspace 2.1-0 2023-01-23 [1] CRAN (R 4.2.0) - commonmark 1.9.1 2024-01-30 [1] CRAN (R 4.2.3) - cpp11 0.4.7 2023-12-02 [1] CRAN (R 4.2.3) - P crayon 1.5.2 2022-09-29 [2] CRAN (R 4.2.0) - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] CRAN (R 4.2.3) - data.table 1.15.4 2024-03-30 [1] CRAN (R 4.2.3) - DBI 1.2.3 2024-06-02 [1] CRAN (R 4.2.3) - dbplyr 2.5.0 2024-03-19 [1] CRAN (R 4.2.3) - debugme 1.2.0 2024-04-25 [2] CRAN (R 4.2.3) - desc 1.4.3 2023-12-10 [1] CRAN (R 4.2.3) - DiagrammeR 1.0.11 2024-02-02 [1] CRAN (R 4.2.3) - diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.2.0) - digest 0.6.35 2024-03-11 [1] CRAN (R 4.2.3) - dplyr 1.1.4 2023-11-17 [1] CRAN (R 4.2.3) - DT 0.33.3 2025-02-24 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.2.0) - english 1.2-6 2021-08-21 [2] CRAN (R 4.2.0) - evaluate 1.0.3 2025-01-10 [1] CRAN (R 4.2.3) - P fansi 1.0.6 2023-12-08 [2] CRAN (R 4.2.3) - farver 2.1.2 2024-05-13 [1] CRAN (R 4.2.3) - fastmap 1.2.0 2024-05-15 [1] CRAN (R 4.2.3) - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-84 2022-12-06 [4] CRAN (R 4.2.3) - fs 1.6.4 2024-04-25 [1] CRAN (R 4.2.3) - future 1.34.0 2024-07-29 [1] CRAN (R 4.2.3) - generics 0.1.3 2022-07-05 [1] CRAN (R 4.2.0) - ggplot2 3.5.1 2024-04-23 [1] CRAN (R 4.2.3) - ggvis 0.4.9 2024-02-05 [1] CRAN (R 4.2.3) - globals 0.16.3 2024-03-08 [1] CRAN (R 4.2.3) - P glue 1.7.0 2024-09-30 [2] CRAN (R 4.2.3) - gt 0.11.1.9000 2025-02-24 [1] https://p~ - gtable 0.3.5 2024-04-22 [1] CRAN (R 4.2.3) - highcharter 0.9.4 2022-01-03 [1] CRAN (R 4.2.0) - highr 0.11 2024-05-26 [1] CRAN (R 4.2.3) - P hms 1.1.3 2023-03-21 [2] CRAN (R 4.2.0) - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.7 2023-08-15 [1] CRAN (R 4.2.0) - igraph 2.0.3 2024-03-13 [1] CRAN (R 4.2.3) - isoband 0.2.7 2022-12-20 [1] CRAN (R 4.2.0) - jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.2.0) - P jsonlite 1.8.8 2025-02-19 [2] CRAN (R 4.2.3) - juicyjuice 0.1.0 2022-11-10 [1] CRAN (R 4.2.0) - KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.2.3) - knitr 1.49 2024-11-08 [1] CRAN (R 4.2.3) - labeling 0.4.3 2023-08-29 [1] CRAN (R 4.2.0) - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.20-45 2021-09-22 [4] CRAN (R 4.2.3) - lazyeval 0.2.2 2019-03-15 [1] CRAN (R 4.2.0) - leaflet 2.2.2.9000 2025-02-24 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] CRAN (R 4.2.0) - P lifecycle 1.0.4 2023-11-07 [2] CRAN (R 4.2.3) - listenv 0.9.1 2024-01-29 [1] CRAN (R 4.2.3) - lobstr 1.1.2 2022-06-22 [1] CRAN (R 4.2.0) - lorem 1.0.0 2023-03-09 [1] CRAN (R 4.2.0) - lubridate 1.9.3 2023-09-27 [1] CRAN (R 4.2.0) - P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.2.0) - maps 3.4.2.1 2024-11-10 [1] CRAN (R 4.2.3) - markdown 1.13 2024-06-04 [1] CRAN (R 4.2.3) - MASS 7.3-58.2 2023-01-23 [4] CRAN (R 4.2.3) - Matrix 1.5-3 2022-11-11 [4] CRAN (R 4.2.3) - memoise 2.0.1 2021-11-26 [1] CRAN (R 4.2.0) - mgcv 1.8-42 2023-03-02 [4] CRAN (R 4.2.3) - mime 0.12 2021-09-28 [1] CRAN (R 4.2.0) - munsell 0.5.1 2024-04-01 [1] CRAN (R 4.2.3) - networkD3 0.4 2017-03-18 [1] CRAN (R 4.2.0) - nlme 3.1-162 2023-01-31 [4] CRAN (R 4.2.3) - NLP 0.2-1 2020-10-14 [1] CRAN (R 4.2.0) - nnet 7.3-18 2022-09-28 [4] CRAN (R 4.2.3) - openssl 2.2.0 2024-05-16 [1] CRAN (R 4.2.3) - packrat 0.9.2 2023-09-05 [1] CRAN (R 4.2.0) - pak 0.8.0 2025-02-19 [2] local - parallelly 1.42.0 2025-01-30 [1] CRAN (R 4.2.3) - parsedate 1.3.1 2022-10-27 [2] CRAN (R 4.2.0) - P pillar 1.9.0 2023-03-22 [2] CRAN (R 4.2.0) - pingr 2.0.3 2023-12-10 [1] CRAN (R 4.2.3) - pkgbuild 1.4.4 2024-03-17 [1] CRAN (R 4.2.3) - P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.2.0) - pkgload 1.3.4 2024-01-16 [1] CRAN (R 4.2.3) - PKI 0.1-12 2022-11-28 [1] CRAN (R 4.2.0) - plogr 0.2.0 2018-03-25 [1] CRAN (R 4.2.0) - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] CRAN (R 4.2.0) - png 0.1-8 2022-11-29 [1] CRAN (R 4.2.0) - praise 1.0.0 2015-08-11 [1] CRAN (R 4.2.0) - P prettyunits 1.2.0 2023-09-24 [2] CRAN (R 4.2.0) - P processx 3.8.4 2024-03-16 [2] CRAN (R 4.2.3) - P progress 1.2.3 2023-12-06 [2] CRAN (R 4.2.3) - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] CRAN (R 4.2.0) - P ps 1.7.6 2024-01-18 [2] CRAN (R 4.2.3) - purrr 1.0.2 2023-08-10 [1] CRAN (R 4.2.0) - quantmod 0.4.26 2024-02-14 [1] CRAN (R 4.2.3) - R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.2.0) - R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.2.0) - R.oo 1.26.0 2024-01-24 [1] CRAN (R 4.2.3) - R.utils 2.12.3 2023-11-18 [1] CRAN (R 4.2.3) - P R6 2.5.1 2021-08-19 [2] CRAN (R 4.2.0) - ragg 1.3.3 2024-09-11 [1] CRAN (R 4.2.3) - P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.2.0) - raster 3.6-26 2023-10-14 [1] CRAN (R 4.2.0) - RColorBrewer 1.1-3 2022-04-03 [1] CRAN (R 4.2.0) - Rcpp 1.0.12 2024-01-09 [1] CRAN (R 4.2.3) - reactable 0.4.4 2023-03-12 [1] CRAN (R 4.2.0) - reactlog 1.1.1 2022-09-26 [1] CRAN (R 4.2.0) - reactR 0.6.1 2024-09-14 [1] CRAN (R 4.2.3) - readr 2.1.5 2024-01-10 [1] CRAN (R 4.2.3) - rematch 2.0.0 2023-08-30 [2] CRAN (R 4.2.0) - rematch2 2.1.2 2020-05-01 [2] CRAN (R 4.2.0) - renv 1.0.7 2024-04-11 [1] CRAN (R 4.2.3) - reshape2 1.4.4 2020-04-09 [1] CRAN (R 4.2.0) - rjson 0.2.21 2022-01-09 [1] CRAN (R 4.2.0) - P rlang 1.1.3 2025-01-17 [2] CRAN (R 4.2.3) - rlist 0.4.6.2 2021-09-03 [1] CRAN (R 4.2.0) - rmarkdown 2.29 2024-11-04 [1] CRAN (R 4.2.3) - rpart 4.1.19 2022-10-21 [4] CRAN (R 4.2.3) - P rprojroot 2.0.4 2023-11-05 [2] CRAN (R 4.2.0) - rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.2.3) - RSQLite 2.3.9 2024-12-03 [1] CRAN (R 4.2.3) - rstudioapi 0.16.0 2024-03-24 [1] CRAN (R 4.2.3) - rversions 2.1.2 2022-08-31 [1] CRAN (R 4.2.0) - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] CRAN (R 4.2.3) - sessioninfo 1.2.3 2025-02-05 [1] CRAN (R 4.2.3) - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] CRAN (R 4.2.3) - P shinycoreci 0.0.0.9009 2025-02-24 [2] Custom - shinydashboard 0.7.2 2021-09-30 [1] CRAN (R 4.2.0) - shinyjs 2.1.0 2021-12-23 [1] CRAN (R 4.2.0) - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.5.4 2024-03-02 [2] CRAN (R 4.2.3) - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2021-01-25 [1] CRAN (R 4.2.0) - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] CRAN (R 4.2.0) - showtext 0.9-7 2024-03-02 [1] CRAN (R 4.2.3) - showtextdb 3.0 2020-06-04 [1] CRAN (R 4.2.0) - slam 0.1-50 2022-01-08 [1] CRAN (R 4.2.0) - sourcetools 0.1.7-1 2023-02-01 [1] CRAN (R 4.2.0) - sp 2.1-4 2024-04-30 [1] CRAN (R 4.2.3) - spatial 7.3-16 2023-01-23 [4] CRAN (R 4.2.3) - stringi 1.8.4 2024-05-06 [1] CRAN (R 4.2.3) - stringr 1.5.1 2023-11-14 [1] CRAN (R 4.2.3) - styler 1.10.3 2024-04-07 [1] CRAN (R 4.2.3) - survival 3.5-3 2023-02-12 [4] CRAN (R 4.2.3) - sys 3.4.2 2023-05-23 [1] CRAN (R 4.2.0) - sysfonts 0.8.9 2024-03-02 [1] CRAN (R 4.2.3) - systemfonts 1.1.0 2024-05-15 [1] CRAN (R 4.2.3) - terra 1.7-78 2024-05-22 [1] CRAN (R 4.2.3) - testthat 3.2.3 2025-01-13 [1] CRAN (R 4.2.3) - textshaping 0.4.0 2024-05-24 [1] CRAN (R 4.2.3) - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] CRAN (R 4.2.0) - tidyr 1.3.1 2024-01-24 [1] CRAN (R 4.2.3) - tidyselect 1.2.1 2024-03-11 [1] CRAN (R 4.2.3) - timechange 0.3.0 2024-01-18 [1] CRAN (R 4.2.3) - tinytex 0.51 2024-05-06 [1] CRAN (R 4.2.3) - tm 0.7-16 2025-02-19 [1] CRAN (R 4.2.3) - TTR 0.24.4 2023-11-28 [1] CRAN (R 4.2.3) - tzdb 0.4.0 2023-05-12 [1] CRAN (R 4.2.0) - P utf8 1.2.4 2023-10-22 [2] CRAN (R 4.2.0) - V8 4.4.2 2024-02-15 [1] CRAN (R 4.2.3) - P vctrs 0.6.5 2023-12-01 [2] CRAN (R 4.2.3) - viridisLite 0.4.2 2023-05-02 [1] CRAN (R 4.2.0) - visNetwork 2.1.2 2022-09-29 [1] CRAN (R 4.2.0) - vroom 1.6.5 2023-12-05 [1] CRAN (R 4.2.3) - waldo 0.6.1 2024-11-07 [1] CRAN (R 4.2.3) - webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.2.0) - websocket 1.4.2 2024-07-22 [1] CRAN (R 4.2.3) - P withr 3.0.0 2024-10-28 [2] CRAN (R 4.2.3) - wordcloud 2.6 2018-08-24 [1] CRAN (R 4.2.0) - xfun 0.51 2025-02-19 [1] CRAN (R 4.2.3) - XML 3.99-0.16.1 2024-01-22 [1] CRAN (R 4.2.3) - xml2 1.3.6 2023-12-04 [1] CRAN (R 4.2.3) - xtable 1.8-4 2019-04-21 [1] CRAN (R 4.2.0) - xts 0.13.2 2024-01-21 [1] CRAN (R 4.2.3) - yaml 2.3.8 2023-12-11 [1] CRAN (R 4.2.3) - zip 2.3.1 2024-01-27 [1] CRAN (R 4.2.3) - zoo 1.8-12 2023-04-13 [1] CRAN (R 4.2.0) + ! package * version date (UTC) lib source + AsioHeaders 1.22.1-2 2022-12-08 [1] CRAN (R 4.2.0) + askpass 1.2.0 2023-09-03 [1] CRAN (R 4.2.0) + assertthat 0.2.1 2019-03-21 [2] CRAN (R 4.2.0) + backports 1.5.0 2024-05-23 [1] CRAN (R 4.2.3) + base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.2.0) + boot 1.3-28.1 2022-11-22 [4] CRAN (R 4.2.3) + brio 1.1.5 2024-04-24 [1] CRAN (R 4.2.3) + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2024-05-16 [1] CRAN (R 4.2.3) + P callr 3.7.6 2024-03-25 [2] CRAN (R 4.2.3) + checkmate 2.3.1 2023-12-04 [1] CRAN (R 4.2.3) + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-21 2023-01-23 [4] CRAN (R 4.2.3) + P cli 3.6.2 2023-12-11 [2] CRAN (R 4.2.3) + cluster 2.1.4 2022-08-22 [4] CRAN (R 4.2.3) + codetools 0.2-19 2023-02-01 [4] CRAN (R 4.2.3) + commonmark 1.9.1 2024-01-30 [1] CRAN (R 4.2.3) + cpp11 0.4.7 2023-12-02 [1] CRAN (R 4.2.3) + P crayon 1.5.2 2022-09-29 [2] CRAN (R 4.2.0) + curl 5.2.1 2024-03-01 [1] CRAN (R 4.2.3) + debugme 1.2.0 2024-04-25 [2] CRAN (R 4.2.3) + desc 1.4.3 2023-12-10 [1] CRAN (R 4.2.3) + diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.2.0) + digest 0.6.35 2024-03-11 [1] CRAN (R 4.2.3) + dplyr 1.1.4 2023-11-17 [2] CRAN (R 4.2.3) + ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.2.0) + english 1.2-6 2021-08-21 [2] CRAN (R 4.2.0) + evaluate 0.23 2023-11-01 [1] CRAN (R 4.2.0) + P fansi 1.0.6 2023-12-08 [2] CRAN (R 4.2.3) + fastmap 1.2.0 2024-05-15 [1] CRAN (R 4.2.3) + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-84 2022-12-06 [4] CRAN (R 4.2.3) + fs 1.6.4 2024-04-25 [1] CRAN (R 4.2.3) + generics 0.1.3 2022-07-05 [2] CRAN (R 4.2.0) + globals 0.16.3 2024-03-08 [1] CRAN (R 4.2.3) + P glue 1.7.0 2024-01-09 [2] CRAN (R 4.2.3) + highr 0.11 2024-05-26 [1] CRAN (R 4.2.3) + hms 1.1.3 2023-03-21 [2] CRAN (R 4.2.0) + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] CRAN (R 4.2.3) + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.7 2023-08-15 [1] CRAN (R 4.2.0) + jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.2.0) + P jsonlite 1.8.8 2023-12-04 [2] CRAN (R 4.2.3) + KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.2.3) + knitr 1.47 2024-05-29 [1] CRAN (R 4.2.3) + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.20-45 2021-09-22 [4] CRAN (R 4.2.3) + P lifecycle 1.0.4 2023-11-07 [2] CRAN (R 4.2.3) + P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.2.0) + MASS 7.3-58.2 2023-01-23 [4] CRAN (R 4.2.3) + Matrix 1.5-3 2022-11-11 [4] CRAN (R 4.2.3) + memoise 2.0.1 2021-11-26 [1] CRAN (R 4.2.0) + mgcv 1.8-42 2023-03-02 [4] CRAN (R 4.2.3) + mime 0.12 2021-09-28 [1] CRAN (R 4.2.0) + nlme 3.1-162 2023-01-31 [4] CRAN (R 4.2.3) + nnet 7.3-18 2022-09-28 [4] CRAN (R 4.2.3) + openssl 2.2.0 2024-05-16 [1] CRAN (R 4.2.3) + packrat 0.9.2 2023-09-05 [1] CRAN (R 4.2.0) + pak 0.8.0 2025-02-19 [2] local + parsedate 1.3.1 2022-10-27 [2] CRAN (R 4.2.0) + P pillar 1.9.0 2023-03-22 [2] CRAN (R 4.2.0) + pingr 2.0.3 2023-12-10 [1] CRAN (R 4.2.3) + pkgbuild 1.4.4 2024-03-17 [1] CRAN (R 4.2.3) + P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.2.0) + pkgload 1.3.4 2024-01-16 [1] CRAN (R 4.2.3) + PKI 0.1-12 2022-11-28 [1] CRAN (R 4.2.0) + png 0.1-8 2022-11-29 [2] CRAN (R 4.2.0) + praise 1.0.0 2015-08-11 [1] CRAN (R 4.2.0) + prettyunits 1.2.0 2023-09-24 [2] CRAN (R 4.2.0) + P processx 3.8.4 2024-03-16 [2] CRAN (R 4.2.3) + progress 1.2.3 2023-12-06 [2] CRAN (R 4.2.3) + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.7.6 2024-01-18 [2] CRAN (R 4.2.3) + purrr 1.0.2 2023-08-10 [2] CRAN (R 4.2.0) + P R6 2.5.1 2021-08-19 [2] CRAN (R 4.2.0) + P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.2.0) + Rcpp 1.0.12 2024-01-09 [1] CRAN (R 4.2.3) + rematch 2.0.0 2023-08-30 [2] CRAN (R 4.2.0) + rematch2 2.1.2 2020-05-01 [1] CRAN (R 4.2.0) + renv 1.0.7 2024-04-11 [1] CRAN (R 4.2.3) + P rlang 1.1.3 2024-01-10 [2] CRAN (R 4.2.3) + rmarkdown 2.27 2024-05-17 [1] CRAN (R 4.2.3) + rpart 4.1.19 2022-10-21 [4] CRAN (R 4.2.3) + P rprojroot 2.0.4 2023-11-05 [2] CRAN (R 4.2.0) + rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.2.3) + rstudioapi 0.16.0 2024-03-24 [1] CRAN (R 4.2.3) + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.2 2021-12-06 [2] any (@1.2.2) + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.5.4 2024-03-02 [2] CRAN (R 4.2.3) + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] CRAN (R 4.2.0) + sourcetools 0.1.7-1 2023-02-01 [1] CRAN (R 4.2.0) + spatial 7.3-16 2023-01-23 [4] CRAN (R 4.2.3) + stringi 1.8.4 2024-05-06 [2] CRAN (R 4.2.3) + stringr 1.5.1 2023-11-14 [2] CRAN (R 4.2.3) + survival 3.5-3 2023-02-12 [4] CRAN (R 4.2.3) + sys 3.4.2 2023-05-23 [1] CRAN (R 4.2.0) + testthat 3.2.1.1 2024-04-14 [1] CRAN (R 4.2.3) + P tibble 3.2.1 2023-03-20 [2] CRAN (R 4.2.0) + tidyr 1.3.1 2024-01-24 [2] CRAN (R 4.2.3) + tidyselect 1.2.1 2024-03-11 [2] CRAN (R 4.2.3) + tinytex 0.51 2024-05-06 [1] CRAN (R 4.2.3) + P utf8 1.2.4 2023-10-22 [2] CRAN (R 4.2.0) + P vctrs 0.6.5 2023-12-01 [2] CRAN (R 4.2.3) + waldo 0.5.2 2023-11-02 [1] CRAN (R 4.2.0) + webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.2.0) + websocket 1.4.2 2024-07-22 [1] CRAN (R 4.2.3) + P withr 3.0.0 2024-01-16 [2] CRAN (R 4.2.3) + xfun 0.44 2024-05-15 [1] CRAN (R 4.2.3) + xtable 1.8-4 2019-04-21 [1] CRAN (R 4.2.0) + yaml 2.3.8 2023-12-11 [1] CRAN (R 4.2.3) + zip 2.3.1 2024-01-27 [1] CRAN (R 4.2.3) [1] /Users/runner/Library/Application Support/R/shinycoreci/R-4_2_3 [2] /Users/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-mac-4.3.txt b/inst/apps/sysinfo-mac-4.3.txt index 4027b441b2..609d5b95ab 100644 --- a/inst/apps/sysinfo-mac-4.3.txt +++ b/inst/apps/sysinfo-mac-4.3.txt @@ -6,7 +6,7 @@ R version: R version 4.3.3 (2024-02-29) ---- Chrome ---- Path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -Version: Google Chrome 133.0.6943.127 +Version: Google Chrome 132.0.6834.84 Args: --headless --no-sandbox --disable-dev-shm-usage --force-color-profile=srgb --disable-extensions --mute-audio ── Session info ──────────────────────────────────────────────────────────────── @@ -24,214 +24,120 @@ Version: Google Chrome 133.0.6943.127 pandoc 3.1.11 @ /usr/local/bin/pandoc quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] CRAN (R 4.3.3) - assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.3.3) - backports 1.5.0 2024-05-23 [1] CRAN (R 4.3.3) - base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.3.3) - BH 1.87.0-1 2024-12-17 [1] CRAN (R 4.3.3) - bigD 0.3.0 2024-11-08 [1] CRAN (R 4.3.3) - bit 4.5.0.1 2024-12-03 [1] CRAN (R 4.3.3) - bit64 4.6.0-1 2025-01-16 [1] CRAN (R 4.3.3) - bitops 1.0-9 2024-10-03 [1] CRAN (R 4.3.3) - blob 1.2.4 2023-03-17 [1] CRAN (R 4.3.3) - boot 1.3-29 2024-02-19 [4] CRAN (R 4.3.3) - brio 1.1.5 2024-04-24 [1] CRAN (R 4.3.3) - broom 1.0.7 2024-09-26 [1] CRAN (R 4.3.3) - bsicons 0.1.2.9000 2025-01-31 [1] https://p~ - bslib 0.9.0.9000 2025-02-18 [1] https://p~ - cachem 1.1.0 2025-02-10 [1] https://p~ - Cairo 1.6-2 2023-11-28 [1] CRAN (R 4.3.3) - P callr 3.7.6 2024-03-25 [2] CRAN (R 4.3.3) - checkmate 2.3.2 2024-07-29 [1] CRAN (R 4.3.3) - chromote 0.4.0.9000 2025-02-20 [1] https://p~ - class 7.3-22 2023-05-03 [4] CRAN (R 4.3.3) - P cli 3.6.4 2025-02-13 [2] CRAN (R 4.3.3) - clipr 0.8.0 2022-02-22 [1] CRAN (R 4.3.3) - cluster 2.1.6 2023-12-01 [4] CRAN (R 4.3.3) - codetools 0.2-19 2023-02-01 [4] CRAN (R 4.3.3) - colorspace 2.1-1 2024-07-26 [1] CRAN (R 4.3.3) - commonmark 1.9.2 2024-10-04 [1] CRAN (R 4.3.3) - cpp11 0.5.1 2024-12-04 [1] CRAN (R 4.3.3) - P crayon 1.5.3 2024-06-20 [2] CRAN (R 4.3.3) - crosstalk 1.2.1.9000 2025-02-08 [1] https://p~ - curl 6.2.1 2025-02-19 [1] CRAN (R 4.3.3) - data.table 1.16.4 2024-12-06 [1] CRAN (R 4.3.3) - DBI 1.2.3 2024-06-02 [1] CRAN (R 4.3.3) - dbplyr 2.5.0 2024-03-19 [1] CRAN (R 4.3.1) - debugme 1.2.0 2024-04-25 [2] CRAN (R 4.3.3) - desc 1.4.3 2023-12-10 [1] CRAN (R 4.3.3) - DiagrammeR 1.0.11 2024-02-02 [1] CRAN (R 4.3.1) - diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.3.3) - digest 0.6.37 2024-08-19 [1] CRAN (R 4.3.3) - dplyr 1.1.4 2023-11-17 [1] CRAN (R 4.3.1) - DT 0.33.3 2025-01-31 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.3.3) - english 1.2-6 2021-08-21 [2] CRAN (R 4.3.3) - evaluate 1.0.3 2025-01-10 [1] CRAN (R 4.3.3) - fansi 1.0.6 2023-12-08 [1] CRAN (R 4.3.3) - farver 2.1.2 2024-05-13 [1] CRAN (R 4.3.3) - fastmap 1.2.0 2025-02-10 [1] https://p~ - flexdashboard 0.6.2.9000 2025-01-26 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-14 [1] https://p~ - foreign 0.8-86 2023-11-28 [4] CRAN (R 4.3.3) - fs 1.6.5 2024-10-30 [1] CRAN (R 4.3.3) - future 1.34.0 2024-07-29 [1] CRAN (R 4.3.3) - generics 0.1.3 2022-07-05 [1] CRAN (R 4.3.3) - ggplot2 3.5.1 2024-04-23 [1] CRAN (R 4.3.1) - ggvis 0.4.9 2024-02-05 [1] CRAN (R 4.3.1) - globals 0.16.3 2024-03-08 [1] CRAN (R 4.3.3) - P glue 1.8.0 2024-09-30 [2] CRAN (R 4.3.3) - gt 0.11.1.9000 2025-02-21 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] CRAN (R 4.3.3) - highcharter 0.9.4 2022-01-03 [1] CRAN (R 4.3.0) - highr 0.11 2024-05-26 [1] CRAN (R 4.3.3) - P hms 1.1.3 2023-03-21 [2] CRAN (R 4.3.0) - htmltools 0.5.8.9000 2025-02-04 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-07 [1] https://p~ - httpuv 1.6.15.9000 2025-02-16 [1] https://p~ - httr 1.4.7 2023-08-15 [1] CRAN (R 4.3.0) - igraph 2.1.4 2025-01-23 [1] CRAN (R 4.3.3) - isoband 0.2.7 2022-12-20 [1] CRAN (R 4.3.3) - jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.3.3) - P jsonlite 1.9.0 2025-02-19 [2] CRAN (R 4.3.3) - juicyjuice 0.1.0 2022-11-10 [1] CRAN (R 4.3.3) - KernSmooth 2.23-22 2023-07-10 [4] CRAN (R 4.3.3) - knitr 1.49 2024-11-08 [1] CRAN (R 4.3.3) - labeling 0.4.3 2023-08-29 [1] CRAN (R 4.3.3) - later 1.4.1.9000 2025-02-05 [1] https://p~ - lattice 0.22-5 2023-10-24 [4] CRAN (R 4.3.3) - lazyeval 0.2.2 2019-03-15 [1] CRAN (R 4.3.3) - leaflet 2.2.2.9000 2025-02-03 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] CRAN (R 4.3.3) - P lifecycle 1.0.4 2023-11-07 [2] CRAN (R 4.3.3) - listenv 0.9.1 2024-01-29 [1] CRAN (R 4.3.3) - lobstr 1.1.2 2022-06-22 [1] CRAN (R 4.3.3) - lorem 1.0.0 2023-03-09 [1] CRAN (R 4.3.0) - lubridate 1.9.4 2024-12-08 [1] CRAN (R 4.3.3) - P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.3.3) - maps 3.4.2.1 2024-11-10 [1] CRAN (R 4.3.3) - markdown 1.13 2024-06-04 [1] CRAN (R 4.3.3) - MASS 7.3-60.0.1 2024-01-13 [4] CRAN (R 4.3.3) - Matrix 1.6-5 2024-01-11 [4] CRAN (R 4.3.3) - memoise 2.0.1 2021-11-26 [1] CRAN (R 4.3.3) - mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.3.3) - mime 0.12 2021-09-28 [1] CRAN (R 4.3.3) - munsell 0.5.1 2024-04-01 [1] CRAN (R 4.3.3) - networkD3 0.4 2017-03-18 [1] CRAN (R 4.3.0) - nlme 3.1-164 2023-11-27 [4] CRAN (R 4.3.3) - NLP 0.3-2 2024-11-20 [1] CRAN (R 4.3.3) - nnet 7.3-19 2023-05-03 [4] CRAN (R 4.3.3) - openssl 2.3.2 2025-02-03 [1] CRAN (R 4.3.3) - packrat 0.9.2 2023-09-05 [1] CRAN (R 4.3.3) - pak 0.8.0 2025-02-19 [2] local - parallelly 1.42.0 2025-01-30 [1] CRAN (R 4.3.3) - parsedate 1.3.2 2024-12-09 [2] CRAN (R 4.3.3) - P pillar 1.10.1 2025-01-07 [2] CRAN (R 4.3.3) - pingr 2.0.5 2024-12-12 [1] CRAN (R 4.3.3) - pkgbuild 1.4.6 2025-01-16 [1] CRAN (R 4.3.3) - P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.3.3) - pkgload 1.4.0 2024-06-28 [1] CRAN (R 4.3.3) - PKI 0.1-14 2024-06-15 [1] CRAN (R 4.3.3) - plogr 0.2.0 2018-03-25 [1] CRAN (R 4.3.3) - plotly 4.10.4.9000 2025-02-14 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] CRAN (R 4.3.3) - png 0.1-8 2022-11-29 [1] CRAN (R 4.3.3) - praise 1.0.0 2015-08-11 [1] CRAN (R 4.3.3) - P prettyunits 1.2.0 2023-09-24 [2] CRAN (R 4.3.3) - P processx 3.8.5 2025-01-08 [2] CRAN (R 4.3.3) - P progress 1.2.3 2023-12-06 [2] CRAN (R 4.3.1) - promises 1.3.2.9000 2025-02-11 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] CRAN (R 4.3.0) - P ps 1.9.0 2025-02-18 [2] CRAN (R 4.3.3) - purrr 1.0.4 2025-02-05 [1] CRAN (R 4.3.3) - quantmod 0.4.26 2024-02-14 [1] CRAN (R 4.3.3) - R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.3.0) - R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.3.3) - R.oo 1.27.0 2024-11-01 [1] CRAN (R 4.3.3) - R.utils 2.12.3 2023-11-18 [1] CRAN (R 4.3.3) - P R6 2.6.1 2025-02-15 [2] CRAN (R 4.3.3) - ragg 1.3.3 2024-09-11 [1] CRAN (R 4.3.3) - P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.3.3) - raster 3.6-31 2025-01-16 [1] CRAN (R 4.3.3) - RColorBrewer 1.1-3 2022-04-03 [1] CRAN (R 4.3.3) - Rcpp 1.0.14 2025-01-12 [1] CRAN (R 4.3.3) - reactable 0.4.4 2023-03-12 [1] CRAN (R 4.3.0) - reactlog 1.1.1 2025-01-31 [1] https://p~ - reactR 0.6.1 2024-09-14 [1] CRAN (R 4.3.3) - readr 2.1.5 2024-01-10 [1] CRAN (R 4.3.1) - rematch 2.0.0 2023-08-30 [2] CRAN (R 4.3.3) - renv 1.1.1 2025-02-07 [1] CRAN (R 4.3.3) - reshape2 1.4.4 2020-04-09 [1] CRAN (R 4.3.0) - rjson 0.2.23 2024-09-16 [1] CRAN (R 4.3.3) - P rlang 1.1.5 2025-01-17 [2] CRAN (R 4.3.3) - rlist 0.4.6.2 2021-09-03 [1] CRAN (R 4.3.3) - rmarkdown 2.29 2024-11-04 [1] CRAN (R 4.3.3) - rpart 4.1.23 2023-12-05 [4] CRAN (R 4.3.3) - P rprojroot 2.0.4 2023-11-05 [2] CRAN (R 4.3.3) - rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.3.3) - RSQLite 2.3.9 2024-12-03 [1] CRAN (R 4.3.3) - rstudioapi 0.17.1 2024-10-22 [1] CRAN (R 4.3.3) - rversions 2.1.2 2022-08-31 [1] CRAN (R 4.3.3) - sass 0.4.9.9000 2025-02-18 [1] https://p~ - scales 1.3.0 2023-11-28 [1] CRAN (R 4.3.3) - sessioninfo 1.2.3 2025-02-05 [1] CRAN (R 4.3.3) - shiny 1.10.0.9000 2025-02-03 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] CRAN (R 4.3.3) - P shinycoreci 0.0.0.9009 2025-02-22 [2] https://p~ - shinydashboard 0.7.2 2021-09-30 [1] CRAN (R 4.3.0) - shinyjs 2.1.0 2021-12-23 [1] CRAN (R 4.3.0) - shinyjster 0.0.0.9010 2025-01-30 [1] https://p~ - shinymeta 0.2.1 2025-02-18 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] CRAN (R 4.3.3) - shinytest2 0.3.2.9000 2025-02-10 [1] https://p~ - shinythemes 1.2.0 2025-01-31 [1] https://p~ - shinyvalidate 0.1.3.9000 2025-02-01 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] CRAN (R 4.3.3) - showtext 0.9-7 2024-03-02 [1] CRAN (R 4.3.3) - showtextdb 3.0 2020-06-04 [1] CRAN (R 4.3.3) - slam 0.1-55 2024-11-13 [1] CRAN (R 4.3.3) - sourcetools 0.1.7-1 2023-02-01 [1] CRAN (R 4.3.3) - sp 2.1-4 2024-04-30 [1] CRAN (R 4.3.3) - spatial 7.3-17 2023-07-20 [4] CRAN (R 4.3.3) - stringi 1.8.4 2024-05-06 [1] CRAN (R 4.3.3) - stringr 1.5.1 2023-11-14 [1] CRAN (R 4.3.1) - styler 1.10.3 2024-04-07 [1] CRAN (R 4.3.1) - survival 3.5-8 2024-02-14 [4] CRAN (R 4.3.3) - sys 3.4.3 2024-10-04 [1] CRAN (R 4.3.3) - sysfonts 0.8.9 2024-03-02 [1] CRAN (R 4.3.3) - systemfonts 1.1.0 2024-05-15 [1] CRAN (R 4.3.3) - terra 1.8-21 2025-02-10 [1] CRAN (R 4.3.3) - testthat 3.2.3 2025-01-13 [1] CRAN (R 4.3.3) - textshaping 1.0.0 2025-01-20 [1] CRAN (R 4.3.3) - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] CRAN (R 4.3.0) - tidyr 1.3.1 2024-01-24 [1] CRAN (R 4.3.1) - tidyselect 1.2.1 2024-03-11 [1] CRAN (R 4.3.1) - timechange 0.3.0 2024-01-18 [1] CRAN (R 4.3.3) - tinytex 0.55 2025-02-19 [1] CRAN (R 4.3.3) - tm 0.7-16 2025-02-19 [1] CRAN (R 4.3.3) - TTR 0.24.4 2023-11-28 [1] CRAN (R 4.3.3) - tzdb 0.4.0 2023-05-12 [1] CRAN (R 4.3.3) - utf8 1.2.4 2023-10-22 [1] CRAN (R 4.3.3) - V8 6.0.1 2025-02-02 [1] CRAN (R 4.3.3) - P vctrs 0.6.5 2023-12-01 [2] CRAN (R 4.3.3) - viridisLite 0.4.2 2023-05-02 [1] CRAN (R 4.3.3) - visNetwork 2.1.2 2022-09-29 [1] CRAN (R 4.3.0) - vroom 1.6.5 2023-12-05 [1] CRAN (R 4.3.1) - waldo 0.6.1 2024-11-07 [1] CRAN (R 4.3.3) - webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.3.0) - websocket 1.4.2 2025-02-15 [1] https://p~ - P withr 3.0.2 2024-10-28 [2] CRAN (R 4.3.3) - wordcloud 2.6 2018-08-24 [1] CRAN (R 4.3.3) - xfun 0.51 2025-02-19 [1] CRAN (R 4.3.3) - XML 3.99-0.18 2025-01-01 [1] CRAN (R 4.3.3) - xml2 1.3.6 2023-12-04 [1] CRAN (R 4.3.3) - xtable 1.8-4 2019-04-21 [1] CRAN (R 4.3.3) - xts 0.14.1 2024-10-15 [1] CRAN (R 4.3.3) - yaml 2.3.10 2024-07-26 [1] CRAN (R 4.3.3) - zip 2.3.2 2025-02-01 [1] CRAN (R 4.3.3) - zoo 1.8-12 2023-04-13 [1] CRAN (R 4.3.3) + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] CRAN (R 4.3.3) + assertthat 0.2.1 2019-03-21 [2] CRAN (R 4.3.3) + backports 1.5.0 2024-05-23 [1] CRAN (R 4.3.3) + base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.3.3) + boot 1.3-29 2024-02-19 [4] CRAN (R 4.3.3) + brio 1.1.5 2024-04-24 [1] CRAN (R 4.3.3) + bslib 0.9.0.9000 2025-02-18 [1] https://p~ + cachem 1.1.0 2025-02-10 [1] https://p~ + P callr 3.7.6 2024-03-25 [2] CRAN (R 4.3.3) + checkmate 2.3.2 2024-07-29 [1] CRAN (R 4.3.3) + chromote 0.4.0.9000 2025-02-20 [1] https://p~ + class 7.3-22 2023-05-03 [4] CRAN (R 4.3.3) + P cli 3.6.4 2025-02-13 [2] CRAN (R 4.3.3) + cluster 2.1.6 2023-12-01 [4] CRAN (R 4.3.3) + codetools 0.2-19 2023-02-01 [4] CRAN (R 4.3.3) + commonmark 1.9.2 2024-10-04 [1] CRAN (R 4.3.3) + P crayon 1.5.3 2024-06-20 [2] CRAN (R 4.3.3) + curl 6.2.1 2025-02-19 [1] CRAN (R 4.3.3) + debugme 1.2.0 2024-04-25 [2] CRAN (R 4.3.3) + desc 1.4.3 2023-12-10 [1] CRAN (R 4.3.3) + diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.3.3) + digest 0.6.37 2024-08-19 [1] CRAN (R 4.3.3) + dplyr 1.1.4 2023-11-17 [2] CRAN (R 4.3.1) + ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.3.3) + english 1.2-6 2021-08-21 [2] CRAN (R 4.3.3) + evaluate 1.0.3 2025-01-10 [1] CRAN (R 4.3.3) + fansi 1.0.6 2023-12-08 [1] CRAN (R 4.3.3) + fastmap 1.2.0 2025-02-10 [1] https://p~ + fontawesome 0.5.3.9000 2025-02-14 [1] https://p~ + foreign 0.8-86 2023-11-28 [4] CRAN (R 4.3.3) + fs 1.6.5 2024-10-30 [1] CRAN (R 4.3.3) + generics 0.1.3 2022-07-05 [2] CRAN (R 4.3.3) + globals 0.16.3 2024-03-08 [1] CRAN (R 4.3.3) + P glue 1.8.0 2024-09-30 [2] CRAN (R 4.3.3) + highr 0.11 2024-05-26 [1] CRAN (R 4.3.3) + hms 1.1.3 2023-03-21 [2] CRAN (R 4.3.0) + htmltools 0.5.8.9000 2025-02-04 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] CRAN (R 4.3.1) + httpuv 1.6.15.9000 2025-02-16 [1] https://p~ + httr 1.4.7 2023-08-15 [1] CRAN (R 4.3.0) + jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.3.3) + P jsonlite 1.9.0 2025-02-19 [2] CRAN (R 4.3.3) + KernSmooth 2.23-22 2023-07-10 [4] CRAN (R 4.3.3) + knitr 1.49 2024-11-08 [1] CRAN (R 4.3.3) + later 1.4.1.9000 2025-02-05 [1] https://p~ + lattice 0.22-5 2023-10-24 [4] CRAN (R 4.3.3) + P lifecycle 1.0.4 2023-11-07 [2] CRAN (R 4.3.3) + P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.3.3) + MASS 7.3-60.0.1 2024-01-13 [4] CRAN (R 4.3.3) + Matrix 1.6-5 2024-01-11 [4] CRAN (R 4.3.3) + memoise 2.0.1 2021-11-26 [1] CRAN (R 4.3.3) + mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.3.3) + mime 0.12 2021-09-28 [1] CRAN (R 4.3.3) + nlme 3.1-164 2023-11-27 [4] CRAN (R 4.3.3) + nnet 7.3-19 2023-05-03 [4] CRAN (R 4.3.3) + openssl 2.3.2 2025-02-03 [1] CRAN (R 4.3.3) + packrat 0.9.2 2023-09-05 [1] CRAN (R 4.3.3) + pak 0.8.0 2025-02-19 [2] local + parsedate 1.3.2 2024-12-09 [2] CRAN (R 4.3.3) + P pillar 1.10.1 2025-01-07 [2] CRAN (R 4.3.3) + pingr 2.0.5 2024-12-12 [1] CRAN (R 4.3.3) + pkgbuild 1.4.6 2025-01-16 [1] CRAN (R 4.3.3) + P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.3.3) + pkgload 1.4.0 2024-06-28 [1] CRAN (R 4.3.3) + PKI 0.1-14 2024-06-15 [1] CRAN (R 4.3.3) + png 0.1-8 2022-11-29 [2] CRAN (R 4.3.3) + praise 1.0.0 2015-08-11 [1] CRAN (R 4.3.3) + prettyunits 1.2.0 2023-09-24 [2] CRAN (R 4.3.3) + P processx 3.8.5 2025-01-08 [2] CRAN (R 4.3.3) + progress 1.2.3 2023-12-06 [2] CRAN (R 4.3.1) + promises 1.3.2.9000 2025-02-11 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] CRAN (R 4.3.3) + purrr 1.0.4 2025-02-05 [2] CRAN (R 4.3.3) + P R6 2.6.1 2025-02-15 [2] CRAN (R 4.3.3) + P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.3.3) + Rcpp 1.0.14 2025-01-12 [1] CRAN (R 4.3.3) + rematch 2.0.0 2023-08-30 [2] CRAN (R 4.3.3) + renv 1.1.1 2025-02-07 [1] CRAN (R 4.3.3) + P rlang 1.1.5 2025-01-17 [2] CRAN (R 4.3.3) + rmarkdown 2.29 2024-11-04 [1] CRAN (R 4.3.3) + rpart 4.1.23 2023-12-05 [4] CRAN (R 4.3.3) + P rprojroot 2.0.4 2023-11-05 [2] CRAN (R 4.3.3) + rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.3.3) + rstudioapi 0.17.1 2024-10-22 [1] CRAN (R 4.3.3) + sass 0.4.9.9000 2025-02-18 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] any (@1.2.3) + shiny 1.10.0.9000 2025-02-03 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-01-30 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] CRAN (R 4.3.3) + shinytest2 0.3.2.9000 2025-02-10 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] CRAN (R 4.3.3) + sourcetools 0.1.7-1 2023-02-01 [1] CRAN (R 4.3.3) + spatial 7.3-17 2023-07-20 [4] CRAN (R 4.3.3) + stringi 1.8.4 2024-05-06 [2] CRAN (R 4.3.3) + stringr 1.5.1 2023-11-14 [2] CRAN (R 4.3.1) + survival 3.5-8 2024-02-14 [4] CRAN (R 4.3.3) + sys 3.4.3 2024-10-04 [1] CRAN (R 4.3.3) + testthat 3.2.3 2025-01-13 [1] CRAN (R 4.3.3) + P tibble 3.2.1 2023-03-20 [2] CRAN (R 4.3.0) + tidyr 1.3.1 2024-01-24 [2] CRAN (R 4.3.1) + tidyselect 1.2.1 2024-03-11 [2] CRAN (R 4.3.1) + tinytex 0.55 2025-02-19 [1] CRAN (R 4.3.3) + utf8 1.2.4 2023-10-22 [1] CRAN (R 4.3.3) + P vctrs 0.6.5 2023-12-01 [2] CRAN (R 4.3.3) + waldo 0.6.1 2024-11-07 [1] CRAN (R 4.3.3) + webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.3.0) + websocket 1.4.2 2025-02-15 [1] https://p~ + P withr 3.0.2 2024-10-28 [2] CRAN (R 4.3.3) + xfun 0.51 2025-02-19 [1] CRAN (R 4.3.3) + xtable 1.8-4 2019-04-21 [1] CRAN (R 4.3.3) + yaml 2.3.10 2024-07-26 [1] CRAN (R 4.3.3) + zip 2.3.2 2025-02-01 [1] CRAN (R 4.3.3) [1] /Users/runner/Library/Application Support/R/shinycoreci/R-4_3_3 [2] /Users/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-mac-4.4.txt b/inst/apps/sysinfo-mac-4.4.txt index 75e060b33d..8c6bdc384b 100644 --- a/inst/apps/sysinfo-mac-4.4.txt +++ b/inst/apps/sysinfo-mac-4.4.txt @@ -6,7 +6,7 @@ R version: R version 4.4.2 (2024-10-31) ---- Chrome ---- Path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -Version: Google Chrome 133.0.6943.127 +Version: Google Chrome 132.0.6834.84 Args: --headless --no-sandbox --disable-dev-shm-usage --force-color-profile=srgb --disable-extensions --mute-audio ── Session info ──────────────────────────────────────────────────────────────── @@ -24,213 +24,120 @@ Version: Google Chrome 133.0.6943.127 pandoc 3.1.11 @ /usr/local/bin/pandoc quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] CRAN (R 4.4.1) - assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.4.1) - backports 1.5.0 2024-05-23 [1] CRAN (R 4.4.1) - base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.4.1) - BH 1.87.0-1 2024-12-17 [1] CRAN (R 4.4.1) - bigD 0.3.0 2024-11-08 [1] CRAN (R 4.4.1) - bit 4.5.0.1 2024-12-03 [1] CRAN (R 4.4.1) - bit64 4.6.0-1 2025-01-16 [1] CRAN (R 4.4.1) - bitops 1.0-9 2024-10-03 [1] CRAN (R 4.4.1) - blob 1.2.4 2023-03-17 [1] CRAN (R 4.4.0) - boot 1.3-31 2024-08-28 [4] CRAN (R 4.4.2) - brio 1.1.5 2024-04-24 [1] CRAN (R 4.4.1) - broom 1.0.7 2024-09-26 [1] CRAN (R 4.4.1) - bsicons 0.1.2.9000 2025-01-31 [1] https://p~ - bslib 0.9.0.9000 2025-02-18 [1] https://p~ - cachem 1.1.0 2025-02-10 [1] https://p~ - Cairo 1.6-2 2023-11-28 [1] CRAN (R 4.4.1) - P callr 3.7.6 2024-03-25 [2] CRAN (R 4.4.0) - checkmate 2.3.2 2024-07-29 [1] CRAN (R 4.4.0) - chromote 0.4.0.9000 2025-02-20 [1] https://p~ - class 7.3-22 2023-05-03 [4] CRAN (R 4.4.2) - P cli 3.6.4 2025-02-13 [2] CRAN (R 4.4.1) - clipr 0.8.0 2022-02-22 [1] CRAN (R 4.4.1) - cluster 2.1.6 2023-12-01 [4] CRAN (R 4.4.2) - codetools 0.2-20 2024-03-31 [4] CRAN (R 4.4.2) - colorspace 2.1-1 2024-07-26 [1] CRAN (R 4.4.1) - commonmark 1.9.2 2024-10-04 [1] CRAN (R 4.4.1) - P crayon 1.5.3 2024-06-20 [2] CRAN (R 4.4.1) - crosstalk 1.2.1.9000 2025-02-08 [1] https://p~ - curl 6.2.1 2025-02-19 [1] CRAN (R 4.4.1) - data.table 1.16.4 2024-12-06 [1] CRAN (R 4.4.1) - DBI 1.2.3 2024-06-02 [1] CRAN (R 4.4.1) - dbplyr 2.5.0 2024-03-19 [1] CRAN (R 4.4.0) - debugme 1.2.0 2024-04-25 [2] CRAN (R 4.4.0) - desc 1.4.3 2023-12-10 [1] CRAN (R 4.4.1) - DiagrammeR 1.0.11 2024-02-02 [1] CRAN (R 4.4.0) - diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.4.1) - digest 0.6.37 2024-08-19 [1] CRAN (R 4.4.1) - dplyr 1.1.4 2023-11-17 [1] CRAN (R 4.4.0) - DT 0.33.3 2025-01-31 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.4.1) - english 1.2-6 2021-08-21 [2] CRAN (R 4.4.1) - evaluate 1.0.3 2025-01-10 [1] CRAN (R 4.4.1) - fansi 1.0.6 2023-12-08 [1] CRAN (R 4.4.1) - farver 2.1.2 2024-05-13 [1] CRAN (R 4.4.1) - fastmap 1.2.0 2025-02-10 [1] https://p~ - flexdashboard 0.6.2.9000 2025-01-26 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-14 [1] https://p~ - foreign 0.8-87 2024-06-26 [4] CRAN (R 4.4.2) - fs 1.6.5 2024-10-30 [1] CRAN (R 4.4.1) - future 1.34.0 2024-07-29 [1] CRAN (R 4.4.0) - generics 0.1.3 2022-07-05 [1] CRAN (R 4.4.1) - ggplot2 3.5.1 2024-04-23 [1] CRAN (R 4.4.0) - ggvis 0.4.9 2024-02-05 [1] CRAN (R 4.4.0) - globals 0.16.3 2024-03-08 [1] CRAN (R 4.4.1) - P glue 1.8.0 2024-09-30 [2] CRAN (R 4.4.1) - gt 0.11.1.9000 2025-02-21 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] CRAN (R 4.4.1) - highcharter 0.9.4 2022-01-03 [1] CRAN (R 4.4.0) - highr 0.11 2024-05-26 [1] CRAN (R 4.4.1) - P hms 1.1.3 2023-03-21 [2] CRAN (R 4.4.0) - htmltools 0.5.8.9000 2025-02-04 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-07 [1] https://p~ - httpuv 1.6.15.9000 2025-02-16 [1] https://p~ - httr 1.4.7 2023-08-15 [1] CRAN (R 4.4.0) - igraph 2.1.4 2025-01-23 [1] CRAN (R 4.4.1) - isoband 0.2.7 2022-12-20 [1] CRAN (R 4.4.1) - jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.4.0) - P jsonlite 1.9.0 2025-02-19 [2] CRAN (R 4.4.1) - juicyjuice 0.1.0 2022-11-10 [1] CRAN (R 4.4.0) - KernSmooth 2.23-24 2024-05-17 [4] CRAN (R 4.4.2) - knitr 1.49 2024-11-08 [1] CRAN (R 4.4.1) - labeling 0.4.3 2023-08-29 [1] CRAN (R 4.4.1) - later 1.4.1.9000 2025-02-05 [1] https://p~ - lattice 0.22-6 2024-03-20 [4] CRAN (R 4.4.2) - lazyeval 0.2.2 2019-03-15 [1] CRAN (R 4.4.1) - leaflet 2.2.2.9000 2025-02-03 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] CRAN (R 4.4.0) - P lifecycle 1.0.4 2023-11-07 [2] CRAN (R 4.4.1) - listenv 0.9.1 2024-01-29 [1] CRAN (R 4.4.1) - lobstr 1.1.2 2022-06-22 [1] CRAN (R 4.4.1) - lorem 1.0.0 2023-03-09 [1] CRAN (R 4.4.0) - lubridate 1.9.4 2024-12-08 [1] CRAN (R 4.4.1) - P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.4.1) - maps 3.4.2.1 2024-11-10 [1] CRAN (R 4.4.1) - markdown 1.13 2024-06-04 [1] CRAN (R 4.4.1) - MASS 7.3-61 2024-06-13 [4] CRAN (R 4.4.2) - Matrix 1.7-1 2024-10-18 [4] CRAN (R 4.4.2) - memoise 2.0.1 2021-11-26 [1] CRAN (R 4.4.0) - mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.4.2) - mime 0.12 2021-09-28 [1] CRAN (R 4.4.1) - munsell 0.5.1 2024-04-01 [1] CRAN (R 4.4.1) - networkD3 0.4 2017-03-18 [1] CRAN (R 4.4.0) - nlme 3.1-166 2024-08-14 [4] CRAN (R 4.4.2) - NLP 0.3-2 2024-11-20 [1] CRAN (R 4.4.1) - nnet 7.3-19 2023-05-03 [4] CRAN (R 4.4.2) - openssl 2.3.2 2025-02-03 [1] CRAN (R 4.4.1) - packrat 0.9.2 2023-09-05 [1] CRAN (R 4.4.1) - pak 0.8.0 2025-02-19 [2] local - parallelly 1.42.0 2025-01-30 [1] CRAN (R 4.4.1) - parsedate 1.3.2 2024-12-09 [2] CRAN (R 4.4.1) - P pillar 1.10.1 2025-01-07 [2] CRAN (R 4.4.1) - pingr 2.0.5 2024-12-12 [1] CRAN (R 4.4.1) - pkgbuild 1.4.6 2025-01-16 [1] CRAN (R 4.4.1) - P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.4.1) - pkgload 1.4.0 2024-06-28 [1] CRAN (R 4.4.0) - PKI 0.1-14 2024-06-15 [1] CRAN (R 4.4.0) - plogr 0.2.0 2018-03-25 [1] CRAN (R 4.4.1) - plotly 4.10.4.9000 2025-02-14 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] CRAN (R 4.4.1) - png 0.1-8 2022-11-29 [1] CRAN (R 4.4.1) - praise 1.0.0 2015-08-11 [1] CRAN (R 4.4.1) - P prettyunits 1.2.0 2023-09-24 [2] CRAN (R 4.4.1) - P processx 3.8.5 2025-01-08 [2] CRAN (R 4.4.1) - P progress 1.2.3 2023-12-06 [2] CRAN (R 4.4.0) - promises 1.3.2.9000 2025-02-11 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] CRAN (R 4.4.0) - P ps 1.9.0 2025-02-18 [2] CRAN (R 4.4.1) - purrr 1.0.4 2025-02-05 [1] CRAN (R 4.4.1) - quantmod 0.4.26 2024-02-14 [1] CRAN (R 4.4.0) - R.cache 0.16.0 2022-07-21 [1] CRAN (R 4.4.0) - R.methodsS3 1.8.2 2022-06-13 [1] CRAN (R 4.4.1) - R.oo 1.27.0 2024-11-01 [1] CRAN (R 4.4.1) - R.utils 2.12.3 2023-11-18 [1] CRAN (R 4.4.0) - P R6 2.6.1 2025-02-15 [2] CRAN (R 4.4.1) - ragg 1.3.3 2024-09-11 [1] CRAN (R 4.4.1) - P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.4.1) - raster 3.6-31 2025-01-16 [1] CRAN (R 4.4.1) - RColorBrewer 1.1-3 2022-04-03 [1] CRAN (R 4.4.1) - Rcpp 1.0.14 2025-01-12 [1] CRAN (R 4.4.1) - reactable 0.4.4 2023-03-12 [1] CRAN (R 4.4.0) - reactlog 1.1.1 2025-01-31 [1] https://p~ - reactR 0.6.1 2024-09-14 [1] CRAN (R 4.4.1) - readr 2.1.5 2024-01-10 [1] CRAN (R 4.4.0) - rematch 2.0.0 2023-08-30 [2] CRAN (R 4.4.1) - renv 1.1.1 2025-02-07 [1] CRAN (R 4.4.1) - reshape2 1.4.4 2020-04-09 [1] CRAN (R 4.4.0) - rjson 0.2.23 2024-09-16 [1] CRAN (R 4.4.1) - P rlang 1.1.5 2025-01-17 [2] CRAN (R 4.4.1) - rlist 0.4.6.2 2021-09-03 [1] CRAN (R 4.4.1) - rmarkdown 2.29 2024-11-04 [1] CRAN (R 4.4.1) - rpart 4.1.23 2023-12-05 [4] CRAN (R 4.4.2) - P rprojroot 2.0.4 2023-11-05 [2] CRAN (R 4.4.1) - rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.4.1) - RSQLite 2.3.9 2024-12-03 [1] CRAN (R 4.4.1) - rstudioapi 0.17.1 2024-10-22 [1] CRAN (R 4.4.1) - rversions 2.1.2 2022-08-31 [1] CRAN (R 4.4.1) - sass 0.4.9.9000 2025-02-18 [1] https://p~ - scales 1.3.0 2023-11-28 [1] CRAN (R 4.4.0) - sessioninfo 1.2.3 2025-02-05 [1] CRAN (R 4.4.1) - shiny 1.10.0.9000 2025-02-03 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] CRAN (R 4.4.1) - P shinycoreci 0.0.0.9009 2025-02-22 [2] https://p~ - shinydashboard 0.7.2 2021-09-30 [1] CRAN (R 4.4.0) - shinyjs 2.1.0 2021-12-23 [1] CRAN (R 4.4.0) - shinyjster 0.0.0.9010 2025-01-30 [1] https://p~ - shinymeta 0.2.1 2025-02-18 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] CRAN (R 4.4.0) - shinytest2 0.3.2.9000 2025-02-10 [1] https://p~ - shinythemes 1.2.0 2025-01-31 [1] https://p~ - shinyvalidate 0.1.3.9000 2025-02-01 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] CRAN (R 4.4.0) - showtext 0.9-7 2024-03-02 [1] CRAN (R 4.4.0) - showtextdb 3.0 2020-06-04 [1] CRAN (R 4.4.0) - slam 0.1-55 2024-11-13 [1] CRAN (R 4.4.1) - sourcetools 0.1.7-1 2023-02-01 [1] CRAN (R 4.4.1) - sp 2.2-0 2025-02-01 [1] CRAN (R 4.4.1) - spatial 7.3-17 2023-07-20 [4] CRAN (R 4.4.2) - stringi 1.8.4 2024-05-06 [1] CRAN (R 4.4.1) - stringr 1.5.1 2023-11-14 [1] CRAN (R 4.4.0) - styler 1.10.3 2024-04-07 [1] CRAN (R 4.4.0) - survival 3.7-0 2024-06-05 [4] CRAN (R 4.4.2) - sys 3.4.3 2024-10-04 [1] CRAN (R 4.4.1) - sysfonts 0.8.9 2024-03-02 [1] CRAN (R 4.4.1) - systemfonts 1.2.1 2025-01-20 [1] CRAN (R 4.4.1) - terra 1.8-21 2025-02-10 [1] CRAN (R 4.4.1) - testthat 3.2.3 2025-01-13 [1] CRAN (R 4.4.1) - textshaping 1.0.0 2025-01-20 [1] CRAN (R 4.4.1) - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] CRAN (R 4.4.0) - tidyr 1.3.1 2024-01-24 [1] CRAN (R 4.4.1) - tidyselect 1.2.1 2024-03-11 [1] CRAN (R 4.4.0) - timechange 0.3.0 2024-01-18 [1] CRAN (R 4.4.1) - tinytex 0.55 2025-02-19 [1] CRAN (R 4.4.1) - tm 0.7-16 2025-02-19 [1] CRAN (R 4.4.1) - TTR 0.24.4 2023-11-28 [1] CRAN (R 4.4.0) - tzdb 0.4.0 2023-05-12 [1] CRAN (R 4.4.0) - utf8 1.2.4 2023-10-22 [1] CRAN (R 4.4.1) - V8 6.0.1 2025-02-02 [1] CRAN (R 4.4.1) - P vctrs 0.6.5 2023-12-01 [2] CRAN (R 4.4.0) - viridisLite 0.4.2 2023-05-02 [1] CRAN (R 4.4.1) - visNetwork 2.1.2 2022-09-29 [1] CRAN (R 4.4.0) - vroom 1.6.5 2023-12-05 [1] CRAN (R 4.4.0) - waldo 0.6.1 2024-11-07 [1] CRAN (R 4.4.1) - webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.4.0) - websocket 1.4.2 2025-02-15 [1] https://p~ - P withr 3.0.2 2024-10-28 [2] CRAN (R 4.4.1) - wordcloud 2.6 2018-08-24 [1] CRAN (R 4.4.1) - xfun 0.51 2025-02-19 [1] CRAN (R 4.4.1) - XML 3.99-0.18 2025-01-01 [1] CRAN (R 4.4.1) - xml2 1.3.6 2023-12-04 [1] CRAN (R 4.4.1) - xtable 1.8-4 2019-04-21 [1] CRAN (R 4.4.1) - xts 0.14.1 2024-10-15 [1] CRAN (R 4.4.1) - yaml 2.3.10 2024-07-26 [1] CRAN (R 4.4.1) - zip 2.3.2 2025-02-01 [1] CRAN (R 4.4.1) - zoo 1.8-12 2023-04-13 [1] CRAN (R 4.4.1) + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] CRAN (R 4.4.1) + assertthat 0.2.1 2019-03-21 [2] CRAN (R 4.4.1) + backports 1.5.0 2024-05-23 [1] CRAN (R 4.4.1) + base64enc 0.1-3 2015-07-28 [1] CRAN (R 4.4.1) + boot 1.3-31 2024-08-28 [4] CRAN (R 4.4.2) + brio 1.1.5 2024-04-24 [1] CRAN (R 4.4.1) + bslib 0.9.0.9000 2025-02-18 [1] https://p~ + cachem 1.1.0 2025-02-10 [1] https://p~ + P callr 3.7.6 2024-03-25 [2] CRAN (R 4.4.0) + checkmate 2.3.2 2024-07-29 [1] CRAN (R 4.4.0) + chromote 0.4.0.9000 2025-02-20 [1] https://p~ + class 7.3-22 2023-05-03 [4] CRAN (R 4.4.2) + P cli 3.6.4 2025-02-13 [2] CRAN (R 4.4.1) + cluster 2.1.6 2023-12-01 [4] CRAN (R 4.4.2) + codetools 0.2-20 2024-03-31 [4] CRAN (R 4.4.2) + commonmark 1.9.2 2024-10-04 [1] CRAN (R 4.4.1) + P crayon 1.5.3 2024-06-20 [2] CRAN (R 4.4.1) + curl 6.2.1 2025-02-19 [1] CRAN (R 4.4.1) + debugme 1.2.0 2024-04-25 [2] CRAN (R 4.4.0) + desc 1.4.3 2023-12-10 [1] CRAN (R 4.4.1) + diffobj 0.3.5 2021-10-05 [1] CRAN (R 4.4.1) + digest 0.6.37 2024-08-19 [1] CRAN (R 4.4.1) + dplyr 1.1.4 2023-11-17 [2] CRAN (R 4.4.0) + ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.4.1) + english 1.2-6 2021-08-21 [2] CRAN (R 4.4.1) + evaluate 1.0.3 2025-01-10 [1] CRAN (R 4.4.1) + fansi 1.0.6 2023-12-08 [1] CRAN (R 4.4.1) + fastmap 1.2.0 2025-02-10 [1] https://p~ + fontawesome 0.5.3.9000 2025-02-14 [1] https://p~ + foreign 0.8-87 2024-06-26 [4] CRAN (R 4.4.2) + fs 1.6.5 2024-10-30 [1] CRAN (R 4.4.1) + generics 0.1.3 2022-07-05 [2] CRAN (R 4.4.1) + globals 0.16.3 2024-03-08 [1] CRAN (R 4.4.1) + P glue 1.8.0 2024-09-30 [2] CRAN (R 4.4.1) + highr 0.11 2024-05-26 [1] CRAN (R 4.4.1) + hms 1.1.3 2023-03-21 [2] CRAN (R 4.4.0) + htmltools 0.5.8.9000 2025-02-04 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] CRAN (R 4.4.0) + httpuv 1.6.15.9000 2025-02-16 [1] https://p~ + httr 1.4.7 2023-08-15 [1] CRAN (R 4.4.0) + jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.4.0) + P jsonlite 1.9.0 2025-02-19 [2] CRAN (R 4.4.1) + KernSmooth 2.23-24 2024-05-17 [4] CRAN (R 4.4.2) + knitr 1.49 2024-11-08 [1] CRAN (R 4.4.1) + later 1.4.1.9000 2025-02-05 [1] https://p~ + lattice 0.22-6 2024-03-20 [4] CRAN (R 4.4.2) + P lifecycle 1.0.4 2023-11-07 [2] CRAN (R 4.4.1) + P magrittr 2.0.3 2022-03-30 [2] CRAN (R 4.4.1) + MASS 7.3-61 2024-06-13 [4] CRAN (R 4.4.2) + Matrix 1.7-1 2024-10-18 [4] CRAN (R 4.4.2) + memoise 2.0.1 2021-11-26 [1] CRAN (R 4.4.0) + mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.4.2) + mime 0.12 2021-09-28 [1] CRAN (R 4.4.1) + nlme 3.1-166 2024-08-14 [4] CRAN (R 4.4.2) + nnet 7.3-19 2023-05-03 [4] CRAN (R 4.4.2) + openssl 2.3.2 2025-02-03 [1] CRAN (R 4.4.1) + packrat 0.9.2 2023-09-05 [1] CRAN (R 4.4.1) + pak 0.8.0 2025-02-19 [2] local + parsedate 1.3.2 2024-12-09 [2] CRAN (R 4.4.1) + P pillar 1.10.1 2025-01-07 [2] CRAN (R 4.4.1) + pingr 2.0.5 2024-12-12 [1] CRAN (R 4.4.1) + pkgbuild 1.4.6 2025-01-16 [1] CRAN (R 4.4.1) + P pkgconfig 2.0.3 2019-09-22 [2] CRAN (R 4.4.1) + pkgload 1.4.0 2024-06-28 [1] CRAN (R 4.4.0) + PKI 0.1-14 2024-06-15 [1] CRAN (R 4.4.0) + png 0.1-8 2022-11-29 [2] CRAN (R 4.4.1) + praise 1.0.0 2015-08-11 [1] CRAN (R 4.4.1) + prettyunits 1.2.0 2023-09-24 [2] CRAN (R 4.4.1) + P processx 3.8.5 2025-01-08 [2] CRAN (R 4.4.1) + progress 1.2.3 2023-12-06 [2] CRAN (R 4.4.0) + promises 1.3.2.9000 2025-02-11 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] CRAN (R 4.4.1) + purrr 1.0.4 2025-02-05 [2] CRAN (R 4.4.1) + P R6 2.6.1 2025-02-15 [2] CRAN (R 4.4.1) + P rappdirs 0.3.3 2021-01-31 [2] CRAN (R 4.4.1) + Rcpp 1.0.14 2025-01-12 [1] CRAN (R 4.4.1) + rematch 2.0.0 2023-08-30 [2] CRAN (R 4.4.1) + renv 1.1.1 2025-02-07 [1] CRAN (R 4.4.1) + P rlang 1.1.5 2025-01-17 [2] CRAN (R 4.4.1) + rmarkdown 2.29 2024-11-04 [1] CRAN (R 4.4.1) + rpart 4.1.23 2023-12-05 [4] CRAN (R 4.4.2) + P rprojroot 2.0.4 2023-11-05 [2] CRAN (R 4.4.1) + rsconnect 1.3.4 2025-01-22 [1] CRAN (R 4.4.1) + rstudioapi 0.17.1 2024-10-22 [1] CRAN (R 4.4.1) + sass 0.4.9.9000 2025-02-18 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] any (@1.2.3) + shiny 1.10.0.9000 2025-02-03 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-01-30 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] CRAN (R 4.4.0) + shinytest2 0.3.2.9000 2025-02-10 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] CRAN (R 4.4.0) + sourcetools 0.1.7-1 2023-02-01 [1] CRAN (R 4.4.1) + spatial 7.3-17 2023-07-20 [4] CRAN (R 4.4.2) + stringi 1.8.4 2024-05-06 [2] CRAN (R 4.4.1) + stringr 1.5.1 2023-11-14 [2] CRAN (R 4.4.0) + survival 3.7-0 2024-06-05 [4] CRAN (R 4.4.2) + sys 3.4.3 2024-10-04 [1] CRAN (R 4.4.1) + testthat 3.2.3 2025-01-13 [1] CRAN (R 4.4.1) + P tibble 3.2.1 2023-03-20 [2] CRAN (R 4.4.0) + tidyr 1.3.1 2024-01-24 [2] CRAN (R 4.4.1) + tidyselect 1.2.1 2024-03-11 [2] CRAN (R 4.4.0) + tinytex 0.55 2025-02-19 [1] CRAN (R 4.4.1) + utf8 1.2.4 2023-10-22 [1] CRAN (R 4.4.1) + P vctrs 0.6.5 2023-12-01 [2] CRAN (R 4.4.0) + waldo 0.6.1 2024-11-07 [1] CRAN (R 4.4.1) + webdriver 1.0.6 2021-01-12 [2] CRAN (R 4.4.0) + websocket 1.4.2 2025-02-15 [1] https://p~ + P withr 3.0.2 2024-10-28 [2] CRAN (R 4.4.1) + xfun 0.51 2025-02-19 [1] CRAN (R 4.4.1) + xtable 1.8-4 2019-04-21 [1] CRAN (R 4.4.1) + yaml 2.3.10 2024-07-26 [1] CRAN (R 4.4.1) + zip 2.3.2 2025-02-01 [1] CRAN (R 4.4.1) [1] /Users/runner/Library/Application Support/R/shinycoreci/R-4_4_2 [2] /Users/runner/work/_temp/Library diff --git a/inst/apps/sysinfo-win-4.0.txt b/inst/apps/sysinfo-win-4.0.txt index 50cbeaee6f..27a8878353 100644 --- a/inst/apps/sysinfo-win-4.0.txt +++ b/inst/apps/sysinfo-win-4.0.txt @@ -24,209 +24,122 @@ Version: 133.0.6943.60 pandoc 3.1.11 @ C:\\HOSTED~1\\windows\\pandoc\\31F387~1.11\\x64\\PANDOC~1.11\\pandoc.exe quarto NA -- Packages -------------------------------------------------------------------- - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - BH 1.87.0-1 2024-12-17 [1] RSPM - bigD 0.3.0 2024-11-08 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - bitops 1.0-9 2024-10-03 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-27 2021-02-12 [4] CRAN (R 4.0.5) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2024-05-16 [1] RSPM - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-18 2021-01-24 [4] CRAN (R 4.0.5) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.1 2021-02-14 [4] CRAN (R 4.0.5) - codetools 0.2-18 2020-11-04 [4] CRAN (R 4.0.5) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - cpp11 0.5.1 2024-12-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - DT 0.33.3 2025-02-24 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2024-05-15 [1] RSPM - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-81 2020-12-22 [4] CRAN (R 4.0.5) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.7 2023-08-15 [1] RSPM - igraph 1.3.0 2022-04-01 [1] CRAN (R 4.0.5) - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - juicyjuice 0.1.0 2022-11-10 [1] RSPM - KernSmooth 2.23-18 2020-10-29 [4] CRAN (R 4.0.5) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.20-41 2020-04-02 [4] CRAN (R 4.0.5) - lazyeval 0.2.2 2019-03-15 [1] RSPM - leaflet.providers 2.0.0 2023-10-17 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lorem 1.0.0 2023-03-09 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - maps 3.4.2.1 2024-11-10 [1] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-53.1 2021-02-12 [4] CRAN (R 4.0.5) - Matrix 1.3-2 2021-01-06 [4] CRAN (R 4.0.5) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.8-34 2021-02-16 [4] CRAN (R 4.0.5) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-152 2021-02-04 [4] CRAN (R 4.0.5) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-15 2021-01-24 [4] CRAN (R 4.0.5) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - P progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - R.cache 0.16.0 2022-07-21 [1] RSPM - R.methodsS3 1.8.2 2022-06-13 [1] RSPM - R.oo 1.27.0 2024-11-01 [1] RSPM - R.utils 2.12.3 2023-11-18 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactable 0.4.4 2023-03-12 [1] RSPM - reactlog 1.1.1 2022-09-26 [1] RSPM - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - reshape2 1.4.4 2020-04-09 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1-15 2019-04-12 [4] CRAN (R 4.0.5) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] RSPM - shinycoreci 0.0.0.9009 2025-02-24 [2] local - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] RSPM - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2021-01-25 [1] RSPM - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - sp 2.2-0 2025-02-01 [1] RSPM - spatial 7.3-13 2021-01-24 [4] CRAN (R 4.0.5) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - styler 1.10.3 2024-04-07 [1] RSPM - survival 3.2-10 2021-03-16 [4] CRAN (R 4.0.5) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 0.3.6 2021-10-13 [1] CRAN (R 4.0.5) - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - translations 4.0.5 2021-03-31 [4] local - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - V8 6.0.1 2025-02-02 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2024-07-22 [1] RSPM - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-27 2021-02-12 [4] CRAN (R 4.0.5) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2024-05-16 [1] RSPM + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-18 2021-01-24 [4] CRAN (R 4.0.5) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.1 2021-02-14 [4] CRAN (R 4.0.5) + codetools 0.2-18 2020-11-04 [4] CRAN (R 4.0.5) + commonmark 1.9.2 2024-10-04 [1] RSPM + cpp11 0.5.1 2024-12-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2024-05-15 [1] RSPM + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-81 2020-12-22 [4] CRAN (R 4.0.5) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-18 2020-10-29 [4] CRAN (R 4.0.5) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.20-41 2020-04-02 [4] CRAN (R 4.0.5) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-53.1 2021-02-12 [4] CRAN (R 4.0.5) + Matrix 1.3-2 2021-01-06 [4] CRAN (R 4.0.5) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.8-34 2021-02-16 [4] CRAN (R 4.0.5) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-152 2021-02-04 [4] CRAN (R 4.0.5) + nnet 7.3-15 2021-01-24 [4] CRAN (R 4.0.5) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1-15 2019-04-12 [4] CRAN (R 4.0.5) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] RSPM + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-13 2021-01-24 [4] CRAN (R 4.0.5) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.2-10 2021-03-16 [4] CRAN (R 4.0.5) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + translations 4.0.5 2021-03-31 [4] local + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2024-07-22 [1] RSPM + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] C:/Users/runneradmin/AppData/Local/R/shinycoreci/R-4_0_5 [2] D:/a/_temp/Library diff --git a/inst/apps/sysinfo-win-4.1.txt b/inst/apps/sysinfo-win-4.1.txt index 1269142d4d..7b10cd4355 100644 --- a/inst/apps/sysinfo-win-4.1.txt +++ b/inst/apps/sysinfo-win-4.1.txt @@ -24,214 +24,122 @@ Version: 133.0.6943.60 pandoc 3.1.11 @ C:\\HOSTED~1\\windows\\pandoc\\31F387~1.11\\x64\\PANDOC~1.11\\pandoc.exe quarto NA -- Packages -------------------------------------------------------------------- - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - BH 1.87.0-1 2024-12-17 [1] RSPM - bigD 0.3.0 2024-11-08 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - bitops 1.0-9 2024-10-03 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-28 2021-05-03 [4] CRAN (R 4.1.3) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0.9000 2025-02-24 [1] https://p~ - cachem 1.1.0 2024-05-16 [1] RSPM - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-20 2022-01-16 [4] CRAN (R 4.1.3) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.2 2021-04-17 [4] CRAN (R 4.1.3) - codetools 0.2-18 2020-11-04 [4] CRAN (R 4.1.3) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - cpp11 0.5.1 2024-12-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - crosstalk 1.2.1.9000 2025-02-24 [1] https://p~ - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - DiagrammeR 1.0.11 2024-02-02 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - DT 0.33.3 2025-02-24 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2024-05-15 [1] RSPM - flexdashboard 0.6.2.9000 2025-02-24 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-82 2022-01-16 [4] CRAN (R 4.1.3) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gt 0.11.1.9000 2025-02-24 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-24 [1] https://p~ - httpuv 1.6.15.9000 2025-02-24 [1] https://p~ - httr 1.4.7 2023-08-15 [1] RSPM - igraph 1.4.2 2023-04-07 [1] CRAN (R 4.1.3) - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - juicyjuice 0.1.0 2022-11-10 [1] RSPM - KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.1.3) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.20-45 2021-09-22 [4] CRAN (R 4.1.3) - lazyeval 0.2.2 2019-03-15 [1] RSPM - leaflet 2.2.2.9000 2025-02-24 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lorem 1.0.0 2023-03-09 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - maps 3.4.2.1 2024-11-10 [1] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-55 2022-01-16 [4] CRAN (R 4.1.3) - Matrix 1.4-0 2021-12-08 [4] CRAN (R 4.1.3) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.8-39 2022-02-24 [4] CRAN (R 4.1.3) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-155 2022-01-16 [4] CRAN (R 4.1.3) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-17 2022-01-16 [4] CRAN (R 4.1.3) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - plotly 4.10.4.9000 2025-02-24 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - P progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - R.cache 0.16.0 2022-07-21 [1] RSPM - R.methodsS3 1.8.2 2022-06-13 [1] RSPM - R.oo 1.27.0 2024-11-01 [1] RSPM - R.utils 2.12.3 2023-11-18 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - raster 3.6-20 2023-03-06 [1] CRAN (R 4.1.3) - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactable 0.4.4 2023-03-12 [1] RSPM - reactlog 1.1.1 2022-09-26 [1] RSPM - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - reshape2 1.4.4 2020-04-09 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1.16 2022-01-24 [4] CRAN (R 4.1.3) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9.9000 2025-02-24 [1] https://p~ - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0.9000 2025-02-24 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] RSPM - shinycoreci 0.0.0.9009 2025-02-24 [2] local - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ - shinymeta 0.2.1 2025-02-24 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] RSPM - shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ - shinythemes 1.2.0 2021-01-25 [1] RSPM - shinyvalidate 0.1.3.9000 2025-02-24 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - sp 2.2-0 2025-02-01 [1] RSPM - spatial 7.3-15 2022-01-16 [4] CRAN (R 4.1.3) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - styler 1.10.3 2024-04-07 [1] RSPM - survival 3.2-13 2021-08-24 [4] CRAN (R 4.1.3) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - terra 1.7-23 2023-04-08 [1] CRAN (R 4.1.3) - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 0.3.6 2021-10-13 [1] CRAN (R 4.1.3) - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - translations 4.1.3 2022-03-10 [4] local - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - V8 6.0.1 2025-02-02 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2024-07-22 [1] RSPM - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-28 2021-05-03 [4] CRAN (R 4.1.3) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0.9000 2025-02-24 [1] https://p~ + cachem 1.1.0 2024-05-16 [1] RSPM + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0.9000 2025-02-24 [1] https://p~ + class 7.3-20 2022-01-16 [4] CRAN (R 4.1.3) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.2 2021-04-17 [4] CRAN (R 4.1.3) + codetools 0.2-18 2020-11-04 [4] CRAN (R 4.1.3) + commonmark 1.9.2 2024-10-04 [1] RSPM + cpp11 0.5.1 2024-12-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2024-05-15 [1] RSPM + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-82 2022-01-16 [4] CRAN (R 4.1.3) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15.9000 2025-02-24 [1] https://p~ + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.1.3) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.20-45 2021-09-22 [4] CRAN (R 4.1.3) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-55 2022-01-16 [4] CRAN (R 4.1.3) + Matrix 1.4-0 2021-12-08 [4] CRAN (R 4.1.3) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.8-39 2022-02-24 [4] CRAN (R 4.1.3) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-155 2022-01-16 [4] CRAN (R 4.1.3) + nnet 7.3-17 2022-01-16 [4] CRAN (R 4.1.3) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1.16 2022-01-24 [4] CRAN (R 4.1.3) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9.9000 2025-02-24 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0.9000 2025-02-24 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-02-24 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] RSPM + shinytest2 0.3.2.9000 2025-02-24 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-15 2022-01-16 [4] CRAN (R 4.1.3) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.2-13 2021-08-24 [4] CRAN (R 4.1.3) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + translations 4.1.3 2022-03-10 [4] local + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2024-07-22 [1] RSPM + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] C:/Users/runneradmin/AppData/Local/R/shinycoreci/R-4_1_3 [2] D:/a/_temp/Library diff --git a/inst/apps/sysinfo-win-4.2.txt b/inst/apps/sysinfo-win-4.2.txt index 66e607d3d9..1267b9c1af 100644 --- a/inst/apps/sysinfo-win-4.2.txt +++ b/inst/apps/sysinfo-win-4.2.txt @@ -2,7 +2,7 @@ ---- {chromote} ---- System: x86_64-w64-mingw32 R version: R version 4.2.3 (2023-03-15 ucrt) - chromote: 0.4.0.9000 + chromote: 0.4.0 ---- Chrome ---- Path: C:\Program Files\Google\Chrome\Application\chrome.exe @@ -24,184 +24,120 @@ Version: 133.0.6943.60 pandoc 3.1.11 @ C:\\HOSTED~1\\windows\\pandoc\\31F387~1.11\\x64\\PANDOC~1.11\\pandoc.exe quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-28.1 2022-11-22 [4] CRAN (R 4.2.3) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-02-24 [1] https://p~ - bslib 0.9.0 2025-01-30 [2] RSPM - cachem 1.1.0 2024-05-16 [1] RSPM - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-24 [1] https://p~ - class 7.3-21 2023-01-23 [4] CRAN (R 4.2.3) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.4 2022-08-22 [4] CRAN (R 4.2.3) - codetools 0.2-19 2023-02-01 [4] CRAN (R 4.2.3) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - cpp11 0.5.1 2024-12-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - DiagrammeR 1.0.11 2024-02-02 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2024-05-15 [1] RSPM - fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ - foreign 0.8-84 2022-12-06 [4] CRAN (R 4.2.3) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-24 [1] https://p~ - htmlwidgets 1.6.4 2023-12-06 [2] RSPM - httpuv 1.6.15 2024-03-26 [2] RSPM - httr 1.4.7 2023-08-15 [1] RSPM - igraph 2.1.4 2025-01-23 [1] RSPM - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.2.3) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-24 [1] https://p~ - lattice 0.20-45 2021-09-22 [4] CRAN (R 4.2.3) - lazyeval 0.2.2 2019-03-15 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-58.2 2023-01-23 [4] CRAN (R 4.2.3) - Matrix 1.5-3 2022-11-11 [4] CRAN (R 4.2.3) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.8-42 2023-03-02 [4] CRAN (R 4.2.3) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-162 2023-01-31 [4] CRAN (R 4.2.3) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-18 2022-09-28 [4] CRAN (R 4.2.3) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-24 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - ragg 1.3.3 2024-09-11 [1] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactlog 1.1.1 2022-09-26 [1] RSPM - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1.19 2022-10-21 [4] CRAN (R 4.2.3) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9 2024-03-15 [2] RSPM - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0 2024-12-14 [2] RSPM - shinycoreci 0.0.0.9009 2025-02-24 [2] local - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinytest 1.6.1 2024-05-30 [2] RSPM - shinythemes 1.2.0 2021-01-25 [1] RSPM - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - spatial 7.3-16 2023-01-23 [4] CRAN (R 4.2.3) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - survival 3.5-3 2023-02-12 [4] CRAN (R 4.2.3) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 1.0.0 2025-01-20 [1] RSPM - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - translations 4.2.3 2023-03-15 [4] local - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2024-07-22 [1] RSPM - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-28.1 2022-11-22 [4] CRAN (R 4.2.3) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0 2025-01-30 [2] RSPM + cachem 1.1.0 2024-05-16 [1] RSPM + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0 2025-01-25 [2] RSPM + class 7.3-21 2023-01-23 [4] CRAN (R 4.2.3) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.4 2022-08-22 [4] CRAN (R 4.2.3) + codetools 0.2-19 2023-02-01 [4] CRAN (R 4.2.3) + commonmark 1.9.2 2024-10-04 [1] RSPM + cpp11 0.5.1 2024-12-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2024-05-15 [1] RSPM + fontawesome 0.5.3.9000 2025-02-24 [1] https://p~ + foreign 0.8-84 2022-12-06 [4] CRAN (R 4.2.3) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-24 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15 2024-03-26 [2] RSPM + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-20 2021-05-03 [4] CRAN (R 4.2.3) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-24 [1] https://p~ + lattice 0.20-45 2021-09-22 [4] CRAN (R 4.2.3) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-58.2 2023-01-23 [4] CRAN (R 4.2.3) + Matrix 1.5-3 2022-11-11 [4] CRAN (R 4.2.3) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.8-42 2023-03-02 [4] CRAN (R 4.2.3) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-162 2023-01-31 [4] CRAN (R 4.2.3) + nnet 7.3-18 2022-09-28 [4] CRAN (R 4.2.3) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-24 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1.19 2022-10-21 [4] CRAN (R 4.2.3) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9 2024-03-15 [2] RSPM + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0 2024-12-14 [2] RSPM + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinytest 1.6.1 2024-05-30 [2] RSPM + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-16 2023-01-23 [4] CRAN (R 4.2.3) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.5-3 2023-02-12 [4] CRAN (R 4.2.3) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + translations 4.2.3 2023-03-15 [4] local + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2024-07-22 [2] RSPM + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] C:/Users/runneradmin/AppData/Local/R/shinycoreci/R-4_2_3 [2] D:/a/_temp/Library diff --git a/inst/apps/sysinfo-win-4.3.txt b/inst/apps/sysinfo-win-4.3.txt index b0e6644519..8e3153927a 100644 --- a/inst/apps/sysinfo-win-4.3.txt +++ b/inst/apps/sysinfo-win-4.3.txt @@ -24,214 +24,121 @@ Version: 133.0.6943.60 pandoc 3.1.11 @ C:\\HOSTED~1\\windows\\pandoc\\31F387~1.11\\x64\\PANDOC~1.11\\pandoc.exe quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - BH 1.87.0-1 2024-12-17 [1] RSPM - bigD 0.3.0 2024-11-08 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - bitops 1.0-9 2024-10-03 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-29 2024-02-19 [4] CRAN (R 4.3.3) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-01-31 [1] https://p~ - bslib 0.9.0.9000 2025-02-18 [1] https://p~ - cachem 1.1.0 2025-02-10 [1] https://p~ - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-20 [1] https://p~ - class 7.3-22 2023-05-03 [4] CRAN (R 4.3.3) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.6 2023-12-01 [4] CRAN (R 4.3.3) - codetools 0.2-19 2023-02-01 [4] CRAN (R 4.3.3) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - crosstalk 1.2.1.9000 2025-02-08 [1] https://p~ - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - DiagrammeR 1.0.11 2024-02-02 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - DT 0.33.3 2025-01-31 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2025-02-10 [1] https://p~ - flexdashboard 0.6.2.9000 2025-01-26 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-14 [1] https://p~ - foreign 0.8-86 2023-11-28 [4] CRAN (R 4.3.3) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gt 0.11.1.9000 2025-02-21 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-04 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-07 [1] https://p~ - httpuv 1.6.15.9000 2025-02-16 [1] https://p~ - httr 1.4.7 2023-08-15 [1] RSPM - igraph 2.1.4 2025-01-23 [1] RSPM - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - juicyjuice 0.1.0 2022-11-10 [1] RSPM - KernSmooth 2.23-22 2023-07-10 [4] CRAN (R 4.3.3) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-05 [1] https://p~ - lattice 0.22-5 2023-10-24 [4] CRAN (R 4.3.3) - lazyeval 0.2.2 2019-03-15 [1] RSPM - leaflet 2.2.2.9000 2025-02-03 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lorem 1.0.0 2023-03-09 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - maps 3.4.2.1 2024-11-10 [1] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-60.0.1 2024-01-13 [4] CRAN (R 4.3.3) - Matrix 1.6-5 2024-01-11 [4] CRAN (R 4.3.3) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.3.3) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-164 2023-11-27 [4] CRAN (R 4.3.3) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-19 2023-05-03 [4] CRAN (R 4.3.3) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - plotly 4.10.4.9000 2025-02-14 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - P progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-11 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - R.cache 0.16.0 2022-07-21 [1] RSPM - R.methodsS3 1.8.2 2022-06-13 [1] RSPM - R.oo 1.27.0 2024-11-01 [1] RSPM - R.utils 2.12.3 2023-11-18 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - ragg 1.3.3 2024-09-11 [1] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - raster 3.6-31 2025-01-16 [1] RSPM - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactable 0.4.4 2023-03-12 [1] RSPM - reactlog 1.1.1 2025-01-31 [1] https://p~ - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - reshape2 1.4.4 2020-04-09 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1.23 2023-12-05 [4] CRAN (R 4.3.3) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9.9000 2025-02-18 [1] https://p~ - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0.9000 2025-02-03 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] RSPM - P shinycoreci 0.0.0.9009 2025-02-22 [2] https://p~ - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinyjster 0.0.0.9010 2025-01-30 [1] https://p~ - shinymeta 0.2.1 2025-02-18 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] RSPM - shinytest2 0.3.2.9000 2025-02-10 [1] https://p~ - shinythemes 1.2.0 2025-01-31 [1] https://p~ - shinyvalidate 0.1.3.9000 2025-02-01 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - sp 2.2-0 2025-02-01 [1] RSPM - spatial 7.3-17 2023-07-20 [4] CRAN (R 4.3.3) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - styler 1.10.3 2024-04-07 [1] RSPM - survival 3.5-8 2024-02-14 [4] CRAN (R 4.3.3) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - terra 1.8-21 2025-02-10 [1] RSPM - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 1.0.0 2025-01-20 [1] RSPM - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - translations 4.3.3 2024-02-29 [4] local - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - V8 6.0.1 2025-02-02 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2025-02-15 [1] https://p~ - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-29 2024-02-19 [4] CRAN (R 4.3.3) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0.9000 2025-02-18 [1] https://p~ + cachem 1.1.0 2025-02-10 [1] https://p~ + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0.9000 2025-02-20 [1] https://p~ + class 7.3-22 2023-05-03 [4] CRAN (R 4.3.3) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.6 2023-12-01 [4] CRAN (R 4.3.3) + codetools 0.2-19 2023-02-01 [4] CRAN (R 4.3.3) + commonmark 1.9.2 2024-10-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2025-02-10 [1] https://p~ + fontawesome 0.5.3.9000 2025-02-14 [1] https://p~ + foreign 0.8-86 2023-11-28 [4] CRAN (R 4.3.3) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-04 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15.9000 2025-02-16 [1] https://p~ + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-22 2023-07-10 [4] CRAN (R 4.3.3) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-05 [1] https://p~ + lattice 0.22-5 2023-10-24 [4] CRAN (R 4.3.3) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-60.0.1 2024-01-13 [4] CRAN (R 4.3.3) + Matrix 1.6-5 2024-01-11 [4] CRAN (R 4.3.3) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.3.3) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-164 2023-11-27 [4] CRAN (R 4.3.3) + nnet 7.3-19 2023-05-03 [4] CRAN (R 4.3.3) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-11 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1.23 2023-12-05 [4] CRAN (R 4.3.3) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9.9000 2025-02-18 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0.9000 2025-02-03 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-01-30 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] RSPM + shinytest2 0.3.2.9000 2025-02-10 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-17 2023-07-20 [4] CRAN (R 4.3.3) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.5-8 2024-02-14 [4] CRAN (R 4.3.3) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + translations 4.3.3 2024-02-29 [4] local + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2025-02-15 [1] https://p~ + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] C:/Users/runneradmin/AppData/Local/R/shinycoreci/R-4_3_3 [2] D:/a/_temp/Library diff --git a/inst/apps/sysinfo-win-4.4.txt b/inst/apps/sysinfo-win-4.4.txt index 70160c3615..6afd456c1c 100644 --- a/inst/apps/sysinfo-win-4.4.txt +++ b/inst/apps/sysinfo-win-4.4.txt @@ -24,214 +24,121 @@ Version: 133.0.6943.60 pandoc 3.1.11 @ C:\\HOSTED~1\\windows\\pandoc\\31F387~1.11\\x64\\PANDOC~1.11\\pandoc.exe quarto NA ── Packages ──────────────────────────────────────────────────────────────────── - ! package * version date (UTC) lib source - askpass 1.2.1 2024-10-04 [1] RSPM - assertthat 0.2.1 2019-03-21 [1] RSPM - backports 1.5.0 2024-05-23 [1] RSPM - base64enc 0.1-3 2015-07-28 [1] RSPM - BH 1.87.0-1 2024-12-17 [1] RSPM - bigD 0.3.0 2024-11-08 [1] RSPM - bit 4.5.0.1 2024-12-03 [1] RSPM - bit64 4.6.0-1 2025-01-16 [1] RSPM - bitops 1.0-9 2024-10-03 [1] RSPM - blob 1.2.4 2023-03-17 [1] RSPM - boot 1.3-31 2024-08-28 [4] CRAN (R 4.4.2) - brio 1.1.5 2024-04-24 [1] RSPM - broom 1.0.7 2024-09-26 [1] RSPM - bsicons 0.1.2.9000 2025-01-31 [1] https://p~ - bslib 0.9.0.9000 2025-02-18 [1] https://p~ - cachem 1.1.0 2025-02-10 [1] https://p~ - Cairo 1.6-2 2023-11-28 [1] RSPM - P callr 3.7.6 2024-03-25 [2] RSPM - checkmate 2.3.2 2024-07-29 [1] RSPM - chromote 0.4.0.9000 2025-02-20 [1] https://p~ - class 7.3-22 2023-05-03 [4] CRAN (R 4.4.2) - P cli 3.6.4 2025-02-13 [2] RSPM - clipr 0.8.0 2022-02-22 [1] RSPM - cluster 2.1.6 2023-12-01 [4] CRAN (R 4.4.2) - codetools 0.2-20 2024-03-31 [4] CRAN (R 4.4.2) - colorspace 2.1-1 2024-07-26 [1] RSPM - commonmark 1.9.2 2024-10-04 [1] RSPM - P crayon 1.5.3 2024-06-20 [2] RSPM - crosstalk 1.2.1.9000 2025-02-08 [1] https://p~ - curl 6.2.1 2025-02-19 [1] RSPM - data.table 1.17.0 2025-02-22 [1] RSPM - DBI 1.2.3 2024-06-02 [1] RSPM - dbplyr 2.5.0 2024-03-19 [1] RSPM - debugme 1.2.0 2024-04-25 [2] RSPM - desc 1.4.3 2023-12-10 [1] RSPM - DiagrammeR 1.0.11 2024-02-02 [1] RSPM - diffobj 0.3.5 2021-10-05 [1] RSPM - digest 0.6.37 2024-08-19 [1] RSPM - dplyr 1.1.4 2023-11-17 [1] RSPM - DT 0.33.3 2025-01-31 [1] https://p~ - ellipsis 0.3.2 2021-04-29 [1] RSPM - english 1.2-6 2021-08-21 [2] RSPM - evaluate 1.0.3 2025-01-10 [1] RSPM - fansi 1.0.6 2023-12-08 [1] RSPM - farver 2.1.2 2024-05-13 [1] RSPM - fastmap 1.2.0 2025-02-10 [1] https://p~ - flexdashboard 0.6.2.9000 2025-01-26 [1] https://p~ - fontawesome 0.5.3.9000 2025-02-14 [1] https://p~ - foreign 0.8-87 2024-06-26 [4] CRAN (R 4.4.2) - fs 1.6.5 2024-10-30 [1] RSPM - future 1.34.0 2024-07-29 [1] RSPM - generics 0.1.3 2022-07-05 [1] RSPM - ggplot2 3.5.1 2024-04-23 [1] RSPM - ggvis 0.4.9 2024-02-05 [1] RSPM - globals 0.16.3 2024-03-08 [1] RSPM - P glue 1.8.0 2024-09-30 [2] RSPM - gt 0.11.1.9000 2025-02-21 [1] https://p~ - gtable 0.3.6 2024-10-25 [1] RSPM - highcharter 0.9.4 2022-01-03 [1] RSPM - highr 0.11 2024-05-26 [1] RSPM - P hms 1.1.3 2023-03-21 [2] RSPM - htmltools 0.5.8.9000 2025-02-04 [1] https://p~ - htmlwidgets 1.6.4.9000 2025-02-07 [1] https://p~ - httpuv 1.6.15.9000 2025-02-16 [1] https://p~ - httr 1.4.7 2023-08-15 [1] RSPM - igraph 2.1.4 2025-01-23 [1] RSPM - isoband 0.2.7 2022-12-20 [1] RSPM - jquerylib 0.1.4 2021-04-26 [1] RSPM - P jsonlite 1.9.0 2025-02-19 [2] RSPM - juicyjuice 0.1.0 2022-11-10 [1] RSPM - KernSmooth 2.23-24 2024-05-17 [4] CRAN (R 4.4.2) - knitr 1.49 2024-11-08 [1] RSPM - labeling 0.4.3 2023-08-29 [1] RSPM - later 1.4.1.9000 2025-02-05 [1] https://p~ - lattice 0.22-6 2024-03-20 [4] CRAN (R 4.4.2) - lazyeval 0.2.2 2019-03-15 [1] RSPM - leaflet 2.2.2.9000 2025-02-03 [1] https://p~ - leaflet.providers 2.0.0 2023-10-17 [1] RSPM - P lifecycle 1.0.4 2023-11-07 [2] RSPM - listenv 0.9.1 2024-01-29 [1] RSPM - lobstr 1.1.2 2022-06-22 [1] RSPM - lorem 1.0.0 2023-03-09 [1] RSPM - lubridate 1.9.4 2024-12-08 [1] RSPM - P magrittr 2.0.3 2022-03-30 [2] RSPM - maps 3.4.2.1 2024-11-10 [1] RSPM - markdown 1.13 2024-06-04 [1] RSPM - MASS 7.3-61 2024-06-13 [4] CRAN (R 4.4.2) - Matrix 1.7-1 2024-10-18 [4] CRAN (R 4.4.2) - memoise 2.0.1 2021-11-26 [1] RSPM - mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.4.2) - mime 0.12 2021-09-28 [1] RSPM - munsell 0.5.1 2024-04-01 [1] RSPM - networkD3 0.4 2017-03-18 [1] RSPM - nlme 3.1-166 2024-08-14 [4] CRAN (R 4.4.2) - NLP 0.3-2 2024-11-20 [1] RSPM - nnet 7.3-19 2023-05-03 [4] CRAN (R 4.4.2) - openssl 2.3.2 2025-02-03 [1] RSPM - packrat 0.9.2 2023-09-05 [1] RSPM - pak 0.8.0 2024-08-09 [3] local - parallelly 1.42.0 2025-01-30 [1] RSPM - parsedate 1.3.2 2024-12-09 [2] RSPM - P pillar 1.10.1 2025-01-07 [2] RSPM - pingr 2.0.5 2024-12-12 [1] RSPM - pkgbuild 1.4.6 2025-01-16 [1] RSPM - P pkgconfig 2.0.3 2019-09-22 [2] RSPM - pkgload 1.4.0 2024-06-28 [1] RSPM - PKI 0.1-14 2024-06-15 [1] RSPM - plogr 0.2.0 2018-03-25 [1] RSPM - plotly 4.10.4.9000 2025-02-14 [1] https://p~ - plyr 1.8.9 2023-10-02 [1] RSPM - png 0.1-8 2022-11-29 [1] RSPM - praise 1.0.0 2015-08-11 [1] RSPM - P prettyunits 1.2.0 2023-09-24 [2] RSPM - P processx 3.8.6 2025-02-21 [2] RSPM - P progress 1.2.3 2023-12-06 [2] RSPM - promises 1.3.2.9000 2025-02-11 [1] https://p~ - pryr 0.1.6 2023-01-17 [1] RSPM - P ps 1.9.0 2025-02-18 [2] RSPM - purrr 1.0.4 2025-02-05 [1] RSPM - quantmod 0.4.26 2024-02-14 [1] RSPM - R.cache 0.16.0 2022-07-21 [1] RSPM - R.methodsS3 1.8.2 2022-06-13 [1] RSPM - R.oo 1.27.0 2024-11-01 [1] RSPM - R.utils 2.12.3 2023-11-18 [1] RSPM - P R6 2.6.1 2025-02-15 [2] RSPM - ragg 1.3.3 2024-09-11 [1] RSPM - P rappdirs 0.3.3 2021-01-31 [2] RSPM - raster 3.6-31 2025-01-16 [1] RSPM - RColorBrewer 1.1-3 2022-04-03 [1] RSPM - Rcpp 1.0.14 2025-01-12 [1] RSPM - reactable 0.4.4 2023-03-12 [1] RSPM - reactlog 1.1.1 2025-01-31 [1] https://p~ - reactR 0.6.1 2024-09-14 [1] RSPM - readr 2.1.5 2024-01-10 [1] RSPM - rematch 2.0.0 2023-08-30 [2] RSPM - renv 1.1.1 2025-02-07 [1] RSPM - reshape2 1.4.4 2020-04-09 [1] RSPM - rjson 0.2.23 2024-09-16 [1] RSPM - P rlang 1.1.5 2025-01-17 [2] RSPM - rlist 0.4.6.2 2021-09-03 [1] RSPM - rmarkdown 2.29 2024-11-04 [1] RSPM - rpart 4.1.23 2023-12-05 [4] CRAN (R 4.4.2) - P rprojroot 2.0.4 2023-11-05 [2] RSPM - rsconnect 1.3.4 2025-01-22 [1] RSPM - RSQLite 2.3.9 2024-12-03 [1] RSPM - rstudioapi 0.17.1 2024-10-22 [1] RSPM - rversions 2.1.2 2022-08-31 [1] RSPM - sass 0.4.9.9000 2025-02-18 [1] https://p~ - scales 1.3.0 2023-11-28 [1] RSPM - sessioninfo 1.2.3 2025-02-05 [1] RSPM - shiny 1.10.0.9000 2025-02-03 [1] https://p~ - shinyAce 0.4.4 2025-02-03 [1] RSPM - P shinycoreci 0.0.0.9009 2025-02-22 [2] https://p~ - shinydashboard 0.7.2 2021-09-30 [1] RSPM - shinyjs 2.1.0 2021-12-23 [1] RSPM - shinyjster 0.0.0.9010 2025-01-30 [1] https://p~ - shinymeta 0.2.1 2025-02-18 [1] https://p~ - shinytest 1.6.1 2024-05-30 [2] RSPM - shinytest2 0.3.2.9000 2025-02-10 [1] https://p~ - shinythemes 1.2.0 2025-01-31 [1] https://p~ - shinyvalidate 0.1.3.9000 2025-02-01 [1] https://p~ - showimage 1.0.0 2018-01-24 [2] RSPM - showtext 0.9-7 2024-03-02 [1] RSPM - showtextdb 3.0 2020-06-04 [1] RSPM - slam 0.1-55 2024-11-13 [1] RSPM - sourcetools 0.1.7-1 2023-02-01 [1] RSPM - sp 2.2-0 2025-02-01 [1] RSPM - spatial 7.3-17 2023-07-20 [4] CRAN (R 4.4.2) - stringi 1.8.4 2024-05-06 [1] RSPM - stringr 1.5.1 2023-11-14 [1] RSPM - styler 1.10.3 2024-04-07 [1] RSPM - survival 3.7-0 2024-06-05 [4] CRAN (R 4.4.2) - sys 3.4.3 2024-10-04 [1] RSPM - sysfonts 0.8.9 2024-03-02 [1] RSPM - systemfonts 1.2.1 2025-01-20 [1] RSPM - terra 1.8-21 2025-02-10 [1] RSPM - testthat 3.2.3 2025-01-13 [1] RSPM - textshaping 1.0.0 2025-01-20 [1] RSPM - thematic 0.1.6.9000 2025-02-24 [1] https://p~ - P tibble 3.2.1 2023-03-20 [2] RSPM - tidyr 1.3.1 2024-01-24 [1] RSPM - tidyselect 1.2.1 2024-03-11 [1] RSPM - timechange 0.3.0 2024-01-18 [1] RSPM - tinytex 0.55 2025-02-19 [1] RSPM - tm 0.7-16 2025-02-19 [1] RSPM - translations 4.4.2 2024-10-31 [4] local - TTR 0.24.4 2023-11-28 [1] RSPM - tzdb 0.4.0 2023-05-12 [1] RSPM - utf8 1.2.4 2023-10-22 [1] RSPM - V8 6.0.1 2025-02-02 [1] RSPM - P vctrs 0.6.5 2023-12-01 [2] RSPM - viridisLite 0.4.2 2023-05-02 [1] RSPM - visNetwork 2.1.2 2022-09-29 [1] RSPM - vroom 1.6.5 2023-12-05 [1] RSPM - waldo 0.6.1 2024-11-07 [1] RSPM - webdriver 1.0.6 2021-01-12 [2] RSPM - websocket 1.4.2 2025-02-15 [1] https://p~ - P withr 3.0.2 2024-10-28 [2] RSPM - wordcloud 2.6 2018-08-24 [1] RSPM - xfun 0.51 2025-02-19 [1] RSPM - XML 3.99-0.18 2025-01-01 [1] RSPM - xml2 1.3.6 2023-12-04 [1] RSPM - xtable 1.8-4 2019-04-21 [1] RSPM - xts 0.14.1 2024-10-15 [1] RSPM - yaml 2.3.10 2024-07-26 [1] RSPM - zip 2.3.2 2025-02-01 [1] RSPM - zoo 1.8-13 2025-02-22 [1] RSPM + ! package * version date (UTC) lib source + askpass 1.2.1 2024-10-04 [1] RSPM + assertthat 0.2.1 2019-03-21 [2] RSPM + backports 1.5.0 2024-05-23 [1] RSPM + base64enc 0.1-3 2015-07-28 [1] RSPM + boot 1.3-31 2024-08-28 [4] CRAN (R 4.4.2) + brio 1.1.5 2024-04-24 [1] RSPM + bslib 0.9.0.9000 2025-02-18 [1] https://p~ + cachem 1.1.0 2025-02-10 [1] https://p~ + P callr 3.7.6 2024-03-25 [2] RSPM + checkmate 2.3.2 2024-07-29 [1] RSPM + chromote 0.4.0.9000 2025-02-20 [1] https://p~ + class 7.3-22 2023-05-03 [4] CRAN (R 4.4.2) + P cli 3.6.4 2025-02-13 [2] RSPM + cluster 2.1.6 2023-12-01 [4] CRAN (R 4.4.2) + codetools 0.2-20 2024-03-31 [4] CRAN (R 4.4.2) + commonmark 1.9.2 2024-10-04 [1] RSPM + P crayon 1.5.3 2024-06-20 [2] RSPM + curl 6.2.1 2025-02-19 [1] RSPM + debugme 1.2.0 2024-04-25 [2] RSPM + desc 1.4.3 2023-12-10 [1] RSPM + diffobj 0.3.5 2021-10-05 [1] RSPM + digest 0.6.37 2024-08-19 [1] RSPM + dplyr 1.1.4 2023-11-17 [2] RSPM + ellipsis 0.3.2 2021-04-29 [1] RSPM + english 1.2-6 2021-08-21 [2] RSPM + evaluate 1.0.3 2025-01-10 [1] RSPM + fansi 1.0.6 2023-12-08 [1] RSPM + fastmap 1.2.0 2025-02-10 [1] https://p~ + fontawesome 0.5.3.9000 2025-02-14 [1] https://p~ + foreign 0.8-87 2024-06-26 [4] CRAN (R 4.4.2) + fs 1.6.5 2024-10-30 [1] RSPM + generics 0.1.3 2022-07-05 [2] RSPM + globals 0.16.3 2024-03-08 [1] RSPM + P glue 1.8.0 2024-09-30 [2] RSPM + highr 0.11 2024-05-26 [1] RSPM + hms 1.1.3 2023-03-21 [2] RSPM + htmltools 0.5.8.9000 2025-02-04 [1] https://p~ + htmlwidgets 1.6.4 2023-12-06 [2] RSPM + httpuv 1.6.15.9000 2025-02-16 [1] https://p~ + httr 1.4.7 2023-08-15 [1] RSPM + jquerylib 0.1.4 2021-04-26 [1] RSPM + P jsonlite 1.9.0 2025-02-19 [2] RSPM + KernSmooth 2.23-24 2024-05-17 [4] CRAN (R 4.4.2) + knitr 1.49 2024-11-08 [1] RSPM + later 1.4.1.9000 2025-02-05 [1] https://p~ + lattice 0.22-6 2024-03-20 [4] CRAN (R 4.4.2) + P lifecycle 1.0.4 2023-11-07 [2] RSPM + P magrittr 2.0.3 2022-03-30 [2] RSPM + MASS 7.3-61 2024-06-13 [4] CRAN (R 4.4.2) + Matrix 1.7-1 2024-10-18 [4] CRAN (R 4.4.2) + memoise 2.0.1 2021-11-26 [1] RSPM + mgcv 1.9-1 2023-12-21 [4] CRAN (R 4.4.2) + mime 0.12 2021-09-28 [1] RSPM + nlme 3.1-166 2024-08-14 [4] CRAN (R 4.4.2) + nnet 7.3-19 2023-05-03 [4] CRAN (R 4.4.2) + openssl 2.3.2 2025-02-03 [1] RSPM + packrat 0.9.2 2023-09-05 [1] RSPM + pak 0.8.0 2024-08-09 [3] local + parsedate 1.3.2 2024-12-09 [2] RSPM + P pillar 1.10.1 2025-01-07 [2] RSPM + pingr 2.0.5 2024-12-12 [1] RSPM + pkgbuild 1.4.6 2025-01-16 [1] RSPM + P pkgconfig 2.0.3 2019-09-22 [2] RSPM + pkgload 1.4.0 2024-06-28 [1] RSPM + PKI 0.1-14 2024-06-15 [1] RSPM + png 0.1-8 2022-11-29 [2] RSPM + praise 1.0.0 2015-08-11 [1] RSPM + prettyunits 1.2.0 2023-09-24 [2] RSPM + P processx 3.8.6 2025-02-21 [2] RSPM + progress 1.2.3 2023-12-06 [2] RSPM + promises 1.3.2.9000 2025-02-11 [1] https://p~ + P ps 1.9.0 2025-02-18 [2] RSPM + purrr 1.0.4 2025-02-05 [2] RSPM + P R6 2.6.1 2025-02-15 [2] RSPM + P rappdirs 0.3.3 2021-01-31 [2] RSPM + Rcpp 1.0.14 2025-01-12 [1] RSPM + rematch 2.0.0 2023-08-30 [2] RSPM + renv 1.1.1 2025-02-07 [1] RSPM + P rlang 1.1.5 2025-01-17 [2] RSPM + rmarkdown 2.29 2024-11-04 [1] RSPM + rpart 4.1.23 2023-12-05 [4] CRAN (R 4.4.2) + P rprojroot 2.0.4 2023-11-05 [2] RSPM + rsconnect 1.3.4 2025-01-22 [1] RSPM + rstudioapi 0.17.1 2024-10-22 [1] RSPM + sass 0.4.9.9000 2025-02-18 [1] https://p~ + sessioninfo 1.2.3 2025-02-05 [2] RSPM + shiny 1.10.0.9000 2025-02-03 [1] https://p~ + shinycoreci 0.0.0.9009 2025-02-24 [2] local + shinyjster 0.0.0.9010 2025-01-30 [1] https://p~ + shinytest 1.6.1 2024-05-30 [2] RSPM + shinytest2 0.3.2.9000 2025-02-10 [1] https://p~ + showimage 1.0.0 2018-01-24 [2] RSPM + sourcetools 0.1.7-1 2023-02-01 [1] RSPM + spatial 7.3-17 2023-07-20 [4] CRAN (R 4.4.2) + stringi 1.8.4 2024-05-06 [2] RSPM + stringr 1.5.1 2023-11-14 [2] RSPM + survival 3.7-0 2024-06-05 [4] CRAN (R 4.4.2) + sys 3.4.3 2024-10-04 [1] RSPM + testthat 3.2.3 2025-01-13 [1] RSPM + P tibble 3.2.1 2023-03-20 [2] RSPM + tidyr 1.3.1 2024-01-24 [2] RSPM + tidyselect 1.2.1 2024-03-11 [2] RSPM + tinytex 0.55 2025-02-19 [1] RSPM + translations 4.4.2 2024-10-31 [4] local + utf8 1.2.4 2023-10-22 [1] RSPM + P vctrs 0.6.5 2023-12-01 [2] RSPM + waldo 0.6.1 2024-11-07 [1] RSPM + webdriver 1.0.6 2021-01-12 [2] RSPM + websocket 1.4.2 2025-02-15 [1] https://p~ + P withr 3.0.2 2024-10-28 [2] RSPM + xfun 0.51 2025-02-19 [1] RSPM + xtable 1.8-4 2019-04-21 [1] RSPM + yaml 2.3.10 2024-07-26 [1] RSPM + zip 2.3.2 2025-02-01 [1] RSPM [1] C:/Users/runneradmin/AppData/Local/R/shinycoreci/R-4_4_2 [2] D:/a/_temp/Library