Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Gabor Grothendieck
The software and manuals are not yet in readily accessible form on CRAN based on the date of the feature and I would prefer not to have to build it myself when any day now it will be there automatically anyways. Also, I was hoping to avoid a frustrating session of trial and error when surely someo

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Duncan Murdoch
On 17/09/2009 7:47 PM, Gabor Grothendieck wrote: I meant to write: Rcmd INSTALL --build myPackage/ vs. Rcmd INSTALL myPackage/ You, yourself, have mentioned the problem of linking help pages on r-devel within the last few months: More recently than that. This is the problem I was referring

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Gabor Grothendieck
I meant to write: Rcmd INSTALL --build myPackage/ vs. Rcmd INSTALL myPackage/ You, yourself, have mentioned the problem of linking help pages on r-devel within the last few months: http://tolstoy.newcastle.edu.au/R/e6/devel/09/05/1721.html and now that this is all changing it would be helpful

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Duncan Murdoch
Gabor Grothendieck wrote: Does that mean that Rcmd INSTALL --binary myPackage/ is still ok or should one use: No, that has never worked. Please follow Simon's advice, and read the manual. Duncan Murdoch Rcmd INSTALL myPackage/ without --binary and is this advice the same with a

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Gabor Grothendieck
Does that mean that Rcmd INSTALL --binary myPackage/ is still ok or should one use: Rcmd INSTALL myPackage/ without --binary and is this advice the same with and without Rtools? Also, as there is potential confusion here could the combinations of flags that are not recommended result in

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Duncan Murdoch
On 17/09/2009 5:55 PM, Duncan Murdoch wrote: On 17/09/2009 4:40 PM, Gabor Grothendieck wrote: Maybe on other platforms but on Windows help does not get linked properly with all variations. I think you are thinking of building binaries, not installing packages. Generally the only variation

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Duncan Murdoch
On 17/09/2009 4:40 PM, Gabor Grothendieck wrote: Maybe on other platforms but on Windows help does not get linked properly with all variations. I think you are thinking of building binaries, not installing packages. Generally the only variation we advise against is R CMD build --binary E

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Gabor Grothendieck
Maybe on other platforms but on Windows help does not get linked properly with all variations. On Thu, Sep 17, 2009 at 4:27 PM, Simon Urbanek wrote: > On Sep 17, 2009, at 16:09 , Gabor Grothendieck wrote: > >> Note that that is not currently the recommended way. >> > > Now that would be a surpris

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Simon Urbanek
On Sep 17, 2009, at 16:09 , Gabor Grothendieck wrote: Note that that is not currently the recommended way. Now that would be a surprise to me - to quote R-admin: 6.3.1: "R CMD INSTALL works in Windows to install source packages if you have the source-code package files". Also, what co

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Gabor Grothendieck
Note that that is not currently the recommended way. Also, what comes after INSTALL? The source .tar.gz name? The pathname to the source directory? On Thu, Sep 17, 2009 at 3:58 PM, Simon Urbanek wrote: > > On Sep 17, 2009, at 12:43 , Gabor Grothendieck wrote: > >> Thanks. Perhaps someone in the

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Simon Urbanek
On Sep 17, 2009, at 12:43 , Gabor Grothendieck wrote: Thanks. Perhaps someone in the core group can still provide explicit information on how to install such a package. R CMD INSTALL (see R --help and it has been *the* way to install packages for quite a while so I'm not sure how more exp

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Gabor Grothendieck
Thanks. Perhaps someone in the core group can still provide explicit information on how to install such a package. On Thu, Sep 17, 2009 at 12:19 PM, Dirk Eddelbuettel wrote: > > On 17 September 2009 at 11:32, Gabor Grothendieck wrote: > | Regarding this from this week: > | > | 2.10.0 PACKAGE INST

Re: [Rd] Windows Source Install Without Rtools

2009-09-17 Thread Dirk Eddelbuettel
On 17 September 2009 at 11:32, Gabor Grothendieck wrote: | Regarding this from this week: | | 2.10.0 PACKAGE INSTALLATION (Windows) | It is possible to install source packages without Rtools provided they | have no compiled code and no configure.win or cleanup.win script. | | - what are the inst

[Rd] Antwort: Re: Memory-management crash with UTF-8 on Windows (PR#13956)

2009-09-17 Thread g . russell
Dear Professor Ripley, a. I apologise for not including the file. I sent the E-Mail to=20 r-b...@r-project.org with an attachment, but the attachment evidently got=20 lost. However the text of the file is as follows: --- CUT HERE gctorture() characters <- intToUtf8(200:300) indices <- rep(seq

[Rd] Windows Source Install Without Rtools

2009-09-17 Thread Gabor Grothendieck
Regarding this from this week: 2.10.0 PACKAGE INSTALLATION (Windows) It is possible to install source packages without Rtools provided they have no compiled code and no configure.win or cleanup.win script. - what are the instructions to perform such a source install? - I assume one still needs Mi

Re: [Rd] Display image in tcl/tk information window: path to file ?

2009-09-17 Thread John Fox
Dear Ulrike, If I understand correctly what you want to do, the image file is stored in your package. If so, you can use the .path.package() function to locate your package on the file system. For example, the Rcmdr uses the following code to find its etc subdirectory: file.path(.path.package(pack

Re: [Rd] Display image in tcl/tk information window: path to file ?

2009-09-17 Thread Romain Francois
?system.file for example (if the file lives in inst/images of your source package) system.file( "images", "MaxC2res3image.gif", package = "yourpackage" ) Romain On 09/17/2009 02:09 PM, Ulrike Groemping wrote: Dear DevelopeRs, for an R-Commander plugin, I want to display a pre-stored informat

[Rd] Display image in tcl/tk information window: path to file ?

2009-09-17 Thread Ulrike Groemping
Dear DevelopeRs, for an R-Commander plugin, I want to display a pre-stored information image, if the user presses a button. Everything works fine with the command tcl("image", "create", "photo", "MaxC2.image", file="MaxC2res3image.gif") for image creation, as long as the file entry refers to

Re: [Rd] Memory-management crash with UTF-8 on Windows (PR#13955)

2009-09-17 Thread Prof Brian Ripley
Without the file, we can do nothing with this, so please put it somewhere accessible. Also, we need exact reproduction instructions: how did you tell R this was a UTF-8 file? If you copy-pasted it, what did you copy it from? The posting guide and FAQ did ask you not to report on obsolete ve

[Rd] Memory-management crash with UTF-8 on Windows (PR#13955)

2009-09-17 Thread g . russell
--=_mixed 00289247C1257634_= Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Dear R-Bugs, thank you for your wonderful software, which we use a lot. We are having a = bit of difficulty right now because it crashes sometimes with Unicode=20 characters.

[Rd] Bogus warning in splinefun (PR#13954)

2009-09-17 Thread P . V . Dunmore
Full_Name: Paul Dunmore Version: 2.9.2 OS: Windows Submission from: (NULL) (99.236.3.129) The statement rm(x,y,nx,ux,o,method,iMeth) at line 95 in splinefun.R often throws a warning because ux is not found (it is only conditionally defined at line 35). spline.R handles this correctly, with rm(ux)