Skip to content

Commit 55674cc

Browse files
authored
Add missing package anchors to .Rd files (SomaLogic#139)
- fixed note from remote windows check related to Rd \link{} targets missing package anchors
1 parent 153d4df commit 55674cc

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

R/loadAdatsAsList.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#' ([rbind()]) on the *intersect* of the column variables, with
1313
#' unique columns silently dropped.}
1414
#' \item{__Note 2__:}{If "vertically binding" on the column *union* is
15-
#' desired, use [bind_rows()], however this results in `NAs` in
15+
#' desired, use [dplyr::bind_rows()], however this results in `NAs` in
1616
#' non-intersecting columns. For many files with little variable
1717
#' intersection, a sparse RFU-matrix will result
1818
#' (and will likely break ADAT attributes):

R/pivotExpressionSet.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Convert to Long Format
22
#'
33
#' Utility to convert an `ExpressionSet` class object
4-
#' from the "wide" data format to the "long" format via [pivot_longer()].
4+
#' from the "wide" data format to the "long" format via [tidyr::pivot_longer()].
55
#' The \pkg{Biobase} package is required for this function.
66
#'
77
#' @family eSet

R/s3-print-soma-adat.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#' S3 Print
22
#'
33
#' The S3 [print()] method returns summary information parsed from the object
4-
#' attributes, if present, followed by a dispatch to the [tibble()] print method.
5-
#' Rownames are printed as the first column in the print method only.
4+
#' attributes, if present, followed by a dispatch to the [tibble::tibble()]
5+
#' print method. Rownames are printed as the first column in the print method
6+
#' only.
67
#'
78
#' @rdname soma_adat
89
#' @order 2

man/loadAdatsAsList.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/pivotExpressionSet.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/soma_adat.Rd

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

0 commit comments

Comments
 (0)