calculating the number of days from dates
Sorry for using library instead package, but library() is one command for using packages.
... which is why all efforts to make folks say "package" instead of >> "library" << are doomed to fail, IMHO. Besides, in English, "library" also means "a collection of software or data usually reflecting a specific theme or application" (#9 on the list from http://dictionary.reference.com/ ). Therefore: > "library" == "package" [1] TRUE! and just about the only way to clear up the "confusion" would be to rename library() to package(), and replace "library" with "folder" or "directory".
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Knut Krueger Sent: Monday, December 17, 2007 2:11 AM To: 'R R-help' Subject: Re: [R] calculating the number of days from dates
it's a >> package << , not a library, please!
Sorry for using library instead package, but library() is one command for using packages. Therefore I (and it seems that i am not the only one) used library instead package. Knut
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.