search for: mcguffee

Displaying 5 results from an estimated 5 matches for "mcguffee".

Did you mean: mcguffey
2011 Apr 20
1
FW: [Rcpp-devel] Question on 5.6 Interfacing C++ code
...mmand run again when my package is to be used. I've been trying to figure out the documentation and learn through examples, but I'm just not getting it and have been trying for weeks. Does anyone on this site have any suggestions for me? Thanks, Sean |On 20 April 2011 at 10:20, Sean Robert McGuffee wrote: | | | Hi, thanks! | | >On 4/20/11 10:03 AM, "Steve Lianoglou" <mailinglist.honeypot at gmail.com> wrote: | > Hi, | > | > On Wed, Apr 20, 2011 at 9:49 AM, Sean Robert McGuffee | > <sean.mcguffee at gmail.com> wrote: | >> Hi, I have a quick couple...
2011 May 11
4
How to document man/*.Rd pages with images?
Hi, I?m trying to figure out how to put images into my package?s help documentation. I?ve gotten to the point where I can put the images in the /inst/doc/ directory. I have also gotten to the point where I have package checks without any warnings. I couldn?t find the terms ?picture,? ?image,? or ?graphic? in a text search within the Writing R Extensions: 2 Writing R documentation files
2011 Nov 09
1
[ reached getOption("max.print") -- omitted 8178 rows ]]
Hi, I have a weird thing I don¹t understand. Here¹s what I did: I read some data: data=read.table("fileName²) then I printed the data to the screen: data But it didn¹t finish: lot¹s of data was written out, but not all of it... Then it interrupted and said: [ reached getOption("max.print") -- omitted 8178 rows ]] Is there a setting somewhere that I can change to get to see all of my
2011 May 06
1
cerr and cout not working calling c++ from R
Hi, Sorry, I just tried posting this but I had it in the wrong format of text, so this is a cleared format repost: I?m trying to call some of my c++ code from R and seem to be having an issue with streams, although that?s just one obvious sign of something different in performance between calling the same function from main in c++ vs. calling the same function from R. I?m not getting any signs
2010 Oct 27
3
How do I read multiple rows of different lengths?
Hi, I have a data file with hundreds of rows, with every first, second, third, and fourth line representing a set of numbers for row names x, y, fit, and residuals, respectively. However, any given group of these lines might be from 10 to 20000 values long. When I try fits=read.delim2("test") Error in read.table(file = file, header = header, sep = sep, quote = quote, : more