Skip to content

Commit 222e7d5

Browse files
committed
Fix pkgdown configuration: add URL and use concept tags for R6 classes
1 parent 27c6791 commit 222e7d5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Description: Fits generalized logistic functions to serological data (antibody t
88
tools for assessing correlates of risk/protection including ROC AUC, LOO-CV,
99
and Brier scores. Built around an R6 class for streamlined workflow.
1010
License: MIT + file LICENSE
11+
URL: https://seroanalytics.github.io/seroCOP/
12+
BugReports: https://github.com/seroanalytics/seroCOP/issues
1113
Encoding: UTF-8
1214
Roxygen: list(markdown = TRUE)
1315
RoxygenNote: 7.3.2

R/SeroCOP.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#' 4. Performance metrics (ROC AUC, Brier score, LOO-CV)
1313
#' 5. Visualization
1414
#'
15+
#' @concept r6-classes
1516
#' @export
1617
#' @examples
1718
#' \dontrun{

R/SeroCOPMulti.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#' An R6 class for analyzing multiple biomarkers simultaneously.
55
#' Fits separate models for each biomarker and provides comparison tools.
66
#'
7+
#' @concept r6-classes
78
#' @export
89
#' @examples
910
#' \dontrun{

_pkgdown.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ navbar:
2929
href: articles/multi-biomarker.html
3030
github:
3131
icon: fab fa-github fa-lg
32-
href: https://github.com/USERNAME/seroCOP
32+
href: https://github.com/seroanalytics/seroCOP
3333

3434
reference:
3535
- title: Main Classes
3636
desc: Core R6 classes for analysis
3737
contents:
38-
- SeroCOP
39-
- SeroCOPMulti
38+
- has_concept("r6-classes")
4039

4140
- title: Utility Functions
4241
desc: Helper functions for data simulation and analysis

0 commit comments

Comments
 (0)