Displaying 20 results from an estimated 1000 matches similar to: "GUI"
2012 Jan 16
1
dbWriteTable(con, access_log, overwrite = F).....
I am new to R.
My goal is to make a crosstable from a Apache access.log, which I want
to load into PostgreSQL database at first to
learn more abour R and DBI and datatypes. When the I have got the
access.log in the database I will try to make the
crosstable!
Trying to load the Apache access.log into PostgreSQL I get an error.
dbWriteTable(con, access_log, overwrite = F);
returns
Error in
2011 May 26
3
change function scope?
I'm still getting used to R's scoping. I've run into the following situation
value=0
thefunction <- function() print( value )
somefunction <- function() { value=99; thefunction() }
somefunction()
now, I understand that somefunction() returns 0 because thefunction() was
defined with value=0 in its parent envrionment, it dosent look at all in the
environment of somefunction. My
2005 Jul 14
2
Fwd: Re: East Asian language
---- Original message ----
>Date: Thu, 14 Jul 2005 19:50:41 +0200
>From: Uwe Ligges <ligges at statistik.uni-dortmund.de>
>Subject: Re: [R] East Asian language
>To: Nan Lin <nlin at math.wustl.edu>
>Cc: r-help at stat.math.ethz.ch
>
>Nan Lin wrote:
>
>> Dear all,
>>
>> I just installed R 2.1.1. The installation program
automatically
2012 Aug 29
1
lme4 installation
Being rather inept at all things Linux, I paid a consultant
to fix some things on my computer,? Unforntately, good
help is hard to find.? Here's where I am:
?
...
Loading required package: Matrix
Loading required package: lattice
Error in dyn.load(file, DLLpath = DLLpath, ...) :
? function 'cholmod_l_start' not provided by package 'Matrix'
Error: package/namespace load failed
2004 Apr 08
1
openssh-3.8p1 fails to set TZ environment variable bug
Found on while running on IRIX 6.5.22f, sshd from openssh-3.8p1 nukes
its envrionment in main(), causing sshd to loose track of the TZ
environment variable passed to it by the system. This means that inside
do_setup_env(), the call to getenv("TZ") will never succeed, despite the
fact that this variable should have a value.
2003 Nov 24
1
ROracle issue with shared library and RMySQL
Hello,
Someone posted this same issue back in May 2003 and hasn't yet resolved the
situation. I hope someone can provide some additional light.
After starting R I attempt to load the ROracle library and receive the
following message:
> library(ROracle)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2016 May 11
3
name of mailbox of implicit keep (was Re: Sieve extension for testing for mailbox)
Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> writes:
> On Tue, 10 May 2016, Jon Kristensen wrote:
>
>> Which Pigeonhole Sieve extension should I use to process/test a
>> message
>> depending on whether the message is in a particular mailbox?
>> (Is it the
>> mboxmetadata extension by any chance? If so, I would appreciate
>> if
>>
2007 Jun 19
1
Hard Problem /w XenSource / XenEnterprise.
Hi,
Our group would really like to use XenSource to run a very large number of
parallel Windows XP VMs, but there are several issues we need to overcome or
else we''ll have to use ESX instead. This is pretty high priority so if
there is a high-level tech at XenSource who knows how to solve this, we
would be really grateful.
(1) We want to start-up using a post-boot save of Windows XP
2019 Jan 29
3
Update RKWard to> = 0.7.0
Hello:
I just upgraded my Debian Stretch to version 3.5 by following the
instructions here:
https://cran.r-project.org/bin/linux/debian/stretch-cran34/
Then I have updated as root the R from inside with:
update.packages(.libPaths()[1], ask = F, checkBuilt=TRUE, dependencies = F,
repos = "http://mirror.ibcp.fr/pub/CRAN/")
When finalizing the update of the R, I execute
RKWard and I get
2012 Jan 23
2
Recompile
Looked at several posts and the installtions docs and still not clear.?
If I compile source codes and then somewhere down the line add
a new package, then I have to recompile my entire installation,
correct?? Seems like this is the sentiment of the emails I read.
2016 May 10
2
Sieve extension for testing for mailbox
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Which Pigeonhole Sieve extension should I use to process/test a message depending on whether the message is in a particular mailbox? (Is it the mboxmetadata extension by any chance? If so, I would appreciate if someone could tell me what the reason is for it not being enabled by default.)
The reason I want to perform this test is that I have
2008 Nov 06
1
FW: [rkward-devel] questions on RKWard
Thought I should copy the list with Matthieu's response.
H
-----Original Message-----
From: Matthieu Stigler [mailto:matthieu.stigler at gmail.com]
Sent: Wednesday, November 05, 2008 8:29 PM
To: Horace Tso; rkward-devel at lists.sourceforge.net
Subject: Re: [rkward-devel] questions on RKWard
some answer only for the third question: do you have the package
r-doc-html installed? (on ubuntu
2017 Sep 25
3
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hello Johannes:
I'm sorry, but I still have the same problem with Rkward.
After running apt-get update, I still can not find the amd64 version of the Rkward package. I have tried it with the following sources:
deb http://cran.r-project.org/bin/linux/debian stretch-cran34/
deb http://chem.uft.uni-bremen.de/ranke/r-cran stretch-cran34/
deb
2005 Sep 21
1
rkward
Hi,
I'm testing rkward to use in my class. Now I'm using XEmacs, but for many
people XEmacs is more complicated than R.
Anybody here use this program?
It use plugins, what are these plugins?
Thanks
Ronaldo
--
Cada escola que se abre ?? uma cadeia que se fecha.
--
|> // | \\ [***********************************]
| ( ?? ?? ) [Ronaldo Reis J??nior ]
|>
2017 Sep 26
2
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hi Johannes:
Thank you very much. Rkward now works. The only drawback is that I had to install it "by hand":
sudo dpkg -i rkward_0.6.5-1~stretchcran.0_amd64.deb rkward-data_0.6.5-1~stretchcran.0_all.deb
By default, apt-get installed the Debian repository version (rkward 0.6.5-1+b1 0.6.5-1+b1).
Thanks for your contributions to the R-Debian project!
Regards. Griera.
On Mon, 25
2008 Nov 19
1
rkward on Ubuntu heron with R2.8.0
I am running R on Ubuntu Heron.
I recently updated to R 2.8.0 from the default (2.6) in the Ubuntu heron
repository by adding
deb http://cran.stat.sfu.ca/bin/linux/ubuntu hardy/
I updated all packages installed in /usr/lib/R/site-library and those in
my home directory /home/duncan/R/i486-pc-linux-gnu-library/2.6
without obvious issues. I installed adehabitat and gpclib, which should
be good
2016 Nov 22
2
shared libraries: missing soname
Dirk,
Dirk Eddelbuettel <edd at debian.org> writes:
> On 20 November 2016 at 21:49, Joseph Mingrone wrote:
> | Hello Dirk,
> |
> | Dirk Eddelbuettel <edd at debian.org> writes:
> |
> | > On 20 November 2016 at 19:28, Joseph Mingrone wrote:
> | > | Hello,
> | > |
> | > | R's shared libraries are linked without setting the soname. This is
2017 Sep 20
3
rkward_0.6.5-1~stretchcran.0_amd64.deb missing
Hi:
I have tried to upgrade from version 3.4.0 to 3.4.1 in a Debian Stretch following the instructions of the web page:
https://cran.r-project.org/bin/linux/debian/
but after updating, Rkward does not work (Error in RK: Graphics API version mismatch). Analyzing the problem, I notice that the Rkward package is not available in the amd64 version (yes in the i386 version), for example here:
2008 Nov 05
1
questions on RKWard
Folks,
I'm making progress moving from Windows to Linux and have RKward up and running. I read somewhere that Rkward's supposed to be the Tinn-R for linux and Tinn-R has worked out great for me. So naturally I'd like to do the following, if possible,
1. How to ask Rkward not to load the last saved image. Right now whenever it starts, it loads an image from some obscure corner of my
2004 Oct 04
5
Bridge and routing question - complete email.
Here is the report and the complete diagram. And sorry for email problem and
incomplete email !
I have made new test.
Eth0 and eth2 are bridged.
I can ping NET from LAN
I can ping every firewall''s interface from LAN
I can ping eth1 from private LAN
I can ping everything from firewall
Bridging is activated in shorewall.conf
>From LAN i can ping 192.168.11.253 but not 192.168.11.254