Re: [Rd] use scan("http://www.example.com/file.htm") with an hidden-fake IP adress

2011-03-28 Thread Simon Urbanek
On Mar 28, 2011, at 2:24 PM, Arthur Charpentier wrote: > Dear users, > I am currently using scan(,what="character") to read - automacally - some > html pages, > I was wondering if there was an option to "hide" my IP-adress, or to use a > "fake" one ? > I would like to chek if the website is using

[Rd] use scan("http://www.example.com/file.htm") with an hidden-fake IP adress

2011-03-28 Thread Arthur Charpentier
Dear users, I am currently using scan(,what="character") to read - automacally - some html pages, I was wondering if there was an option to "hide" my IP-adress, or to use a "fake" one ? I would like to chek if the website is using my IP-adress to change the content of the page (it is the price of a

Re: [Rd] Windows build not running on r-forge

2011-03-28 Thread S Ellison
Thanks for the advice; blindingly simple. I was foxed by the fact that the R-forge linux 'builds' ran successfully with warning but not error. Regret that I couldn't provide R version detail, but the problem was the build at the r-forge end and not my own installed version of R; I could only tell

[Rd] Windows build not running on r-forge

2011-03-28 Thread S Ellison
Please forgive any mis-post, and do feel free to point me to a more appropriate list if this isn't properly R-dev. I have a package on R-forge that shows correct linux and other *nix builds, but no windows build. The log for the patched version shows the error below, which appears to be due to a l

Re: [Rd] Testing window for R 2.13.0

2011-03-28 Thread peter dalgaard
On Mar 28, 2011, at 17:15 , Matt Shotwell wrote: > - typo R-admin manual, section 2.8, fourth sentence beginning "This will find > build...", should read "This will build..."? > > - typo in src/library/compiler/man/compile.Rd, line 35: > "\item{ascii}{logical; should the compiled file be saved

Re: [Rd] datalist and data objects in R Package building

2011-03-28 Thread andrew stewart
Thank you for your response. Yes, using a call to data() after 1) building and 2) installing my own package is exactly what I'm trying to accomplish. I am building a package. I would like to load the data objects that are part of the custom package that I have created and installed on my machine

Re: [Rd] datalist and data objects in R Package building

2011-03-28 Thread Uwe Ligges
On 28.03.2011 17:49, andrew stewart wrote: Thank you for your response. Yes, using a call to data() after 1) building and 2) installing my own package is exactly what I'm trying to accomplish. I am building a package. I would like to load the data objects that are part of the custom package

Re: [Rd] datalist and data objects in R Package building

2011-03-28 Thread Uwe Ligges
On 24.03.2011 16:51, andrew stewart wrote: Hello all, I have,say 4 R objects... bar1, bar2, bar3, bar4.. that I'd like to include in an R package "foobar". The desired functionality would be: library(foobar) data(foo) ls() [1] "bar1" "bar2" "bar3" "bar4" I've tried the following two appr

Re: [Rd] error in: testing if installed package can be loaded

2011-03-28 Thread Uwe Ligges
On 21.03.2011 18:01, Thomas Roth wrote: hi, I am preparing my package for R 2.13 build and check gives no warnings just OK's However when running R CMD INSTALL it gives me (nfortunately it is in german) You can change to English by setting set LANGUAGE=en before running R CMD check.

Re: [Rd] Testing window for R 2.13.0

2011-03-28 Thread Matt Shotwell
Some very minor things: - typo R-admin manual, section 2.8, fourth sentence beginning "This will find build...", should read "This will build..."? - typo in src/library/compiler/man/compile.Rd, line 35: "\item{ascii}{logical; should the compiled file be saved with in ascii" should read "...s

Re: [Rd] unique.matrix issue [Was: Anomaly with unique and match]

2011-03-28 Thread jochen laubrock
Still, from a user's perspective this behavior is somewhat irritating. Wouldn't it be better to rewrite unique.matrix to use formatC or sprintf instead of as.character, on which paste in line 9 implicitly relies, at least in R version 2.12.2 (2011-02-25)? For example, use temp <- apply(x, MAR

Re: [Rd] core Matrix package segfaulted on R CMD check --use-gct

2011-03-28 Thread Martin Maechler
> Douglas Bates > on Mon, 28 Mar 2011 09:24:39 -0500 writes: > Can you provide the output from sessionInfo() > so we can know the platform? Also, did you configure R > with --enable-strict-barrier or set the C compilation flag > -DTESTING_WRITE_BARRIER? I think that

Re: [Rd] core Matrix package segfaulted on R CMD check --use-gct

2011-03-28 Thread Douglas Bates
Can you provide the output from sessionInfo() so we can know the platform? Also, did you configure R with --enable-strict-barrier or set the C compilation flag -DTESTING_WRITE_BARRIER? I think that run-time error message can only be thrown under those circumstances (not that it isn't an error,