search for: smallexample

Displaying 14 results from an estimated 14 matches for "smallexample".

Did you mean: smallexamples
2002 Dec 12
1
Comments not documented in language reference (PR#2367)
...quot;Tokens". Here's some draft text. @node Comments, Tokens, The parsing process, Parser @comment node-name, next, previous, up @section Comments Comments in R are ignored by the parser. Any text from a \# character to the end of the line is taken to be a comment. For example, @smallexample > x <- 1 # This is a comment @smallexample
2011 Feb 13
1
RCytoscape setPosition error
Hi Can some one please point out where i am wrong. I am trying to position set of nodes column-wise in cytoscape using RCytoscape A----D B----E C----F ------------------- g <- new ('graphNEL', edgemode='undirected') cw <- CytoscapeWindow ('smallExample', graph=RCytoscape::makeSimpleGraph()) layout (cw, 'jgraph-spring') redraw(cw) nodesFr = c('A', 'B', 'C') nodesTo =c('D', 'E', 'F') nodesAll = union(nodesFr, nodesTo) nElemFr = length(nodesFr) nElemTo = length(nodesTo) g <- graph::ad...
2003 Jul 15
2
How to do get verbatim in Rd files
I want to include a multi-line code block in the details section of a R manual page. How do I get an appropriate verbatim-like environment? \verbatim{...} doesn't do the trick, neither does \code{...}. -Greg LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}
2004 Aug 19
0
[LLVMdev] Projects Cleanup
Folks, The projects cleanup has been completed. The "ModuleMaker" project is now in projects/SmallExamples/ModuleMaker. Additionally there are two new programs in SmallExamples contributed by Valery Khamenya: Fibonacci and HowToUseJIT. Thanks Valery! You should "cvs update -PdR" in the projects directory to get the changes. Thanks, Reid.
2005 Oct 11
2
Sweave and Rnews
Hello list, I am writing a paper for Rnews. I use Sweave to do it. I did not find information about writing a paper for Rnews using Sweave and have some questions: - Is there a problem to use the environment 'Sinput' in the place of 'example' or 'smallexample'. It works fine but perhaps there are some technical/editorial problems ? - I have some long lines of code in schunk. I did not find any way to cut them in the Rnw file and they appear out of the column in the dvi file. The only solution I found is to cut these lines in the tex file generat...
2006 Apr 17
3
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
...ought I'd give it a go with a recent CVS check-out. $ ./configure configure: WARNING: Unknown project (HowToUseJIT) won't be configured automatically configure: WARNING: Unknown project (ModuleMaker) won't be configured automatically configure: WARNING: Unknown project (SmallExamples) won't be configured automatically checking build system type... i386-unknown-openbsd3.8 checking host system type... i386-unknown-openbsd3.8 checking target system type... i386-unknown-openbsd3.8 checking type of operating system we're on... Unknown configure: error: O...
2006 Apr 17
0
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
...t a go with a recent CVS check-out. > > $ ./configure > configure: WARNING: Unknown project (HowToUseJIT) won't be configured automatically > configure: WARNING: Unknown project (ModuleMaker) won't be configured automatically > configure: WARNING: Unknown project (SmallExamples) won't be configured automatically > checking build system type... i386-unknown-openbsd3.8 > checking host system type... i386-unknown-openbsd3.8 > checking target system type... i386-unknown-openbsd3.8 > checking type of operating system we're on... Unknown >...
2006 Apr 18
1
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
...t a go with a recent CVS check-out. > > $ ./configure > configure: WARNING: Unknown project (HowToUseJIT) won't be configured automatically > configure: WARNING: Unknown project (ModuleMaker) won't be configured automatically > configure: WARNING: Unknown project (SmallExamples) won't be configured automatically > checking build system type... i386-unknown-openbsd3.8 > checking host system type... i386-unknown-openbsd3.8 > checking target system type... i386-unknown-openbsd3.8 > checking type of operating system we're on... Unknown >...
2006 Apr 17
0
[LLVMdev] 1.7 Pre-Release Ready for Testing
Hi Josephm > I would like to test but the I modigied the configure to make unknown > = OpenBSD and Unix and go pretty far but it died right after 'supports > mkdir' yes... Could that have been `checking for mkdir...'? > then the next line was 'your system is unsupported'' Have you looked at ./config.log. ./configure creates this as it runs as a trace of the
2004 Aug 18
1
[LLVMdev] JIT API example (fibonacci)
...don't (easily) allow this do they? You can > only build one program per directory. Were you suggesting that you wanted me to > move the entire directories under a "small examples" directory? You're right. The simples way to do this would be to have: projects/ SmallExamples/ ModuleMaker/ HowToUseTheJIT/ FibBuilder/ etc. Each subsubdir would have a makefile and a .cpp file. -Chris > Chris Lattner wrote: > > > On Tue, 17 Aug 2004, Reid Spencer wrote: > > > > > >...
2006 Apr 16
2
[LLVMdev] 1.7 Pre-Release Ready for Testing
I would like to test but the I modigied the configure to make unknown = OpenBSD and Unix and go pretty far but it died right after 'supports mkdir' yes... then the next line was 'your system is unsupported'' I have gcc 3.3 on OpenBSD 3.3 pro-police stack compiler... I am only really interested in testing the C/C++ but C primarily for my work. regards, Joseph Altea
2004 Aug 17
0
[LLVMdev] JIT API example (fibonacci)
On second thought, the makefiles don't (easily) allow this do they? You can only build one program per directory. Were you suggesting that you wanted me to move the entire directories under a "small examples" directory? Reid. Chris Lattner wrote: > On Tue, 17 Aug 2004, Reid Spencer wrote: > > >>That's pretty cute actually. Do you want this
2004 Aug 17
5
[LLVMdev] JIT API example (fibonacci)
On Tue, 17 Aug 2004, Reid Spencer wrote: > That's pretty cute actually. Do you want this "brilliant" :) example in the cvs > repository? I'd be happy to put it in. Here's an idea: how about we take the ModuleMaker, Valery's previous example, and this one and put them all in one "small examples" project? -Chris > Valery A.Khamenya wrote: > >
2004 Aug 23
0
corrections for R-intro.texi (PR#7192)
...code{sink}, @example ====================================================================== [-lines-] {+lines,+} ====================================================================== --- R-intro.texi~ Mon Aug 23 13:24:11 2004 +++ R-intro.texi Mon Aug 23 13:24:11 2004 @@ -467,7 +467,7 @@ @end smallexample @noindent -on second and subsequent lines and continue to read input until the +on second and subsequent lines, and continue to read input until the command is syntactically complete. This prompt may be changed by the user. We will generally omit the continuation prompt and indicate continu...