Skip to content

Commit

Permalink
fix links for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalCrepey committed Dec 20, 2024
1 parent 10358dd commit 3d8ef76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/HospiNet.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#' @import ggraph
#' @export
#' @keywords data
#' @return Object of \code{\link{R6Class}} with methods for accessing facility networks.
#' @format \code{\link{R6Class}} object.
#' @return Object of \code{\link[R6:R6Class]{R6::R6Class}} with methods for accessing facility networks.
#' @format \code{\link[R6:R6Class]{R6::R6Class}} object.
#' @examples
#' mydbsmall <- create_fake_subjectDB(n_subjects = 100, n_facilities = 10)
#'
Expand Down Expand Up @@ -55,7 +55,7 @@
#' nmoves_threshold,
#' noloops)}}{This method is used to create an object of this class with \code{edgelist} as the necessary information to create the network.
#' The other arguments \code{window_threshold}, \code{nmoves_threshold}, and \code{noloops} are specific to the \code{edgelist} and need to be provided.
#' For ease of use, it is preferable to use the function \code{\link{hospinet_from_subject_database}}}
#' For ease of use, it is preferable to use the function \code{\link[=hospinet_from_subject_database]{hospinet_from_subject_database()}}.}
#' \item{\code{print()}}{This method prints basic information about the object.}
#' \item{\code{plot(type = "matrix")}}{This method plots the network matrix by default.
#' The argument \code{type} can take the following values:
Expand Down
6 changes: 3 additions & 3 deletions man/HospiNet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d8ef76

Please sign in to comment.