Displaying 2 results from an estimated 2 matches for "whicg".
Did you mean:
which
2023 Jun 27
2
Correct use of tools::R_user_dir() in packages?
tools::R_user_dir() provides configurable directories for R packages
to write persistent information consistent with standard best
practices relative to each supported operating systems for
applications to store data, config, and cache information
respectively. These standard best practices include writing to
directories in the users home filespace, which is also specifically
against CRAN policy.
2009 Sep 11
3
For sending my R package as part of R-project
...th" object like "LETTERS" ?
To: r-help at r-project.org
Message-ID: <25396125.post at talk.nabble.com>
Content-Type: text/plain; charset=us-ascii
There is an object "LETTERS" which displays all letters from "a" to "z". Is
there any similar object whicg displays the "months" as well in
chronological order? like "jan", "feb",...........,"dec"
Thanks,
--
View this message in context: http://www.nabble.com/Is-there-any-%22month%22-object-like-%22LETTERS%22---tp25396125p25396125.html
Sent from the R help mailin...