Displaying 20 results from an estimated 200 matches similar to: "RGtk in a windows 64 bits machine"
2012 Jan 04
3
rattle y R2.14 en plataforma windows
Hola, después de bastante tiempo usando con éxito rattle en R2.13 (windows y linux), he intentado instalarlo en el reciente R2.14 en plataformas windows (xp 32 y win2003-serv-64 bit) y me da infinitos problemas. Siempre falla algo relacionado con GTK+ y la URL que salta no funciona. Buscando ayuda en internet encuentro información casi que contradictoria. ¿Alguno puede recomendar un sitio que le
2005 Dec 05
2
Conflict RGtk tcltk
Hi everybody,
I'm making an application using the package tcltk. Everything goes fine until I
load the package RGtk. The interface doesn't work anymore. Is there any conflict
between these packages? I thought about unloading the package RGtk but I don't
know how to do that.
Thanks,
--
Talita Perciano Costa Leite
Graduanda em Ci??ncia da Computa????o
Universidade Federal de Alagoas
2003 Jan 16
3
Announce: pmg -- menu driven GUI using RGtk
Hello all,
I've put together a quick and dirty menubar + dialogs + spreadsheet
GUI for R using the RGtk package. Performance is not great (OOP is a
real memory hog?), the design may be worse, but the hope is that it
will be useful in an introductory stats course while we await the
arrival of a real gui with ObveRsive and SciViews.
The package can be found at
2003 Jan 16
3
Announce: pmg -- menu driven GUI using RGtk
Hello all,
I've put together a quick and dirty menubar + dialogs + spreadsheet
GUI for R using the RGtk package. Performance is not great (OOP is a
real memory hog?), the design may be worse, but the hope is that it
will be useful in an introductory stats course while we await the
arrival of a real gui with ObveRsive and SciViews.
The package can be found at
2014 Feb 28
2
Re: [Qemu-devel] Adjust disk image migration (NBD)
On 24/02/14 23:26, Paolo Bonzini wrote:
>> Thanks for raising this.
>>
>> I noticed that mirror_run() does not throttle the first loop where it
>> populates the dirty bitmap using bdrv_is_allocated_above().
> This is on purpose. Does it causes a noticeable stall in the guest?
>
>> The main
>> copy loop does take the speed limit into account but perhaps
2014 Mar 11
1
Re: [Qemu-devel] Adjust disk image migration (NBD)
On 28/02/14 11:43, Paolo Bonzini wrote:
> Il 28/02/2014 11:41, Joaquim Barrera ha scritto:
>>>
>>
>> Thanks for the answer. Something is still not clear to me. Are we in
>> front of a bug (that means, something that could be fixed) or is this
>> behaviour somehow expected for some reason? More and more tests I am
>> doing, I get allways the same throughput
2010 Feb 19
2
problem with RGtk
Dear List,
I would like to ask about package RGtk2 with which I have a problem.
I will very much appreciate if somebody could tell me what I need to do.
I need to install a package scdMicro and it depends on gWidgetsRGtk2.
I am working on MAC, version 10.5.8.
When I try to load gWidgetsRGtk2 (or RGtk2), it asks me:
"Instal GTK+?"
I installed Gtk+ from CRAN, and added a path:
export
2007 Jul 25
1
For loops
Hi,
is there a way of simplifying the following code:
G <- rep(NA,n)
for(i in 1:n)
{
gj <- 0
for(j in 1:n)
{
for(l in 1:n)
{
for(m in 1:n)
{
gj <- gj+G.fun(XB[i]+p[3]*X[j,3]+p[4]*X[l,4]+p[5]*X[m,5],ff)
}
}
}
G[i] <- gj/n^3
}
Thanks.
Joaquim Santos
2013 Mar 04
1
Choosing nlme or lme4?
Hi List,
I’ m analysing the selectivity of
resting site use by forest carnivores through mixed modelling techniques and I
wonder which will be the best r package to deal with several aspects simultaneously:
- binomial
variable response;
- possible
spatial and/or temporal correlation;
I have tried nlme (lme function) and
lme4 (lmer function) packages, however I realize that the
2011 Oct 24
1
RGtk2 problems
Hello,
I hope this is the right place to ask for help with a problem I am
having with RGtk2 installation with R on Windows XP.
I am running R 2.11.1 and have installed the package RGtk2 from CRAN.
I also have GTK 2.10.11 installed as well as GTK2-runtime 2.22.0. I
have added the environment variable GTK_PATH and set its value to the
root location where GTK is installed. When I try to run RGtk2 in
2013 Dec 16
2
Re: First & long question
On 16/12/13 11:19, Ján Tomko wrote:
> On 12/16/2013 11:00 AM, Joaquim Barrera wrote:
>> After make finishes I have compiled 1.2.0 libvirt in the source tree, and if I
>> execute 'sudo ./run tools/virsh version' I get a this answer:
>>
>> /Compiled against library: libvirt 1.2.0//
>> //Using library: libvirt 1.2.0//
>> //Using API: QEMU 1.2.0//
2016 Apr 25
1
Opus Audio Codec
Dear Opus team,
We are a PC, Tablets and Smartphones manufacturer in Brazil http://www.positivoinformatica.com.br/ .
We were informed that the VP9 Video Codec will be added by Microsoft in the new versions of our contracts with them.
We reseached this codec and sow that is developed by you and is royalty free.
Would you please help me to check whether to sign any tipe of contract for the
2011 Nov 20
3
install.package tseries
I have not been successfull in downloading tseries package in the R in my macbook air.
The message sent is:Error in dyn.load(file, DLLpath = DLLpath, ...) :
imposs?vel carregar objeto compartilhado '/Library/Frameworks/
Do you have any clue?
2012 Jun 20
2
Figure title
Hi,
I created several figures and their titles should appear like this:
Figure 1: Monte Carlo results for alternative estimators of structural
parameters (N = 100, T = 5)
Because N and T change across figures, my code includes the following lines:
N.set <- 100
T.set <- 5
mtext(“Figure 1: Monte Carlo results for alternative estimators of
structural
2014 Feb 14
2
Adjust disk image migration (NBD)
Hi all,
As I am doing some tests with qemu, I realized that the way it does
'migrate -i tcp:DEST:444' is not the same as 'libvirt migrate
--copy-storage-inc'. Basically qemu uses the same stream as RAM
migration and libvirt takes advantage of NBD transfer.
With virsh migrate-setspeed I observed that one can only control the
transfer throughput of RAM, but not disk
2013 Dec 16
2
First & long question
Hello everybody!
/(First I need to apologize becase I mussunderstood the prupose of
libvirt-list and I sent this mail there instead of this list)/
I would like to introduce myself, as this is my first contact with
libvirt mailing list (although I've been reading quite a lot of
documentation).
My name is Joaquim Barrera, from Barcelona, Catalonia. I am a computer
engineer and recently I
2011 Jun 10
2
Require of gWidgetsRGtk2 fails: RGtk2.dll can't be found, but it's there
Dear list,
I've been trying to get gWidgets/gWidgetsRGtk2 to run every other month
for a while, but somehow I simply can't figure out what's going wrong.
I tried several distributions of the GTK runtime environment for Windows
(http://downloads.sourceforge.net/gladewin32/gtk-2.12.9-win32-1.exe as
described in the package's vignette,
2000 Apr 05
1
simulation from a bivariate normal distribution
Hi,
I need to generate two normal variables with covariance matrix:
0.25, 0.20
0.20, 0.25
but I have no idea how to do that.
Can anyone help me?
Thanks,
Joaquim
----------------------------------------------------------------------------
----------
Joaquim J. S. Ramalho
University of Bristol
Department of Economics
8 Woodland Road
Bristol BS8 1TN
United Kingdom
2014 Sep 18
2
Using custom QEMU binaries with libvirt
Hi all,
I compiled a custom version of QEMU 2.0.0 and I am having hard times to
make it available to libvirt. Just to clarify, if I execute
/usr/local/bin/qemu-system-x86_64
it does performs good. But when I put this very same path to <emulator>
tag in a domain configutation, when i start the domain I get
error: Failed to start domain vm1
error: internal error: process exited while
2019 Jul 15
2
Debian Stretch Samba 4.9.11 ( updated) and 4.10.6 (new) amd64/i386 Available now.
Hai Guys,
?
Its finaly done, so the latest are online now.
The following has been done:? Debian Stretch samba 4.9.11?and?4.10.6?settings are updated with latest Official Debian Samba packages.
Other packages?will follow soon.
?
The changes logs of these changes, including the debian changes.
For 4.9.11 and 4.10.6 where the base of 4.9.11 is also re-used.
?
The samba Change logs.