This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================================================== | |
| # RandomFlowerDay.R | |
| # Calculates 12 "random" days/year, to buy flowers for your special someone. | |
| # Output is in mm/dd/yy | |
| # | |
| # Dependencies - Uses awk to pre-process system information. Should work on | |
| # andy POSIX compatible system. Requires r-base only. | |
| # | |
| # Includes a set of tests. I'm still learning how to properly build Unit Tests | |
| # in R. In the meantime, these will do the trick nicely. |
NewerOlder