Skip to content

Commit f2142ce

Browse files
committed
update description
1 parent a4aaf61 commit f2142ce

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

DESCRIPTION

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Package: plumber2
2-
Title: What the Package Does (One Line, Title Case)
2+
Title: Easy and Powerful Webservers in R
33
Version: 0.0.0.9000
44
Authors@R:
55
person("Thomas Lin", "Pedersen", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-5147-4711"))
7-
Description: What the package does (one paragraph).
7+
Description: Automatically create a webserver from annotated R files or by
8+
building it up programmatically. Provides automatic OpenAPI documentation,
9+
input handling, async support, and middleware support.
810
License: MIT + file LICENSE
911
Encoding: UTF-8
1012
Roxygen: list(markdown = TRUE)
@@ -43,5 +45,6 @@ Suggests:
4345
swagger,
4446
testthat (>= 3.0.0)
4547
VignetteBuilder: quarto
46-
URL: https://laughing-spoon-ywk3ewq.pages.github.io/
48+
URL: https://posit-dev.github.io/plumber2/, https://github.com/posit-dev/plumber2
49+
BugReports: https://github.com/posit-dev/plumber2/issues
4750
Config/testthat/edition: 3

man/plumber2-package.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)