We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08442bc commit a2a188cCopy full SHA for a2a188c
.Rbuildignore
@@ -2,6 +2,9 @@
2
^\.Rproj\.user$
3
^\.Renviron$
4
^\.github$
5
+^\.envrc$
6
+^\.vscode$
7
+^.*\.lic$
8
^renv$
9
^renv\.lock$
10
^README\.Rmd$
.gitignore
@@ -16,3 +16,4 @@ tests/integrated/integrated-results-check.txt
16
tests/integrated/testthat-problems.rds
17
CRAN-SUBMISSION
18
tests/testthat/Rplots.pdf
19
+*.lic
DESCRIPTION
@@ -1,7 +1,7 @@
1
Type: Package
Package: connectapi
Title: Utilities for Interacting with the 'Posit Connect' Server API
-Version: 0.4.0
+Version: 0.4.0.9000
Authors@R: c(
person(given = "Toph",
family = "Allen",
NEWS.md
@@ -1,3 +1,5 @@
+# connectapi (development version)
+
# connectapi 0.4.0
## New features
0 commit comments