diff --git a/R/functions_data.R b/R/functions_data.R index 8e5ae69..511fcf4 100644 --- a/R/functions_data.R +++ b/R/functions_data.R @@ -306,7 +306,7 @@ as.matrix.network.goldfish <- function(x, ..., time = -Inf, startTime = -Inf) { #' A new call of `linkEvents()` is required for each attribute that is dynamic. #' #' Objects of class [tibble::tbl_df] from the tibble package frequently use in the -#' tidyverse ecosystem and objects of class [data.table::data.table()] will produce +#' tidyverse ecosystem and objects from the \pkg{data.table} package will produce #' errors in later steps for goldfish. #' Current implementation of goldfish relies on the subsetting behavior of #' data frames objects. The previous mentioned objects classes change this diff --git a/man/defineNodes.Rd b/man/defineNodes.Rd index 6e4d22c..68f6f93 100644 --- a/man/defineNodes.Rd +++ b/man/defineNodes.Rd @@ -51,7 +51,7 @@ object by using the \code{\link[=linkEvents]{linkEvents()}}. A new call of \code{linkEvents()} is required for each attribute that is dynamic. Objects of class \link[tibble:tbl_df-class]{tibble::tbl_df} from the tibble package frequently use in the -tidyverse ecosystem and objects of class \code{\link[data.table:data.table]{data.table::data.table()}} will produce +tidyverse ecosystem and objects from the \pkg{data.table} package will produce errors in later steps for goldfish. Current implementation of goldfish relies on the subsetting behavior of data frames objects. The previous mentioned objects classes change this