Skip to content

Commit

Permalink
Drop hyperlink to data.table
Browse files Browse the repository at this point in the history
  • Loading branch information
auzaheta committed Sep 2, 2024
1 parent 3b574c7 commit 7ef86e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/functions_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/defineNodes.Rd

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

0 comments on commit 7ef86e2

Please sign in to comment.