Displaying 20 results from an estimated 9000 matches similar to: "help with Qt and event loops"
2007 May 04
2
Qt device update
Hi,
a few days back I had asked for help on a Qt device package. Thanks to
hints from Duncan TL and Thomas Friedrichsmeier, I now have something
more or less functional. For those interested, It can be downloaded
from
http://dsarkar.fhcrc.org/R/R-Qt.html
I have a couple of related questions. First, dev.interactive(), used
in example() and many demo()-s to decide if the current device is
2008 Jun 09
1
Student Distribution and Funtion qt
Hello,
I am trying to calculate and plot mean and confidence intervall for a set of data. This is the code that I am currently using:
means <- sapply(data, mean, na.rm=TRUE)
n <- sapply(data,length)
stdev <- sqrt(sapply(data, var, na.rm=TRUE))
ciw <- qt(0.98, n) * stdev / sqrt(n)
par(mgp=c(2,0.6,0), las=2, fin=c(7,3), mai=c(1,0.5,0.2,0.2), cex=0.8)
plotCI(x=means, uiw=ciw,
2008 Jun 14
1
qt with ncp>37.62
help(qt) states that:
"ncp non-centrality parameter delta; currently except for rt(), only for
abs(ncp) <= 37.62"
so I would expect that calling qt with non-centrality parameter exceeding
37.62 should fail, instead e.g. calling
> mapply(function(x) qt(p = 0.9, df = 55, ncp = x),35:45)
gives:
[1] 40.21448 41.35293 42.49164 43.68862 44.82945 45.97048 47.11170 48.25310
[9]
2006 Dec 19
2
configure don't check Qt libraries
..
checking for wnck_window_has_name... yes
checking for METACITY... yes
checking for Qt headers... /opt/qt/include
checking for Qt libraries... no
configure: creating ./config.status
..
..
gnome: no
kde: no
..
I have tried to compile kde window decorator, but "configure" don't
check my Qt installation and it don't have a option to specify the path.
Thanks for your
2011 Feb 17
1
vanilla kernel configuration :: xconfig --> qt errors
Hi! It seems that i made some changes that make xconfig to not work ..
the problem is that not matter what QTDIR i select i receive the same
errors that start with :
adrian at sevcenco: linux-2.6.37 $ make O=/home/adrian/kernel/kernel_out
xconfig
GEN /home/adrian/kernel/kernel_out/Makefile
HOSTCXX scripts/kconfig/qconf.o
/usr/lib64/qt4/include/Qt3Support/q3toolbar.h:45: error:
2007 Aug 05
2
Question regarding QT device
Hi,
After a few modifications in the makefiles, I successfully compiled
the Qt device (written by Deepayan Sirkar) for OS X 10.4.9 on a
Powerbook.
However when loading into R
If i remove this line from zzz.R in qtutils/R
grDevices::deviceIsInteractive("QT")
and then install
>library(qtutils)
loads fine and the QT() calls returns a QT window, however, if i
switch to
2008 Dec 03
1
function qt can fails if ndf < 1 (PR#13364)
Full_Name: Gerard Torrent
Version: R version 2.8.0 (2008-10-20)
OS: Linux 2.6.27.5-41.fc9.x86_64 #1 SMP
Submission from: (NULL) (85.52.227.233)
In some cases qt complains about NaNs and don't gives the correct result:
> qt(0.1,, 0.1)
[1] NaN
Warning message:
In qt(p, df, lower.tail, log.p) : NaNs produced
But the result can be found:
> pt(-1.60443e+06, 0.1)
[1] 0.09999997
If I
2003 May 13
1
qt(p,df) discontinuous in p for df in 1.01->1.7 (PR#2991)
Full_Name: Jens Lund
Version: Version 1.7.0 (2003-04-16)
OS: Win NT 4.0 SP 6
Submission from: (NULL) (193.3.225.210)
As the T distribution is symmetrical around 0 qt(0.5,df) should return 0 for any
df.
However for df close to 1 it seems to have problems as seen by:
qt(0.5,seq(1,1.1,by=0.0001))
For example:
> qt(0.5,1.01)
[1] -0.2300470
Higher df as df=1.1 (and up to approx df=1.7) seem
2008 Oct 12
1
qt with df<1 (repost)
Sorry about the html-formatted message. Here it is again in plain text.
Hello,
The function qt returns NaN for degrees of freedom <1. For example:
> qt(0.5,0.5)
[1] NaN
Warning message:
In qt(p, df, lower.tail, log.p) : NaNs produced
But qt(0.5,0.5) should be 0, since the distribution is symmetric.
> pt(0,0.5)
[1] 0.5
It actually fails with any value, as long as df<1.
Is this a
2018 Nov 28
2
[External] Re: CentOS 7 package not present in Red Hat EL 7 - qt-assistant
On 28/11/18 01:24, Akemi Yagi wrote:
> On Tue, Nov 27, 2018 at 5:47 AM Toralf Lund <toralf.lund at pgs.com> wrote:
>> I'm using CentOS 7 for development of software that is sometimes used on
>> Red Hat Enterprise Linux 7. I conjunction with an update of one of the
>> applications, I asked some Red Hat users to install the Qt 4 Assistant
>> application via the
2011 Sep 11
5
Link between Qt GUI and R
hi,
i want to build a Qt front-end GUI which communicates with R, and i am not
sure what i should use for the interface. There seems to be many ways:
R.dll, Rinside, Rcpp, RQt, Rtools... . what is the best way? please advice.
basically what i want to do is that, the Qt GUI will allow users to make
selection and enter numbers, these inputs will be fed to R, already written
.R files will perform
2017 Jun 28
2
help needed for RInside with Qt
Hello,
I am developing an application using Qt framework and C++. I want to use R
as statistics engine of my application. After doing some search on
internet; I came to the conclusion that RCPP, MPI with RInside is what I
need. The next logical task was to quickly tryout "qtdensity" project of
RInside, for understanding the build and other settings. I hit some
roadblock here and got
2005 Dec 19
1
Xiph QT Theora Codec
Taking a look ahead at your QT (OSX version) work, you have Theora
Encoding and Decoding on the list. This could be very beneficial as
many times the only way to get a constant frame-rate out of QT is to
export (and for DV video recorded in QT, this can be a large issue).
Another major issue is that the video coming from DV (at least the
sources I have used) is almost always
2015 Jun 19
1
QT + RInside problem complement
The solution post is here:
http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2012-November/004771.html
In the paragraph:
I did need however to install Rcpp and RInside from source, and with the same
compiler used to compile qtdensity (otherwise I would get additional linker
errors). As I had trouble getting the (Cygwin-based) g++ shipped with Rtools
to work with Qt, I used instead the
2018 Nov 27
2
CentOS 7 package not present in Red Hat EL 7 - qt-assistant
I'm using CentOS 7 for development of software that is sometimes used on
Red Hat Enterprise Linux 7. I conjunction with an update of one of the
applications, I asked some Red Hat users to install the Qt 4 Assistant
application via the qt-assistant package (which is used by a "help"
function in our software.) It seemed like there was no such package in
the Red Hat package set,
2006 Dec 17
1
[LLVMdev] Building Qt with LLVM
Hello, Everyone.
Just few notes for everyone, who wants to build Qt with llvm.
Everything was tested with shiny-new Qt 4.2.2 (X11 version) and
llvm-gcc4 & LLVM from head. Instructions written here should also work
on 1.9 release, as I've tested Qt build last time just before 1.9
release.
1. Specs
Qt uses it's own configuration and build system called "qmake". We
should
2007 Oct 16
1
k3b 1.0.3, qt and C5 64-bit?
I have C5 64-bit running on my laptop and am trying to get k3b 1.0.3
compiled from source. It keeps complaining about qt not being installed
or available. I performed a yum install of everything qt, but it still
complains.
I've read some postings on various web pages about creating symlinks, but
although tried, that still didn't fix any problems.
What am I missing?
Thhanks.
Scott
2017 Jun 29
0
help needed for RInside with Qt
Is this application meant to be commercial? If so, R's open source
license probably would forbid you to use it. I defer to those with
real legal knowledge on this point, but you should check it. If it is
not meant to be commercial, then ignore -- I have nothing useful to
offer you.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and
2006 Nov 02
1
CESA-2006:0725 Moderate CentOS 4 x86_64 qt - security update
CentOS Errata and Security Advisory 2006:0726
https://rhn.redhat.com/errata/RHSA-2006-0726.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
qt-3.3.3-10.RHEL4.i386.rpm
qt-3.3.3-10.RHEL4.x86_64.rpm
qt-config-3.3.3-10.RHEL4.x86_64.rpm
qt-designer-3.3.3-10.RHEL4.x86_64.rpm
qt-devel-3.3.3-10.RHEL4.x86_64.rpm
qt-MySQL-3.3.3-10.RHEL4.x86_64.rpm
2017 Jun 29
1
help needed for RInside with Qt
If you adhere to the terms of the license for R you should be okay legally. If you use contributed packages they may have additional requirements. However, these terms are often overlooked by programmers targeting Windows, hence Bert's caution.
As to the content of the original post itself, it is off-topic for this list... it belongs in R-devel (but you may need to study the Posting Guide