similar to: Guidelines for print methods?

Displaying 20 results from an estimated 80000 matches similar to: "Guidelines for print methods?"

2007 Dec 17
0
guidelines for consistency of vector functions
Moving on from the discussion of the fact that length(x)==9 for any POSIXlt object x (which seems diabolically confusing, given that 'c' and '[' are defined for POSIXlt and have the vector-like behavior one would expect), what about having some guidelines for coding and documentation of vector-like classes? (1) a vector-like class should implement functions in groups:
2003 Feb 23
0
unsubscribe
From:r-devel-admin@stat.math.ethz.ch on 02/22/2003 12:00 PM CET Sent by: r-devel-admin@stat.math.ethz.ch Please respond to r-devel@stat.math.ethz.ch To: r-devel@stat.math.ethz.ch cc: (bcc: Asheka Rahman/arahma1/LSU) Subject: R-devel digest, Vol 1 #101 - 10 msgs Send R-devel mailing list submissions to r-devel@stat.math.ethz.ch To subscribe or unsubscribe via the World Wide Web,
2016 Dec 16
0
print.POSIXct doesn't seem to use tz argument, as per its example
>>>>> Jennifer Lyon <jennifer.s.lyon at gmail.com> >>>>> on Thu, 15 Dec 2016 09:33:30 -0700 writes: > On the documentation page for DateTimeClasses, in the Examples section, > there are the following two lines: > > format(.leap.seconds) # the leap seconds in your time zone > print(.leap.seconds, tz = "PST8PDT") # and in
2002 Feb 04
1
Guidelines for Rd-Files
Dear list, on p. 11 of "Writing R-extensions" I read "See the ``Guidelines for Rd-files'' for guidelines ... which should be useful..." Where can I find these guidelines? Best, Christian -- *********************************************************************** Christian Hennig Seminar fuer Statistik, ETH-Zentrum (LEO), CH-8092 Zuerich (current) and Fachbereich
2009 Jan 10
6
Guidelines for CentOS Mailing List posts
Some people don't know how to conduct themselves on usenet and mailing lists. Despite the mailing list guidelines being crystal clear about no html posting and not top-posting we have people still doing so. People still use text-readers to access the mailing list so you could be denying access to these people by flouting the mailing list guidelines. This is an example of top-posting
2007 Mar 17
3
guidelines for version specific info on wiki pages
hi Guys, Just wondering if we should have some guidelines as to how version specific information should be handled on the wiki ? One way might be to have a version tag on each page on the top right and indicate what Versions that page is going to work with. Then in the body have a Grey bar to indicate version specific info. But this might get a bit messy. Any other ideas ? - KB --
2020 Jul 25
0
Guidelines when to use LF vs CRLF ("\n" vs. "\r\n") on Windows for new lines (line endings)?
On 25/07/2020 4:48 p.m., nospam at altfeld-im.de wrote: > Dear R developers, > > I am developing an R package which returns strings with new line codes. > I am not sure if I should use "\r\n" or "\n" in my returned strings on Windows platforms. > > What is the recommended best practice for package developers (and code in base R) for coding new lines in
2011 Sep 29
1
Tcl/Tk Guidelines
Hello, I wanted to ask if there are any guidelines for Tcl/Tk programming in R ? I know that there are no strict rules concerning programing. But perhabs there are some useful tipps how to organise Tcl/Tk code in your R script. I want to programm a little GUI and I don't want to reprogram the whole GUI in the middle, when I discover that I have forgotten a little detail for example. Thanks
2015 Aug 21
2
Guidelines for pass initialization?
Does anyone know what the guidelines are supposed to be for properly initializing a pass? Looking around, we seem to have three styles of pass registration in use. INITIALIZE_PASS(...) INITIALIZE_PASS_BEGIN(...) INITIALIZE_PASS_DEPENDENCY(...) ... INITIALIZE_PASS_END(...) static RegisterPass<FooPass> X(...); (This is the one encouraged in the docs, but seemingly the least widely used
2005 Sep 17
3
Mailing list guidelines and moderation
Hey Guys, I am looking to put together a set of guidelines for posting on the CentOS Mailing Lists. The aim being that we come up with a framework that is then enforceable by a moderator, should the need arise. Blanket user / thread moderation is something that I dont really want to enforce here - but might be a necessary evil, over a short period of time. End of the day, we are all educated
2012 Jun 04
0
[LLVMdev] style guidelines
On Mon, Jun 4, 2012 at 2:29 PM, reed kotler <rkotler at mips.com> wrote: > Probably this has come up before... but have we considered just adopting > the Google style guidlines and maybe modifying it in some places? > Despite working at Google, and having to cope with multiple different styles in my day-to-day work as a consequence, I would not push for this. I think that we
2015 Aug 21
2
Guidelines for pass initialization?
Let me rephrase to make sure I understand. Once we have this settled, I'll update the comments in the file to summarize and possibly update the docs. On 08/21/2015 10:27 AM, Owen Anderson wrote: > The macro versions should be preferred, as they reduce static initializaters. Makes sense. But the tradeoff is that they need to be baked into the list of known passes so that someone knows
2010 Jun 12
1
HowTos - 21. CentOS Guidelines - How to create public mirrors for CentOS
Hello everyone I would like to propose additions in the wiki for - "HowTos - 21. CentOS Guidelines - How to create public mirrors for CentOS" Summary details of the proposed additions - sample rsync script with exclusion options specific to Centos project mirroring - howto do a rsync script lockfile - crontab examples - arch mirror sizes (3.9, 4.8, 5.5) - Essential Files/Folders to
2004 Jul 02
1
Guidelines for writing model term functions (?)
Are there any general guidelines for writing functions that appear in model formulas for functions like lm()/glm()? The ones I can think of are ns()/bs() in `splines' and s() in `mgcv'. It seems that ns()/bs() basically create matrix with a number of attributes and a class, while s() returns a list of parameters. It seems that gam() in `mgcv' has its own way of dealing with
2008 Jan 01
1
guidelines for the use of the R logo
Hi, I was wondering if there are any guidelines for the use of the R logo on websites which are for commercial use? Similar to http://www.python.org/community/logos/ for Python and to http://www.postgresql.org/community/propaganda for PostgreSQL perhaps? thanks, Jan
2004 Oct 07
0
guidelines for queue lenght
Hello, does anybody have suggestions for queue lenght guidelines? Is there a paper somewhere or any thoughts that have to be reconsidered. Suggestions and impulses welcome Alexander _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
1998 Aug 21
0
Some guidelines on remote samba-only NT subnets with NT PDC
I am investigating putting samba servers at our ISDN connected remote sites. We have an NT PDC as well as a large samba file server at our central site. This system would replace the existing remote NT BDC setup which requires many visits from the NT administrators. Are there any guidelines on what samba and NT settings work best in this environment? For example: - How should user's
2016 Aug 22
0
[PATCH] CodingStyle: add some more error handling guidelines
On Mon, 22 Aug 2016 16:57:46 +0300 "Michael S. Tsirkin" <mst at redhat.com> wrote: > commit commit ea04036032edda6f771c1381d03832d2ed0f6c31 ("CodingStyle: > add some more error handling guidelines") suggests never naming goto > labels after the goto location - that is the error that is handled. > > But it's actually pretty common and IMHO it's a
2018 May 13
0
Guidelines/Policy for removal of EOL content from wiki
On 13/05/18 18:31, Phil Wyett wrote: > Hi all, > > With now release 5 and below all EOL for over 12 months[1]. What > guidelines/policy is in place for removal of old and out of date > content from > the wiki? > > [1] 5 is in extended support upstream and documentation etc. remain > available > until November 30, 2020. Should 5 related content remain until that date?
2011 Apr 01
0
guidelines for using the R logo
Hello, I am writing an R-guide which is addressed especially for students of German Universities (http://www.rrzn.uni-hannover.de/buch.html?&no_cache=1&titel=statistik_r). For the title page, I want to use the R logo. I found a similar question in the R mailing list about the same topic. The answer was that the usage of the logo is OK. However, this already a few years