File: TODO

package info (click to toggle)
chron 2.3-45-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 240 kB
  • ctags: 8
  • sloc: ansic: 127; makefile: 1
file content (8 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
Apparently, the components of origin are used as positional rather than
as named!  I.e.,
	options(chron.origin = c(month = 1, day = 1, year = 1960))
is ok but
	options(chron.origin = c(year = 1960, month = 1, day = 1))
is not.  DEBUG etc etc

How can we improve the handling of holidays?