Skip to content

Commit 599b171

Browse files
committed
chore: Fix R CMD check notes (ignore hidden files, wrap long examples)
1 parent 7c6169f commit 599b171

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.Rbuildignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ R/tidyMS_stanr\.R
2727
^data-raw$
2828
^CLAUDE\.md$
2929
^Rplots\.pdf$
30+
^\.cursor$
31+
^\.githooks$
32+
^air\.toml$

R/logistf.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ contrasts_linfct_firth <- function(models, subject_Id = "protein_Id") {
9393
#' @export
9494
#' @family modelling
9595
#' @examples
96-
#' istar <- sim_lfq_data_protein_config(Nprot = 10, with_missing = TRUE, weight_missing = 0.5, seed = 3)
96+
#' istar <- sim_lfq_data_protein_config(
97+
#' Nprot = 10, with_missing = TRUE, weight_missing = 0.5, seed = 3)
9798
#' lfqdata <- LFQData$new(istar$data, istar$config)
9899
#' mod <- build_model_glm_protein(lfqdata, "~ group_")
99100
#' head(mod$get_coefficients())
@@ -118,7 +119,8 @@ build_model_glm_protein <- function(lfqdata, modelstr) {
118119
#' @export
119120
#' @family modelling
120121
#' @examples
121-
#' istar <- sim_lfq_data_peptide_config(Nprot = 10, with_missing = TRUE, weight_missing = 0.5, seed = 3)
122+
#' istar <- sim_lfq_data_peptide_config(
123+
#' Nprot = 10, with_missing = TRUE, weight_missing = 0.5, seed = 3)
122124
#' lfqdata <- LFQData$new(istar$data, istar$config)
123125
#' mod <- build_model_glm_peptide(lfqdata, "~ group_")
124126
#' head(mod$get_coefficients())

man/build_model_glm_peptide.Rd

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

man/build_model_glm_protein.Rd

Lines changed: 2 additions & 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)