Skip to content

Commit

Permalink
processx is no longer a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Apr 12, 2024
1 parent bd79982 commit b6d8947
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: connectapi
Title: Utilities for Interacting with the 'Posit Connect' Server API
Version: 0.1.3.9000
Authors@R:
Authors@R:
c(person(given = "Sean",
family = "Lopp",
role = c("aut")),
Expand All @@ -12,15 +12,15 @@ Authors@R:
email = "cole@posit.co"),
person(given = "Posit, PBC",
role = c("cph", "fnd")))
Description: Provides a helpful 'R6' class and methods for interacting with
Description: Provides a helpful 'R6' class and methods for interacting with
the 'Posit Connect' Server API along with some meaningful utility functions
for regular tasks. API documentation varies by 'Posit Connect' installation
and version, but the latest documentation is also hosted publicly at
and version, but the latest documentation is also hosted publicly at
<https://docs.posit.co/connect/api/>.
License: MIT + file LICENSE
URL: https://pkgs.rstudio.com/connectapi/, https://github.com/rstudio/connectapi
BugReports: https://github.com/rstudio/connectapi/issues
Imports:
Imports:
config,
dplyr,
fs,
Expand All @@ -38,7 +38,7 @@ Imports:
yaml,
bit64,
jsonlite
Suggests:
Suggests:
crayon,
dbplyr,
flexdashboard,
Expand All @@ -47,7 +47,6 @@ Suggests:
htmltools,
knitr,
lubridate,
processx,
rmarkdown,
rprojroot,
spelling,
Expand Down
1 change: 0 additions & 1 deletion inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ MaxProcesses
MinProcesses
pid
PID
processx
programmatically
Proxied
py
Expand Down

0 comments on commit b6d8947

Please sign in to comment.