Skip to content

Commit

Permalink
Get rid of messy collation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Mar 28, 2024
1 parent b0ea1ba commit 97266ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
14 changes: 0 additions & 14 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,3 @@ Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Collate:
'as_bk_data.R'
'beekeeper-package.R'
'generate_pkg-agent.R'
'generate_pkg-call.R'
'generate_pkg-paths.R'
'generate_pkg-prepare.R'
'generate_pkg-security.R'
'generate_pkg-template.R'
'generate_pkg_main.R'
'todo.R'
'use_beekeeper.R'
'utils.R'
'zzz.R'
3 changes: 0 additions & 3 deletions R/generate_pkg-paths.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#' @include as_bk_data.R
NULL

.generate_paths <- function(paths, api_abbr, security_data, base_url) {
# TODO: Do any APIDs lack tags?
# TODO: Do any APIDs have multiple tags?
Expand Down
3 changes: 0 additions & 3 deletions R/generate_pkg-security.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#' @include as_bk_data.R
NULL

.generate_security <- function(api_abbr, security_schemes) {
security_data <- as_bk_data(security_schemes)
if (length(security_data)) {
Expand Down

0 comments on commit 97266ee

Please sign in to comment.