Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/usage-metrics-dashboard/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Package: usage-metrics-dashboard
Version: 1.0.9
Version: 1.0.12
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha, oops! I guess it doesn't really matter, but oops we forgot to push this forward.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I don't really know the point of the DESCRIPTION tbh? but seems like a good idea to sync it with the version in the manifest.

23 changes: 11 additions & 12 deletions extensions/usage-metrics-dashboard/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@
"Type": "Package",
"Package": "connectapi",
"Title": "Utilities for Interacting with the 'Posit Connect' Server API",
"Version": "0.8.0",
"Authors@R": "c(\n person(given = \"Toph\",\n family = \"Allen\",\n role = c(\"aut\", \"cre\"),\n email = \"toph@posit.co\"),\n person(given = \"Neal\",\n family = \"Richardson\",\n role = c(\"aut\")),\n person(given = \"Sean\",\n family = \"Lopp\",\n role = c(\"aut\")),\n person(given = \"Cole\",\n family = \"Arendt\",\n role = c(\"aut\")),\n person(given = \"Posit, PBC\",\n role = c(\"cph\", \"fnd\")))",
"Version": "0.11.0",
"Authors@R": "c(\n person(given = \"Kara\",\n family = \"Woo\",\n role = c(\"aut\", \"cre\"),\n email = \"kara.woo@posit.co\"),\n person(given = \"Toph\",\n family = \"Allen\",\n role = c(\"aut\"),\n email = \"toph@posit.co\"),\n person(given = \"Neal\",\n family = \"Richardson\",\n role = c(\"aut\")),\n person(given = \"Sean\",\n family = \"Lopp\",\n role = c(\"aut\")),\n person(given = \"Cole\",\n family = \"Arendt\",\n role = c(\"aut\")),\n person(given = \"Posit, PBC\",\n role = c(\"cph\", \"fnd\")))",
"Description": "Provides a helpful 'R6' class and methods for interacting with\n the 'Posit Connect' Server API along with some meaningful utility functions\n for regular tasks. API documentation varies by 'Posit Connect' installation\n and version, but the latest documentation is also hosted publicly at\n <https://docs.posit.co/connect/api/>.",
"License": "MIT + file LICENSE",
"URL": "https://posit-dev.github.io/connectapi/,\nhttps://github.com/posit-dev/connectapi",
Expand All @@ -502,23 +502,22 @@
"VignetteBuilder": "knitr",
"Encoding": "UTF-8",
"Language": "en-US",
"RoxygenNote": "7.3.2",
"RoxygenNote": "7.3.3",
"Config/testthat/edition": "3",
"Collate": "'audits.R' 'browse.R' 'connect.R' 'connectapi-package.R'\n'connectapi.R' 'content.R' 'deploy.R' 'get.R' 'git.R'\n'groups.R' 'integrations.R' 'lazy.R' 'page.R' 'parse.R'\n'promote.R' 'ptype.R' 'remote.R' 'runtime-caches.R'\n'schedule.R' 'tags.R' 'utils.R' 'thumbnail.R' 'user.R'\n'utils-ci.R' 'utils-pipe.R' 'variant.R'",
"Collate": "'audits.R' 'browse.R' 'connect.R' 'connectapi-package.R'\n'connectapi.R' 'content.R' 'deploy.R' 'get.R' 'git.R'\n'groups.R' 'integrations.R' 'lazy.R' 'page.R' 'parse.R'\n'promote.R' 'ptype.R' 'remote.R' 'runtime-caches.R'\n'schedule.R' 'tags.R' 'utils.R' 'thumbnail.R' 'user.R'\n'utils-pipe.R' 'variant.R'",
"NeedsCompilation": "no",
"Packaged": "2025-07-30 21:46:47 UTC; toph",
"Author": "Toph Allen [aut, cre],\n Neal Richardson [aut],\n Sean Lopp [aut],\n Cole Arendt [aut],\n Posit, PBC [cph, fnd]",
"Maintainer": "Toph Allen <toph@posit.co>",
"Packaged": "2026-02-25 20:16:15 UTC; kara",
"Author": "Kara Woo [aut, cre],\n Toph Allen [aut],\n Neal Richardson [aut],\n Sean Lopp [aut],\n Cole Arendt [aut],\n Posit, PBC [cph, fnd]",
"Maintainer": "Kara Woo <kara.woo@posit.co>",
"Repository": "RSPM",
"Date/Publication": "2025-07-30 22:00:11 UTC",
"Built": "R 4.3.0; ; 2025-07-31 10:36:47 UTC; unix",
"Date/Publication": "2026-02-25 20:40:02 UTC",
"Built": "R 4.3.0; ; 2026-02-26 05:02:20 UTC; unix",
"RemoteType": "standard",
"RemoteRef": "connectapi",
"RemotePkgRef": "connectapi",
"RemoteRepos": "https://packagemanager.posit.co/cran/latest",
"RemoteReposName": "CRAN",
"RemotePkgPlatform": "aarch64-apple-darwin20",
"RemoteSha": "0.8.0"
"RemoteSha": "0.11.0"
}
},
"cpp11": {
Expand Down Expand Up @@ -3069,6 +3068,6 @@
"requiredFeatures": [
"OAuth Integrations"
],
"version": "1.0.11"
"version": "1.0.12"
}
}
14 changes: 7 additions & 7 deletions extensions/usage-metrics-dashboard/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,11 @@
},
"connectapi": {
"Package": "connectapi",
"Version": "0.8.0",
"Version": "0.11.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this surgery

"Source": "Repository",
"Type": "Package",
"Title": "Utilities for Interacting with the 'Posit Connect' Server API",
"Authors@R": "c( person(given = \"Toph\", family = \"Allen\", role = c(\"aut\", \"cre\"), email = \"toph@posit.co\"), person(given = \"Neal\", family = \"Richardson\", role = c(\"aut\")), person(given = \"Sean\", family = \"Lopp\", role = c(\"aut\")), person(given = \"Cole\", family = \"Arendt\", role = c(\"aut\")), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")))",
"Authors@R": "c( person(given = \"Kara\", family = \"Woo\", role = c(\"aut\", \"cre\"), email = \"kara.woo@posit.co\"), person(given = \"Toph\", family = \"Allen\", role = c(\"aut\"), email = \"toph@posit.co\"), person(given = \"Neal\", family = \"Richardson\", role = c(\"aut\")), person(given = \"Sean\", family = \"Lopp\", role = c(\"aut\")), person(given = \"Cole\", family = \"Arendt\", role = c(\"aut\")), person(given = \"Posit, PBC\", role = c(\"cph\", \"fnd\")))",
"Description": "Provides a helpful 'R6' class and methods for interacting with the 'Posit Connect' Server API along with some meaningful utility functions for regular tasks. API documentation varies by 'Posit Connect' installation and version, but the latest documentation is also hosted publicly at <https://docs.posit.co/connect/api/>.",
"License": "MIT + file LICENSE",
"URL": "https://posit-dev.github.io/connectapi/, https://github.com/posit-dev/connectapi",
Expand Down Expand Up @@ -515,13 +515,13 @@
"VignetteBuilder": "knitr",
"Encoding": "UTF-8",
"Language": "en-US",
"RoxygenNote": "7.3.2",
"RoxygenNote": "7.3.3",
"Config/testthat/edition": "3",
"Collate": "'audits.R' 'browse.R' 'connect.R' 'connectapi-package.R' 'connectapi.R' 'content.R' 'deploy.R' 'get.R' 'git.R' 'groups.R' 'integrations.R' 'lazy.R' 'page.R' 'parse.R' 'promote.R' 'ptype.R' 'remote.R' 'runtime-caches.R' 'schedule.R' 'tags.R' 'utils.R' 'thumbnail.R' 'user.R' 'utils-ci.R' 'utils-pipe.R' 'variant.R'",
"Collate": "'audits.R' 'browse.R' 'connect.R' 'connectapi-package.R' 'connectapi.R' 'content.R' 'deploy.R' 'get.R' 'git.R' 'groups.R' 'integrations.R' 'lazy.R' 'page.R' 'parse.R' 'promote.R' 'ptype.R' 'remote.R' 'runtime-caches.R' 'schedule.R' 'tags.R' 'utils.R' 'thumbnail.R' 'user.R' 'utils-pipe.R' 'variant.R'",
"NeedsCompilation": "no",
"Author": "Toph Allen [aut, cre], Neal Richardson [aut], Sean Lopp [aut], Cole Arendt [aut], Posit, PBC [cph, fnd]",
"Maintainer": "Toph Allen <toph@posit.co>",
"Repository": "CRAN"
"Author": "Kara Woo [aut, cre], Toph Allen [aut], Neal Richardson [aut], Sean Lopp [aut], Cole Arendt [aut], Posit, PBC [cph, fnd]",
"Maintainer": "Kara Woo <kara.woo@posit.co>",
"Repository": "RSPM"
},
"cpp11": {
"Package": "cpp11",
Expand Down