Skip to content

Commit

Permalink
Update Roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Jan 21, 2024
1 parent 09760f7 commit ab01a6a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Suggests:
httr,
jsonlite
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.3.0
Encoding: UTF-8
SystemRequirements:
C++17
Expand Down
5 changes: 2 additions & 3 deletions R/httpgd-package.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#' httpgd: HTTP server graphics device
#'
#'
#' Asynchronous HTTP server graphics device.
#'
#' @docType package
#' @name httpgd-package
#' @useDynLib httpgd, .registration=TRUE
NULL
"_PACKAGE"

.onLoad <- function(libname, pkgname) {
#httpgd_ipc_open_()
Expand Down
20 changes: 20 additions & 0 deletions man/httpgd-package.Rd

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

0 comments on commit ab01a6a

Please sign in to comment.