Skip to content

Commit 4dc4b1c

Browse files
committed
Added r-universe GitHub action for additional testing (exploring it)
1 parent b218973 commit 4dc4b1c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/r-universe-check.yaml

Whitespace-only changes.

RcppTskit/R/RcppTskit-package.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@
152152
#' then the function directly attempts to install and import tskit before
153153
#' returning it.
154154
#' @details This function is meant for users running \code{tskit <- get_tskit_py()}
155-
#' or similar, but also by other functions in this package that need the
156-
#' \code{tskit} reticulate Python module, yet we don't want to keep importing
157-
#' it if it already has been imported.
155+
#' or similar code, but also by other functions in this package that need the
156+
#' \code{tskit} reticulate Python module. The point of \code{get_tskit_py} is
157+
#' to avoid importing the module repeatedly, if it already has been imported.
158158
#' @return \code{tskit} reticulate Python module.
159159
#' @examples
160160
#' tskit <- get_tskit_py()

0 commit comments

Comments
 (0)