Skip to content

Commit 17cc625

Browse files
Release 0.2.0 (#273)
1 parent 2f5976d commit 17cc625

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

DESCRIPTION

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: connectapi
33
Title: Utilities for Interacting with the 'Posit Connect' Server API
4-
Version: 0.1.3.9000
4+
Version: 0.2.0
55
Authors@R:
66
c(person(given = "Sean",
77
family = "Lopp",
@@ -21,19 +21,19 @@ License: MIT + file LICENSE
2121
URL: https://pkgs.rstudio.com/connectapi/, https://github.com/rstudio/connectapi
2222
BugReports: https://github.com/rstudio/connectapi/issues
2323
Imports:
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)
3737
Suggests:
3838
covr,
3939
dbplyr,

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# connectapi (development version)
1+
# connectapi 0.2.0
22

33
## Breaking changes
44

inst/WORDLIST

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ acl
2727
api
2828
browseURL
2929
cloneable
30+
dbplyr
3031
dirs
3132
dplyr
3233
funder

0 commit comments

Comments
 (0)