R/global_imports.r

Defines functions importglobals

## This is a dummy function to let roxygen2 @import the tm, igraph and Matrix package 
## This way, roxygen2 will add them to namespace

#' @import Matrix
#' @import igraph
#' @importFrom Rcpp evalCpp
#' @importFrom methods as
#' @useDynLib RNewsflow
importglobals <- function(x) NULL

Try the RNewsflow package in your browser

Any scripts or data that you put into this service are public.

RNewsflow documentation built on May 31, 2023, 6:53 p.m.