Skip to content

Commit

Permalink
Run spelling::update_wordlist() and minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Apr 16, 2024
1 parent 4f394d5 commit 434c2b5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 53 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@ client <- connect()
# NOTE: a `manifest.json` should already exist from `rsconnect::writeManifest()`

bundle <- bundle_dir("./path/to/directory")
content <- client %>%
deploy(bundle, name = "my-app-name") %>%
content <- client %>%
deploy(bundle, name = "my-app-name") %>%
poll_task()

# set an image for content

content %>%
content %>%
set_image_path("./my/local/image.png")

content %>%
content %>%
set_image_url("http://url.example.com/image.png")

# set image and a vanity URL
Expand All @@ -141,13 +141,13 @@ content %>%
# change access_type to "anyone"

content$update(access_type = "all")

# edit another piece of content

client %>%
content_item("the-content-guid") %>%
set_vanity_url("/another-awesome-app")

# migrate content to another server

client_prod <- connect(
Expand Down Expand Up @@ -184,7 +184,7 @@ Connect cluster to do the operation in question
This warning is intentionally chatty. While version number mismatches
between Posit Connect and `connectapi` can be benign, we want you to be
clear that `connectapi` is tightly coupled to a version of Posit Connect
(because Posit Connects APIs change over time).
(because Posit Connect's APIs changes over time).

We strive to:

Expand Down
82 changes: 36 additions & 46 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
acl
ACL
ACLs
Codecov
Connect's
Connect’s
ContentTask
GUID
GUIDs
JSON
Jupyter
Kerberos
LDAP
Lifecycle
PBC
PID
Proxied
RStudio
Rebrand
Rmarkdown
RunAs
SPNEGO
Tibble
TimeZone
TimeZones
UUID
VariantSchedule
VariantTask
acl
api
appGuid
appId
appname
appName
appRunAs
appUrl
browseURL
cloneable
Codecov
Connect's
Connect’s
ConnectionTimeout
conns
cpuCurrent
cpuTotal
dirs
dplyr
fs
funder
getAuditLogs
Expand All @@ -26,47 +41,22 @@ getGroupMembers
getGroups
getShinyAppUsage
getUsers
github
guid
GUID
guids
gz
hostname
http
https
IdleTimeout
iframe
iframes
init
InitTimeout
JQuery
JSON
Jupyter
Kerberos
LDAP
httr
identifer
lifecycle
Lifecycle
LoadFactor
MaxConnsPerProcess
MaxProcesses
MinProcesses
pid
PID
linux
programmatically
Proxied
py
ReadTimeout
queryable
repo
reproducibility
rmarkdown
Rmarkdown
rmd
rstudio
RunAs
SPNEGO
stderr
stdout
th
tibble
Tibble
timezones
un
UUID
VariantSchedule
VariantTask

0 comments on commit 434c2b5

Please sign in to comment.