R/zl.R

Defines functions .onAttach

# File zFirst.R
# Part of the hydroPSO R package, https://github.com/hzambran/hydroPSO
#                                 http://cran.r-project.org/web/packages/hydroPSO
#                                 http://www.rforge.net/hydroPSO/
# Copyright 2011-2020 Mauricio Zambrano-Bigiarini & Rodrigo Rojas
# Distributed under GPL 2 or later

.onAttach <- function(libname, pkgname) {

  packageStartupMessage("(C) 2011-2020 M. Zambrano-Bigiarini and R. Rojas (GPL >=2 license)\n",
                         "Type 'citation('hydroPSO')' to see how to cite this package")
  invisible()
    
} # '.onAttach' END

Try the hydroPSO package in your browser

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

hydroPSO documentation built on April 29, 2020, 9:37 a.m.