R/citer_environment.R

Defines functions citation_on_load

# file_version: f6ffa5cc103728c81c977e9101df287d
# citer_version: 0.0.9000
# DO NOT EDIT THIS BY HAND!
# This document was automatically generated by the `citer` package.
# tools::md5sum()

# Citer Environment Setup
citation_on_load <- function() {

  pkg_name <- "netdiffuseR"
  
  packageStartupMessage(
    "Thank you for using ", pkg_name, "! ",
    "Please consider citing it in your work.\n",
    "You can find the citation information by running\n  citation(\"",
    pkg_name,
    "\")"
  )

}

Try the netdiffuseR package in your browser

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

netdiffuseR documentation built on Dec. 9, 2025, 5:07 p.m.