Skip to content

Commit ab9404d

Browse files
bschilderclaude
andcommitted
Fix Rd cross-reference WARNING on macOS/Windows
Replace \link[echolocatoR] and \link[TFBSTools] with \code{} refs — these packages are not available on all CI platforms, causing "Unknown package" / "Missing link" warnings that are fatal with error_on="warning". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9655978 commit ab9404d

15 files changed

Lines changed: 15 additions & 15 deletions

R/CS_bin_plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Plot Credible Set bins counts for multiple fine-mapping method results.
44
#' @param merged_DT Merged fine-mapping results data from
5-
#' \link[echolocatoR]{finemap_loci}.
5+
#' \code{echolocatoR::finemap_loci}.
66
#' @param show_plot Show plot.
77
#'
88
#' @family summarise

R/MOTIFBREAKR.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#' Otherwise, import the existing results and skip the analyses
3232
#' (default: \code{FALSE}).
3333
#' @param pwmList An object of class
34-
#' \link[TFBSTools]{MotifList} containing position weight matrices.
34+
#' \code{TFBSTools::MotifList} containing position weight matrices.
3535
#' If \code{NULL}, defaults to \code{MotifDb::MotifDb}.
3636
#' @param threshold A numeric value used as a threshold for filtering results.
3737
#' @param show.neutral Logical. Include neutral effects in results.

R/NOTT2019_epigenomic_histograms.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Brain cell-specific epigenomic data from Nott et al. (2019).
44
#'
5-
#' @param dat Fine-mapping results data from \link[echolocatoR]{finemap_loci}.
5+
#' @param dat Fine-mapping results data from \code{echolocatoR::finemap_loci}.
66
#' @param locus_dir Locus-specific directory.
77
#' @param show_plot Show plot.
88
#' @param save_plot Whether to save the plot.

R/annotate_missense.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Annotate any missense variants with \link[biomaRt]{getBM}.
44
#' @param merged_DT Merged fine-mapping results data from
5-
#' \link[echolocatoR]{finemap_loci}.
5+
#' \code{echolocatoR::finemap_loci}.
66
#' @param snp_filter Row-wise filter to apply to \code{merged_DT} filter
77
#' (provided as a string).
88
#'

R/plot_dataset_overlap.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' Cross-tabulate SNP overlap (after applying filter)
44
#' between each pair of studies.
55
#' @param merged_DT Merged fine-mapping results data from
6-
#' \link[echolocatoR]{finemap_loci}.
6+
#' \code{echolocatoR::finemap_loci}.
77
#' @param triangle Plot correlation matrix as a square or a triangle.
88
#' @param filename Path to save file to as PNG.
99
#' @param formula_str Formula passed to \link[stats]{xtabs}.

R/super_summary_plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @family summarise
44
#' @param merged_DT Merged fine-mapping results data from
5-
#' \link[echolocatoR]{finemap_loci}.
5+
#' \code{echolocatoR::finemap_loci}.
66
#' @param snp_filter Filter to use apply to SNPs before plotting.
77
#' @param coloc_results Colocalization results from
88
#' \href{https://github.com/RajLabMSSM/catalogueR}{catalogueR}.

man/CS_bin_plot.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/CS_counts_plot.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/MOTIFBREAKR.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/NOTT2019_epigenomic_histograms.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)