Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run spelling::update_wordlist() and minor cleanup #237

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading