https://github.com/eddelbuettel/rmsfact
Amazing Random Facts About the World's Greatest Hacker
https://github.com/eddelbuettel/rmsfact
Last synced: 8 months ago
JSON representation
Amazing Random Facts About the World's Greatest Hacker
- Host: GitHub
- URL: https://github.com/eddelbuettel/rmsfact
- Owner: eddelbuettel
- Created: 2016-05-15T03:11:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T16:09:34.000Z (over 1 year ago)
- Last Synced: 2025-02-01T21:05:23.731Z (over 1 year ago)
- Language: R
- Size: 31.3 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
## rmsfact: Amazing Random Facts About the World's Greatest Hacker
[](https://github.com/eddelbuettel/rmsfact/actions?query=workflow%3Aci)
[](https://www.gnu.org/licenses/gpl-3.0.html)
[](https://cran.r-project.org/package=rmsfact)
[](https://cran.r-project.org/package=rmsfact)
[](https://www.r-pkg.org/pkg/rmsfact)
[](https://github.com/eddelbuettel/rmsfact)
### Motivation
The excellent [GNU Octave](http://www.octave.org) contains a function `fact`. It is
contributed by Jordi Gutiérrez Hermoso, and draws on the (now defunct) site
stallmanfacts.com (accessible via [archive.org](http://www.archive.org)) for a collection
of random 'facts' about [Richard M. Stallman](https://stallman.org/). Each call of `fact`
displays another (randomly chosen) fact.
R was lacking such a key piece of technology, and hence this package was created to fill a
glaring void.
### Example
```{r}
R> library(rmsfact) # load the package
R> set.seed(123) # so that this is predictable
R> rmsfact()
Richard Stallman can see Russia from his house.
R>
```
### Package Status
Complete and functional, no dependencies, passes tests.
### Installation
The package is [on CRAN](http://cran.r-project.org/package=rmsfact) and can
be installed via a standard
```{r}
R> install.packages("rmsfact")
```
### Author
Dirk Eddelbuettel
### License
GPL-3