R/zzz.R

Defines functions .onAttach

#  ----------------------------------------------------------------------------
#  OEIS.R PACKAGE
#  Data from The On-Line Encyclopedia of Integer Sequences in R
#  File: zzz.R
#  (c) 2017 - Enrique PĂ©rez Herrero
#  email: eph.project1500@gmail.com
#  GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
#  ---------------------------------------------------------------------------

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste("OEIS Contains",
                              OEIS_total_sequences(),
                              "sequences."))
}
EnriquePH/OEIS.R documentation built on March 15, 2023, 8:01 a.m.