Skip to content

Commit ac63e2f

Browse files
committed
fix incorrect use of curly brackets with roxygen family tag
1 parent b946b83 commit ac63e2f

40 files changed

+71
-71
lines changed

R/AnnotationDb_database.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @eval get_description('AnnotationDb_database')
22
#' @export
33
#' @include annotation_database_class.R
4-
#' @family {annotation databases}
4+
#' @family annotation databases
55
#' @seealso [AnnotationDbi::AnnotationDb]
66
AnnotationDb_database <- function(
77
source,

R/BiocFileCache_database_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @eval get_description('BiocFileCache_database')
22
#' @export
33
#' @include annotation_database_class.R BiocFileCache_database_helpers.R
4-
#' @family {database}
4+
#' @family database
55
BiocFileCache_database <- function(
66
source,
77
bfc_path = NULL,

R/annotation_database_class.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @eval get_description("annotation_database")
22
#' @include annotation_source_class.R
3-
#' @family {annotation databases}
4-
#' @family {annotation sources}
3+
#' @family annotation databases
4+
#' @family annotation sources
55
#' @export
66
annotation_database <- function(
77
data = data.frame(),

R/annotation_source_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' @eval get_description("annotation_source")
22
#' @include zzz.R generics.R
3-
#' @family {annotation databases}
3+
#' @family annotation databases
44
#' @export
55
#' @import methods
66
annotation_source <- function(

R/annotation_table_class.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @eval get_description("annotation_table")
22
#' @include annotation_source_class.R
3-
#' @family {annotation tables}
4-
#' @family {annotation sources}
3+
#' @family annotation tables
4+
#' @family annotation sources
55
#' @export
66
annotation_table <- function(
77
data = data.frame(),

R/cd_source_class.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @eval get_description('cd_source')
22
#' @include annotation_source_class.R lcms_table_class.R
3-
#' @family {annotation sources}
4-
#' @family {annotation tables}
3+
#' @family annotation sources
4+
#' @family annotation tables
55
#' @rawNamespace import(dplyr, except = as_data_frame)
66
#' @export
77
cd_source <- function(

R/classyfire_lookup_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @eval get_description('classyfire_lookup')
22
#' @export
33
#' @include annotation_source_class.R rest_api_class.R zzz.R
4-
#' @family {REST API's}
4+
#' @family REST API's
55
classyfire_lookup <- function(
66
query_column,
77
output_items = "kingdom",

R/excel_database_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @eval get_description('excel_database')
22
#' @export
33
#' @include annotation_database_class.R
4-
#' @family {annotation databases}
4+
#' @family annotation databases
55
excel_database <- function(
66
source = character(0),
77
sheet = 1,

R/go_database_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @eval get_description('GO_database')
22
#' @export
33
#' @include AnnotationDb_database.R
4-
#' @family {annotation databases}
4+
#' @family annotation databases
55
#' @seealso [GO.db::GO()]
66
GO_database <- function(
77
source = "GO.db",

R/kegg_lookup_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @eval get_description('kegg_lookup')
22
#' @export
33
#' @include annotation_source_class.R
4-
#' @family {REST API's}
4+
#' @family REST API's
55
kegg_lookup <- function(
66
get = "pubchem",
77
from = "compound",

0 commit comments

Comments
 (0)