|
491 | 491 | "Type": "Package", |
492 | 492 | "Package": "connectapi", |
493 | 493 | "Title": "Utilities for Interacting with the 'Posit Connect' Server API", |
494 | | - "Version": "0.7.0", |
| 494 | + "Version": "0.8.0", |
495 | 495 | "Authors@R": "c(\n person(given = \"Toph\",\n family = \"Allen\",\n role = c(\"aut\", \"cre\"),\n email = \"[email protected]\"),\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\")))", |
496 | 496 | "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/>.", |
497 | 497 | "License": "MIT + file LICENSE", |
498 | 498 | "URL": "https://posit-dev.github.io/connectapi/,\nhttps://github.com/posit-dev/connectapi", |
499 | 499 | "BugReports": "https://github.com/posit-dev/connectapi/issues", |
500 | 500 | "Imports": "bit64, fs, glue, httr, mime, jsonlite, lifecycle, magrittr,\npurrr, R6, rlang (>= 0.4.2), tibble, uuid, vctrs (>= 0.3.0),\nbase64enc", |
501 | | - "Suggests": "covr, dbplyr, dplyr, ggplot2, gridExtra, httptest, knitr,\nlubridate, progress, rmarkdown, rprojroot, rsconnect, spelling,\ntestthat, webshot2, withr", |
| 501 | + "Suggests": "covr, dbplyr, dplyr, ggplot2, gridExtra, httptest, knitr,\nlubridate, progress, rmarkdown, rprojroot, rsconnect, spelling,\ntestthat, tidyr, webshot2, withr", |
502 | 502 | "VignetteBuilder": "knitr", |
503 | 503 | "Encoding": "UTF-8", |
504 | 504 | "Language": "en-US", |
505 | 505 | "RoxygenNote": "7.3.2", |
506 | 506 | "Config/testthat/edition": "3", |
| 507 | + "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'", |
507 | 508 | "NeedsCompilation": "no", |
508 | | - "Packaged": "2025-03-27 15:47:12 UTC; toph", |
| 509 | + "Packaged": "2025-07-30 21:46:47 UTC; toph", |
509 | 510 | "Author": "Toph Allen [aut, cre],\n Neal Richardson [aut],\n Sean Lopp [aut],\n Cole Arendt [aut],\n Posit, PBC [cph, fnd]", |
510 | 511 | "Maintainer": "Toph Allen <[email protected]>", |
511 | 512 | "Repository": "RSPM", |
512 | | - "Date/Publication": "2025-03-27 16:10:02 UTC", |
513 | | - "Built": "R 4.3.0; ; 2025-03-28 04:43:28 UTC; unix", |
| 513 | + "Date/Publication": "2025-07-30 22:00:11 UTC", |
| 514 | + "Built": "R 4.3.0; ; 2025-07-31 10:36:47 UTC; unix", |
514 | 515 | "RemoteType": "standard", |
515 | 516 | "RemoteRef": "connectapi", |
516 | 517 | "RemotePkgRef": "connectapi", |
517 | 518 | "RemoteRepos": "https://packagemanager.posit.co/cran/latest", |
518 | 519 | "RemoteReposName": "CRAN", |
519 | 520 | "RemotePkgPlatform": "aarch64-apple-darwin20", |
520 | | - "RemoteSha": "0.7.0" |
| 521 | + "RemoteSha": "0.8.0" |
521 | 522 | } |
522 | 523 | }, |
523 | 524 | "cpp11": { |
|
3036 | 3037 | }, |
3037 | 3038 | "files": { |
3038 | 3039 | "app.R": { |
3039 | | - "checksum": "5555b67b7f82d2dbc90b3a36260ceeac" |
3040 | | - }, |
3041 | | - "R/get_usage.R": { |
3042 | | - "checksum": "1231f3eece53466dd1ff0867f1019bb0" |
| 3040 | + "checksum": "e065053068e111b4896b49f7d0875680" |
3043 | 3041 | }, |
3044 | 3042 | "R/integrations.R": { |
3045 | 3043 | "checksum": "2b495c74b5987a2c318bcd80a0c2be8f" |
|
3054 | 3052 | "checksum": "c0599c7d23181ccb7b2e1a02db85114b" |
3055 | 3053 | }, |
3056 | 3054 | "renv.lock": { |
3057 | | - "checksum": "05865206c04be53631ca32658836ad2a" |
| 3055 | + "checksum": "1503687e203d1f5db7299f8a4a28ce06" |
3058 | 3056 | }, |
3059 | 3057 | "www/styles.css": { |
3060 | 3058 | "checksum": "7ea30e3cc044a3221877a503b0e1ee7d" |
|
3071 | 3069 | "requiredFeatures": [ |
3072 | 3070 | "OAuth Integrations" |
3073 | 3071 | ], |
3074 | | - "version": "1.0.8" |
| 3072 | + "version": "1.0.9" |
3075 | 3073 | } |
3076 | 3074 | } |
0 commit comments