Display a random fact about Carl Friedrich Gauss based the on collection curated by Mike Cavers via the < http://gaussfacts.com> site.
This package displays randomly-chosen facts about
Carl Friedrich Gauss,
based on the collection curated by Mike Cavers via the
gaussfacts web site. Each call of gaussfacts()
displays another (randomly chosen) fact.
R> library(gaussfacts) # load the packageR> set.seed(1) # so that this is predictableR> gaussfact()Gauss can shave with Occam's razor.R>Complete and functional, no dependencies, passes tests.
The package is on CRAN and can be installed via a standard
R> install.packages("gaussfacts")Dirk Eddelbuettel
GPL (>= 2)