Displaying 20 results from an estimated 30000 matches similar to: "make.function.html and datasets (PR#638)"
2001 Sep 06
2
file.copy() problems on WinNT (PR#1085)
For some files, file.copy() doesn't copy these files correctly.
Here you will find a file (Bitmap, 769Kb) to reproduce the problem:
http://www.statistik.uni-dortmund.de/leute/ligges/R/test1.bmp
Using
file.copy("c:/test1.bmp", "c:/test2.bmp", overwrite = TRUE)
produces a second file with the size of ~1.4 Mb:
http://www.statistik.uni-dortmund.de/leute/ligges/R/test2.bmp
2004 Nov 05
1
Code/doc inconsistancy in constrOptim (PR#7346)
Code in constrOptim() (R-2.0.0, package stats):
if (any(ui %*% theta - ci <= 0))
stop("initial value not feasible")
but the help page tells us in Section "Details":
"The feasible region is defined by ui %*% theta - ci >= 0."
Uwe Ligges
--please do not edit the information below--
Version:
platform = i386-pc-mingw32
arch = i386
os =
2004 Apr 15
1
R CMD check on Win fails to detect failed installations (PR#6768)
I just post it not to forget - will try to contribute a fix.
Example: CDNmoney_2003.9-2.tar.gz (in the archives section of CRAN)
[There is another problem here I'll address separately.]
If running solely,
R CMD check CDNmoney
fails to detect a failed installation on Windows. Instead, it reports:
* checking whether package 'CDNmoney' can be installed ... OK
Of course, the check
2001 Sep 27
2
ugly in plotmath: frac(1, sqrt(...)) (PR#1101)
Sometimes (dependent on device and settings of 'cex' and 'lwd') the line
of a square root symbol plottet in the denominator of a fraction appears
to be in or above the line of the fraction.
Examples:
### Choose one of these:
# pdf("test.pdf", height=6, width=8)
# bmp("test.bmp", width=1100, height=800, pointsize=12)
# bitmap("test.tif",
2000 Apr 18
1
strheight() crashes without opened device (PR#524)
My mistake, but also a bug.
I did not open a device and called strheight("X").
==> R crashed
...\rgui --vanilla
[...]
> strwidth("X")
Error in strwidth("X") : plot.new has not been called yet
(OK.)
> strheight("X")
R crashed.
(Happens also on Solaris.)
Regards,
Uwe Ligges
--please do not edit the information below--
Version:
platform =
2003 May 05
1
segfault when applying strange coercion (PR#2923)
I made a mistake -- and R crashed. A (more or less) reproducible example
seems to be:
x <- matrix(nrow=20000, ncol=20)
x$any <- numeric(0)
It is possible to crash R by executing these lines several times (1 -
20) on Windows as well as on Solaris (might be related to PR#2880 -
let's call it "non-existing list elements")
Uwe Ligges
--please do not edit the
2000 Jun 06
1
crash after help(..., chmhelp=TRUE) (PR#562)
Hi!
I tried to use compiled html on the following system:
NT4.0 SP6 (with _old_ IE3), R-1.0.1.
R > help(ls, chmhelp=TRUE)
... but nothing happens ...
>From the R Readme:
"To make use of this you will need a recent version of
Windows or IE4 or later installed, or use the updater hhupd.exe
on CRAN at bin/windows/windows-NT/etc."
So I used the updater
2000 Dec 03
1
crash using bmp() on windows with Rdll2010 (PR#756)
A few weeks ago I have updated R-1.1.1 for Windows with the fixed R.dll
(Rdll2010.zip) for Win2k from CRAN.
(I have used the same version of R from WinNT4 *and* Win2k for some
time.)
Now I tried to produce a bitmap, but R crashes (WinNT4):
bmp("bitmap.bmp")
plot(1:10)
dev.off() ## crash!
That does not happen with the original R.dll from R-1.1.1 (15 Aug 2000).
I cannot test on
2004 Apr 15
1
R INSTALL resumes on Win in case of errors (PR#6769)
I just post it not to forget - will try to contribute a fix.
Example: SparseM_0.34.tar.gz
Running
R INSTALL SparseM
gives an error ("Execution halted"), but resumes the rest of the
installation procedure and prints "* DONE" at the end. Hence R CMD check
(either running solely or in maintainer's mode) cannot detect that the
installation fails. Output:
[SNIP ...]
2004 Mar 11
1
Re: make.search.html() without write permission in R.home() (PR#6663)
Brian Yandell <byandell@wisc.edu> writes:
> Folks,
> I am working on a Windows system which is part of the UW-Madison
> statistics LAN. R is maintained on a file system to which I cannot write.
> I tried installing a package and got the following interplay:
Set the lib argument to install.packages to a directory in which you
do have write permissions. From ?install.packages
2007 May 18
1
How to extract R codes that embedded in a HTML file
> -------- Original Message --------
> Subject: Re: [R] How to extract R codes that embedded in a HTML file
> using Stangle?
> Date: Thu, 17 May 2007 17:01:30 +0000
> From: Tao Shi <shitao at hotmail.com>
> To: ligges at statistik.uni-dortmund.de, lecoutre at stat.ucl.ac.be
> CC: r-help at stat.math.ethz.ch
> : <jmcconnell at
2004 Apr 18
0
R CMD check on Win fails to detect failed installations (PR#6790)
I think you had to be using an install log to get that message.
It is true that R_system($cmd) is not returning an error code, and I've
fixed that.
On Thu, 15 Apr 2004 ligges@statistik.uni-dortmund.de wrote:
> I just post it not to forget - will try to contribute a fix.
>
> Example: CDNmoney_2003.9-2.tar.gz (in the archives section of CRAN)
> [There is another problem here
2001 May 31
0
Re: R-WinEdt (PR#959)
John Maindonald wrote:
>
> Hello Uwe -
> I have been making some use of R-WinEdt. I have just installed
> version 1.3. For the most part it works fine. An annoyance is
> however that when I type in data(), Windows comes up with an error
> message such as
>
> File c:\windows\TEMP\R.5346 not found.
>
> This happened with the earlier version also, which is why I
2005 Jul 08
0
Making Package, Chm error, Html Help Workshop [solved]
Dear Uwe Ligges,
There was really a problem with an irregular name of a help topic (%cin% - the % was the problem) as you said. With the new R Version and with the corrected Rd file all works fine.
Thanks a lot for your help!
Matthias
> TEMPL Matthias wrote:
>
> > Hello,
> >
> > When building my package (R CMD check) following error
> message occurs:
> > ...
2004 Mar 11
0
make.search.html() without write permission in R.home() (PR#6662)
Folks,
I am working on a Windows system which is part of the UW-Madison
statistics LAN. R is maintained on a file system to which I cannot write.
I tried installing a package and got the following interplay:
> install.packages(choose.files('',filters=Filters[c('zip','All'),]),
.libPaths()[1], CRAN = NULL)
updating HTML package descriptions
Error in file(f.tg, open =
2004 Mar 11
0
Re: make.search.html() without write permission in R.home() (PR#6664)
I did that. In fact the default uses .libPaths()[1], which I have set to
"P:/stat/yandell/public/statgen/R"
The package installs fine. However, the HTML search is not done properly.
Again, the break occurred after installation of the package, when
make.search.html() was invoked.
Brian
On Thu, 11 Mar 2004, Douglas Bates wrote:
> Brian Yandell <byandell@wisc.edu> writes:
>
2004 Mar 11
0
Re: make.search.html() without write permission in R.hom e( ) (PR#6664)
So this is on Windows, then? This is documented somewhere (don't remember):
If the package is not located under $R_HOME/library, then the html help will
not be able to find it. Don't think there's a known work-around.
Cheers,
Andy
> From: byandell@wisc.edu
>
> I did that. In fact the default uses .libPaths()[1], which I
> have set to
>
2005 Mar 14
0
FW: Package Installation in RGui (PR#7262)
I didn't load the package. I wasn't able to do that, since I wasn't
successfull to install it in first place with install.packages.
-----Original Message-----
From: Uwe Ligges [mailto:ligges@statistik.uni-dortmund.de]
Sent: pon 2005-03-14 15:34
To: Gorjanc Gregor
Cc: r-devel@stat.math.ethz.ch
Subject: Re: [Rd] Package Installation in RGui (PR#7262)
Under Windows, you cannot update /
2009 Jul 24
1
Wishlist: install.packages to look for the newest version (PR#13852)
Ulrike,
if you install from source, you always get the most recent version of
the package given it does not depend on a newer version of R.
If you want a binary package, you also get the newest version - that was
newest at the time we stopped building binaries for that version of R.
We (or better I if we only talk about Windows, but similar for all other
platforms) cannot build for each R
2004 Aug 13
4
(PR#7163) Install packages does not work on Win2003 serv er
> -----Original Message-----
> From: Uwe Ligges [SMTP:ligges@statistik.uni-dortmund.de]
> Sent: Thursday, August 12, 2004 5:38 PM
> To: Walke, Rainer
> Cc: R-devel
> Subject: Re: [Rd] (PR#7163) Install packages does not work on Win2003
> server
>
> Walke, Rainer wrote:
>
> > >a) It works for me.
> > >b) If it works for you on some Windows