Skip to content

Commit

Permalink
fix #177 use pkg level doc format; update roxygen version
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 2, 2024
1 parent bcc136f commit db1385a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
X-schema.org-applicationCategory: Web
X-schema.org-keywords: http, https, API, web-services, curl, download, libcurl, async, mocking, caching
X-schema.org-isPartOf: https://ropensci.org
11 changes: 5 additions & 6 deletions R/crul-package.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#' @title crul
#' @description **HTTP R client**
#' @section Package API:
#'
#' - [HttpClient()] - create a connection client, set all
Expand Down Expand Up @@ -67,14 +65,15 @@
#'
#' Bug reports/feature requests: <https://github.com/ropensci/crul/issues>
#'
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom curl curl_escape curl_fetch_disk curl_fetch_memory
#' curl_fetch_stream curl_options curl_version handle_reset handle_setform
#' handle_setheaders handle_setopt multi_add multi_cancel multi_list
#' multi_run new_handle new_pool parse_headers
#' @importFrom R6 R6Class
#' @importFrom httpcode http_code
#' @name crul-package
#' @aliases crul
#' @author Scott Chamberlain \email{myrmecocystus@@gmail.com}
#' @docType package
## usethis namespace: end
NULL
2 changes: 1 addition & 1 deletion man/AsyncQueue.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/AsyncVaried.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/HttpRequest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions man/crul-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db1385a

Please sign in to comment.