File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
Type: Package
2
2
Package: connectapi
3
3
Title: Utilities for Interacting with the 'Posit Connect' Server API
4
- Version: 0.1.3.9000
4
+ Version: 0.2.0
5
5
Authors@R:
6
6
c(person(given = "Sean",
7
7
family = "Lopp",
@@ -21,19 +21,19 @@ License: MIT + file LICENSE
21
21
URL: https://pkgs.rstudio.com/connectapi/, https://github.com/rstudio/connectapi
22
22
BugReports: https://github.com/rstudio/connectapi/issues
23
23
Imports:
24
+ bit64,
24
25
fs,
25
26
glue,
26
27
httr,
28
+ jsonlite,
27
29
lifecycle,
28
30
magrittr,
29
31
purrr,
30
32
R6,
31
33
rlang (>= 0.4.2),
32
34
tibble,
33
35
uuid,
34
- vctrs (>= 0.3.0),
35
- bit64,
36
- jsonlite
36
+ vctrs (>= 0.3.0)
37
37
Suggests:
38
38
covr,
39
39
dbplyr,
Original file line number Diff line number Diff line change 1
- # connectapi (development version)
1
+ # connectapi 0.2.0
2
2
3
3
## Breaking changes
4
4
Original file line number Diff line number Diff line change 27
27
api
28
28
browseURL
29
29
cloneable
30
+ dbplyr
30
31
dirs
31
32
dplyr
32
33
funder
You can’t perform that action at this time.
0 commit comments