|
4 | 4 | "Repositories": [ |
5 | 5 | { |
6 | 6 | "Name": "RSPM", |
7 | | - "URL": "https://packagemanager.posit.co/cran/2026-05-29" |
| 7 | + "URL": "https://packagemanager.posit.co/cran/2026-06-12" |
8 | 8 | } |
9 | 9 | ] |
10 | 10 | }, |
|
261 | 261 | }, |
262 | 262 | "callr": { |
263 | 263 | "Package": "callr", |
264 | | - "Version": "3.7.6", |
| 264 | + "Version": "3.8.0", |
265 | 265 | "Source": "Repository", |
266 | 266 | "Title": "Call R from R", |
267 | | - "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\")) )", |
| 267 | + "Authors@R": "c( person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-7098-9676\")), person(\"Winston\", \"Chang\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")), person(\"Ascent Digital Services\", role = c(\"cph\", \"fnd\")) )", |
268 | 268 | "Description": "It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that.", |
269 | 269 | "License": "MIT + file LICENSE", |
270 | 270 | "URL": "https://callr.r-lib.org, https://github.com/r-lib/callr", |
|
273 | 273 | "R (>= 3.4)" |
274 | 274 | ], |
275 | 275 | "Imports": [ |
| 276 | + "otel (>= 0.2.0)", |
276 | 277 | "processx (>= 3.6.1)", |
277 | 278 | "R6", |
278 | 279 | "utils" |
279 | 280 | ], |
280 | 281 | "Suggests": [ |
281 | 282 | "asciicast (>= 2.3.1)", |
| 283 | + "carrier", |
282 | 284 | "cli (>= 1.1.0)", |
283 | | - "mockery", |
| 285 | + "otelsdk (>= 0.2.0)", |
284 | 286 | "ps", |
285 | 287 | "rprojroot", |
286 | 288 | "spelling", |
|
289 | 291 | ], |
290 | 292 | "Config/Needs/website": "r-lib/asciicast, glue, htmlwidgets, igraph, tibble, tidyverse/tidytemplate", |
291 | 293 | "Config/testthat/edition": "3", |
| 294 | + "Config/usethis/last-upkeep": "2025-04-28", |
292 | 295 | "Encoding": "UTF-8", |
293 | 296 | "Language": "en-US", |
294 | | - "RoxygenNote": "7.3.1.9000", |
| 297 | + "Config/roxygen2/version": "8.0.0", |
295 | 298 | "NeedsCompilation": "no", |
296 | | - "Author": "Gábor Csárdi [aut, cre, cph] (<https://orcid.org/0000-0001-7098-9676>), Winston Chang [aut], Posit Software, PBC [cph, fnd], Ascent Digital Services [cph, fnd]", |
| 299 | + "Author": "Gábor Csárdi [aut, cre, cph] (ORCID: <https://orcid.org/0000-0001-7098-9676>), Winston Chang [aut], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>), Ascent Digital Services [cph, fnd]", |
297 | 300 | "Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>", |
298 | 301 | "Repository": "RSPM" |
299 | 302 | }, |
|
1034 | 1037 | "Maintainer": "Lionel Henry <lionel@posit.co>", |
1035 | 1038 | "Repository": "RSPM" |
1036 | 1039 | }, |
| 1040 | + "otel": { |
| 1041 | + "Package": "otel", |
| 1042 | + "Version": "0.2.0", |
| 1043 | + "Source": "Repository", |
| 1044 | + "Title": "OpenTelemetry R API", |
| 1045 | + "Authors@R": "person(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\"))", |
| 1046 | + "Description": "High-quality, ubiquitous, and portable telemetry to enable effective observability. OpenTelemetry is a collection of tools, APIs, and SDKs used to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior. This package implements the OpenTelemetry API: <https://opentelemetry.io/docs/specs/otel/>. Use this package as a dependency if you want to instrument your R package for OpenTelemetry.", |
| 1047 | + "License": "MIT + file LICENSE", |
| 1048 | + "Encoding": "UTF-8", |
| 1049 | + "RoxygenNote": "7.3.2.9000", |
| 1050 | + "Depends": [ |
| 1051 | + "R (>= 3.6.0)" |
| 1052 | + ], |
| 1053 | + "Suggests": [ |
| 1054 | + "callr", |
| 1055 | + "cli", |
| 1056 | + "glue", |
| 1057 | + "jsonlite", |
| 1058 | + "otelsdk", |
| 1059 | + "processx", |
| 1060 | + "shiny", |
| 1061 | + "spelling", |
| 1062 | + "testthat (>= 3.0.0)", |
| 1063 | + "utils", |
| 1064 | + "withr" |
| 1065 | + ], |
| 1066 | + "Config/Needs/website": "tidyverse/tidytemplate", |
| 1067 | + "Config/testthat/edition": "3", |
| 1068 | + "URL": "https://otel.r-lib.org, https://github.com/r-lib/otel", |
| 1069 | + "Additional_repositories": "https://github.com/r-lib/otelsdk/releases/download/devel", |
| 1070 | + "BugReports": "https://github.com/r-lib/otel/issues", |
| 1071 | + "NeedsCompilation": "no", |
| 1072 | + "Author": "Gábor Csárdi [aut, cre]", |
| 1073 | + "Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>", |
| 1074 | + "Repository": "RSPM" |
| 1075 | + }, |
1037 | 1076 | "pkgbuild": { |
1038 | 1077 | "Package": "pkgbuild", |
1039 | 1078 | "Version": "1.4.8", |
|
1650 | 1689 | }, |
1651 | 1690 | "xfun": { |
1652 | 1691 | "Package": "xfun", |
1653 | | - "Version": "0.57", |
| 1692 | + "Version": "0.58", |
1654 | 1693 | "Source": "Repository", |
1655 | 1694 | "Type": "Package", |
1656 | 1695 | "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", |
|
1689 | 1728 | "URL": "https://github.com/yihui/xfun", |
1690 | 1729 | "BugReports": "https://github.com/yihui/xfun/issues", |
1691 | 1730 | "Encoding": "UTF-8", |
1692 | | - "RoxygenNote": "7.3.3", |
1693 | 1731 | "VignetteBuilder": "litedown", |
| 1732 | + "Config/roxygen2/version": "8.0.0", |
1694 | 1733 | "NeedsCompilation": "yes", |
1695 | 1734 | "Author": "Yihui Xie [aut, cre, cph] (ORCID: <https://orcid.org/0000-0003-0645-5666>, URL: https://yihui.org), Wush Wu [ctb], Daijiang Li [ctb], Xianying Tan [ctb], Salim Brüggemann [ctb] (ORCID: <https://orcid.org/0000-0002-5329-5987>), Christophe Dervieux [ctb]", |
1696 | 1735 | "Maintainer": "Yihui Xie <xie@yihui.name>", |
|
0 commit comments