R/others.R

Defines functions .onAttach

# Load the value of the option on package startup
.onAttach <- function(libname, pkgname) {
  packageStartupMessage("\033[38;5;246mIf you use the ReporterScore package in published research, please cite:\n\nHaoran Wu, ecode: An R package to investigate community dynamics in ordinary differential equation systems, Ecological Modelling, 2024, https://doi.org/10.1016/j.ecolmodel.2024.110676 \033[39m")
}

Try the ecode package in your browser

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

ecode documentation built on July 2, 2024, 9:06 a.m.