Skip to content

Commit

Permalink
Enable roxygen markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Nov 27, 2024
1 parent fc458f6 commit e33db32
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 26 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Imports:
Suggests:
testthat
Encoding: UTF-8
Roxygen: list(wrap = FALSE)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov
Expand Down
2 changes: 1 addition & 1 deletion R/dst_get_all_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' provides all the query parameters on the user's behalf. You, as a user, do
#' not need to specify anything other than a table name and you will be given
#' the entire contents of the table in a nice long format. This is useful for
#' you, if you would like to filter the table with e.g. `dplyr` functions or
#' you, if you would like to filter the table with e.g. `{dplyr}` functions or
#' save the entire table for archival.
#'
#' @export
Expand Down
12 changes: 6 additions & 6 deletions man/dst_get_all_data.Rd

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

20 changes: 11 additions & 9 deletions man/tables_da.Rd

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

20 changes: 11 additions & 9 deletions man/tables_en.Rd

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

0 comments on commit e33db32

Please sign in to comment.