File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11Type: Package
22Package: connectapi
33Title: Utilities for Interacting with the 'Posit Connect' Server API
4- Version: 0.1.3.9000
4+ Version: 0.2.0
55Authors@R:
66 c(person(given = "Sean",
77 family = "Lopp",
@@ -21,19 +21,19 @@ License: MIT + file LICENSE
2121URL: https://pkgs.rstudio.com/connectapi/, https://github.com/rstudio/connectapi
2222BugReports: https://github.com/rstudio/connectapi/issues
2323Imports:
24+ bit64,
2425 fs,
2526 glue,
2627 httr,
28+ jsonlite,
2729 lifecycle,
2830 magrittr,
2931 purrr,
3032 R6,
3133 rlang (>= 0.4.2),
3234 tibble,
3335 uuid,
34- vctrs (>= 0.3.0),
35- bit64,
36- jsonlite
36+ vctrs (>= 0.3.0)
3737Suggests:
3838 covr,
3939 dbplyr,
Original file line number Diff line number Diff line change 1- # connectapi (development version)
1+ # connectapi 0.2.0
22
33## Breaking changes
44
Original file line number Diff line number Diff line change 2727api
2828browseURL
2929cloneable
30+ dbplyr
3031dirs
3132dplyr
3233funder
You can’t perform that action at this time.
0 commit comments