R/firstlib.R

Defines functions .onAttach

# When one has weighed the sun in the balance, and measured the
# steps of the moon, and mapped out the seven heavens star by star,
# there still remains oneself. Who can calculate the orbit of his own
# soul? - Oscar Wilde 

.onAttach <- function(lib, pkg)
{

  packageStartupMessage("sorvi - Tools for Finnish Open Data.\nCopyright (C) 2010-2023 Leo Lahti, Juuso Parkkinen, Joona Lehtomaki and Pyry Kantanen \n\nhttp://github.com/ropengov/sorvi \n\n Hard sciences are successful because they deal with soft problems; \n soft sciences are struggling because they deal with hard problems.\n-                        Von Foerster\n")

}

Try the sorvi package in your browser

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

sorvi documentation built on Aug. 22, 2023, 5:06 p.m.