Displaying 20 results from an estimated 3000 matches similar to: "png output requires X connection (PR#1165)"
2000 Oct 17
5
R for Debian 2.2
I've recently installed Debian/GNU Linux 2.2. The R package on the debian
website and Official CD is 0.90.x, so I checked cran for a more recent deb
package, with the following result.
homebrew:~# apt-get install r-base
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
As there is nothing Debian-specific in this bug report (and the .deb of the
JVW is not from Debian either), I am forwarding this to R-bugs. My
recollection from recent discussions on the R mailing list is that currently
/no/ browser other than Netscape supports the Java search engine -- is that
correct or was there some Netscape derivative (galeon?) which does?
Maybe the documentation should be
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
On Sun, 9 Dec 2001 edd@debian.org wrote:
>
> As there is nothing Debian-specific in this bug report (and the .deb of the
> JVW is not from Debian either), I am forwarding this to R-bugs. My
> recollection from recent discussions on the R mailing list is that currently
> /no/ browser other than Netscape supports the Java search engine -- is that
> correct or was there some
2002 Jun 05
0
Tcl8.0.4 missing function?! (PR#1640)
I just realised that the return address in my recent bug report probably
won't work... Here it is once more:
I compiled the latest R release. Configure correctly found my Tcl/Tk 8.0.4
installation (it searched in various tcl8.0 and tk8.0 places). However,
when:
>library(tcltk)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2010 Oct 10
3
pop3 TCP_CORK too late error
I was straceing a pop3 process and noticed that the TCP_CORK option
isn't set soon enough:
epoll_wait(8, {{EPOLLOUT, {u32=37481984, u64=37481984}}}, 38, 207) = 1
write(41, "iTxPBrNlaNFao+yQzLhuO4/+tQ5cuiKSe"..., 224) = 224
epoll_ctl(8, EPOLL_CTL_MOD, 41, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP,
{u32=37481984, u64=37481984}}) = 0
pread(19,
2007 Dec 30
2
donations / wishlist
Since some people don't like Paypal and other people have been telling
me for years to create Amazon wishlist, I figured I'd finally do it.
http://dovecot.org/donate.html now contains URL to the wishlist.
Currently it mostly contains all kinds of TV series DVDs (feel free to
laugh at what I watch :), but I also managed to remember a couple of
books I wanted.
-------------- next part
2006 Nov 08
2
Chi-squared test (PR#9350)
Full_Name: Sahotra Sarkar
Version: 2.2.0
OS: Windows XP
Submission from: (NULL) (128.83.34.44)
This is not a bug: I'm just wondering why chisq.test does not allow the
specification of the degree of freedom (df).
2006 Apr 21
5
optim "CG" bug w/patch proposal (PR#8786)
Dear R team,
when using optim with method "CG" I got the wrong $value for the
reported $par.
Example:
f<-function(p) {
if (!all(p>-.7)) return(2)
if (!all(p<.7)) return(2)
sin((p[1])^2)*sin(p[2])
}
optim(c(0.1,-0.1),f,method="CG",control=list(trace=0,type=1))
$par 19280.68 -10622.32
$value -0.2346207 # should be 2!
2007 Jun 28
8
How to add to EPEL wishlist?
Does anyone know how to submit wishes to the EPEL Wishlist here?
http://fedoraproject.org/wiki/EPEL/WishList
It reads "Immutable Page".
They say: "Please add packages that are part of Fedora but lack a EPEL maintainer to this list", but there is no way to do that!
They don't say if "Packages part of Fedora" means "Core" or it can be Extras too, but
2003 Oct 21
2
Problem R-1.8.0 library tcltk on Tcl-8.0.5 (PR#4699)
Full_Name: Eiji Nakama
Version: R-1.8.0
OS: linux(VineLinux)
Submission from: (NULL) (219.117.236.13)
I build by Tcl8.0.5 and R-1.8.0.
> library(tcltk)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/usr/lib/R/library/tcltk/libs/tcltk.so":
/usr/lib/R/library/tcltk/libs/tcltk.so: undefined symbol:
RTcl_ActivateConsoleError in
2005 Jun 09
5
NEWS, WISHLIST, THANKS
I have NEWS, WISHLIST and THANKS files in the 'dyn' package
in the same directory as the DESCRIPTION file but I noticed that they
did not survive the move to CRAN, at least on Windows.
How do I incorporate them so that they are not omitted?
2006 Jun 07
4
Edge rails and routes
I have a route that works under 1.1.2 but does not work under edge
rails.
route.wishlist ''wishlist/:id'',
:action => ''show_wishlist'',
:id => nil,
:requirements => {:id => /\d*/}
This worked great without an :id, but under edge rails when I call
wishlist_url with no parameters I get:
"Exception: can''t convert nil into
2019 Oct 23
3
FileCheck wishlist
Hi,
I'm looking for some feedback on pain points people have with FileCheck in terms of missing features to help people interested in working on FileCheck to prioritize the work accordingly. I am personally interested in improving FileCheck on 2 issues whenever time permits it:
* being able to test for consecutive lines in arbitrary order, i.e. something akin to CHECK-DAG blocks where
2014 Nov 26
6
testing dontrun examples
Is there a good strategy for testing examples which should not be run by
default? For instance, I have examples which get data from the Internet.
If I wrap them in try() then they can be skipped if the Internet is not
available, but may not be tested in cases when I would like to know
about the failure. (Not to mention that the example syntax is ugly.)
If I mark them \dontrun or \donttest
2012 Oct 10
1
Clearing the heal-failed and split-brain status messages
Hello,
Is it possible to clear the heal-failed and split-brain status in a nice way?
I would personally like if gluster would automatically remove failed states when they are resolved ( if future reference is needed you can always look at the logs)
I'm asking because I'd like to monitor these for issues.
The monitoring script would be trivial to setup if the failed status is / can be
2004 Sep 13
1
bitmap() doesn't finish with file in Windows (PR#7224)
Full_Name: Tom Short
Version: 1.9.0
OS: Win2000
Submission from: (NULL) (64.65.255.41)
POSSIBLE WISHLIST, POSSIBLE BUG:
The following code works on Debian, but fails on Windows 2000 with 'Error in
file("test.png", "r") : unable to open connection':
bitmap("test.png")
plot(c(1,2,3))
dev.off()
x = file("test.png","r")
The problem is
2023 Jan 25
2
Potential bug in fitted.nls
Dear Colleagues,
I recently answered [this question]() on StackOverflow that identified
what seems to be unusual behaviour with `stats:::nls.fitted()`. In
particular, a null model returns a single fitted value rather than a
vector of the same fitted value of `length(y)`. The documentation
doesn?t make it seem like this is the intended behaviour, so I?m not
sure if it?s a bug, a ?Wishlist?
2012 Jul 03
4
Processed: your mail
Processing commands for control at bugs.debian.org:
> reopen 678923
Bug #678923 {Done: George Shuklin <george.shuklin at gmail.com>} [xcp-xapi] xcp-xapi: host-disable and host-reboot make host disable forever
Bug reopened
Ignoring request to alter fixed versions of bug #678923 to the same values previously set
>
End of message, stopping processing here.
Please contact me if you need
2008 Jan 18
3
Wishlist- Windows Gui (PR#10589)
Full_Name: Robert Baer
Version: 2.6.1
OS: Windows XP
Submission from: (NULL) (198.209.172.95)
It would be wonderful if the CRAN mirror had an easy way to set a "default CRAN
mirror".
Current behavior is to have to choose a CRAN mirror the first time a package is
installed in a session. The closest mirror site is always the same for me, and
I wouldn't wish to change it unless it