Displaying 20 results from an estimated 5000 matches similar to: "Date, date, POSIX question"
2006 Oct 16
3
Install RMySQL with R 2.4.0
I just installed RMySQL 0.5-9 with R 2.4.0 on Windows XP and got the
following error message when trying to run a script with RMySQL:
Error in library(RMySQL) : 'RMySQL' is not a valid package -- installed
< 2.0.0?
Any ideas?
Thanks,
Frank
2006 Oct 24
3
Help with understanding [[]] [] array, list, matrix referencing
Hi all,
I would greatly appreciate some help understanding how R references
arrays, matrices, lists, and objects using [[]] and []. I have read the
R guides and several tutorials but I am not the fastest kid on the block
so I am still having difficulty understanding this. For examples the
following code produces a 5 element list of 2X5 random numbers that I
then convert to a 2X5X5 matrix.
2006 Sep 20
1
Comment blocks in R programs
All,
Is there a way to add comment blocks in an R script other than using #
at the beginning of each line? Or, is there anything like ndocs for C++
and the markup for Java that can generate documentation?
This may be a bad question, but I have searched R documentation and
can't seem to find an Answer. I have also looked at the R package
documentation mark up docs for help files but
2007 Feb 13
1
Unable to load RMySQL
Hi R users,
I am unable to load RMySQL. The zip file is not available which I guess
is needed to load this pakage.
I also tried extracting the package from RMySQL_0.5-11.tar.gz and then
pasted the package in the directory where R is loaded for which I am
getting the following error message
"Error in library(RMySQL) : 'RMySQL' is not a valid package -- installed
<
2009 Jan 27
2
Can I create a timeDate object using only year and week of the year values?
For a model I am working on, I have samples organized by year and week of
the year. For this model, the data (year and week) comes from the basic
sample data, but I require a value representing the amount of time since the
sample was taken (actually, for the purpose of the model, it is sufficient
to use the number of weeks from the middle of the sample week to the
present).
What I have found so
2009 Jul 03
1
The time series analysis functions/packages don't seem to like my data
I have hundreds of megabytes of price data time series, and perl
scripts that extract it to tab delimited files (I have C++ programs
that must analyse this data too, so I get Perl to extract it rather
than have multiple connections to the DB).
I can read the data into an R object without any problems.
thedata = read.csv("K:\\Work\\SignalTest\\BP.csv", sep = "\t", header
=
2003 Sep 05
1
pam_winbind verses pam_krb5
Greetings ...
Have a question, was is the advantages of use pam_winbind verses
pam_krb5 for Samba user authentaction?
I mean, if I point my Linux box Kerberos to a Win2003 AD server, I
am able to authenticate my users out of AD, but at the moment still
having problems with winbind and nsswitch.
Is there an advantage to using pam_winbind instead of pam_krb5?
Mailed
Lee
2007 Apr 26
1
3.0.24 What commands must be executed by root verses ntgroup="Domain Admins"?
I found the solution, or at least a work around, for my posting: "Can not grant SeMachineAccountPrivilege on Debian Etch"
I ended up:
1) ssh to Debian Etch as root
2) smbpasswd -a root
3) issue the "net rpc rights grant ..." command
SUCCESS!!!
So, that raises the question that what MUST be executed as user root verses a member of ntgroup="Domain Admins"?
I suspect
2010 Aug 27
2
plot data by class tag
Hello to all,I have a data file as
Class V1 V2A -2.0 0.0A 0.9 0.7B 0.1 0.6C 4.1 0.4C 1.0 1.9B 1.1 0.5
I am plotting this data in R as V1 verses V2> temp<-read.table('temp.dat', header=T)> attach(temp)> plot (V1,V2, col='red')> text(x=V1, y=V2, labels=Class, pos=4)
But I want to change the 'plotting symbol' by the 'Class of the row' (which is
2010 Nov 08
1
Black text background in TheWord Bible program and wine
I run The Word Bible study program in Ubuntu 10.10 32 bit with ASUS K50IJ. The problem is, that the text shows black (the background is black, and the text is unreadable because of that), but only the longer verses.
May be, that the video driver couses this problem? Intel GMA X4500M?
Thanks, Attila [/img]
2006 Sep 12
1
Re: Yum update to 4.4 stamps all over rndc.conf
Email Lists wrote:
> -> Once the number three, being the third number, be
> -> reached, then lobbest thou thy Holy Chicken of Antioch towards thy
> foe,
>
> Ok... after much chasing around the yard and far too much clucking
> baaaagokkkkk racket... I have the chicken!!!
>
> Still alive I might add. :-)
>
> Now, where in scripture do I find this again? :-)
2011 Jul 27
2
[LLVMdev] LLVMdev Digest, Vol 85, Issue 50
On Jul 27, 2011, at 11:10 AM, John McCall wrote:
>>
>> 6) it would be nice if the existing UnwindInst could be retained. I wince at naming an instruction
>> "Resume" since in the English language it is so ambiguous (resume normal execution following
>> the conclusion of handing an exception, verses resume throwing an exception). IE cosmetics
>> do
2010 Jan 12
2
optimization challenge
I have a challenge that I want to share with the group.
This is not homework (but I may assign it as such if I teach the appropriate class again) and I have found one solution, so don't need anything urgent. This is more for fun to see if others can find a better solution than I did.
The challenge:
I want to read a book in a given number of days. I want to read an integer number of
2013 Apr 04
2
[LLVMdev] GSoC proposal: TGSI compiler back-end.
Although I'm sending this as a GSoC proposal, I'm well aware that the
amount of work that a project of this kind involves largely exceeds the
scope of the GSoC program. I think that's okay: my work here wouldn't
be finished at the end of this summer by any means, it would merely be a
start.
TGSI is the intermediate representation that all open-source GPU drivers
using the
2018 Jan 31
1
Tiered volume performance degrades badly after a volume stop/start or system restart.
Tested it in two different environments lately with exactly same results.
Was trying to get better read performance from local mounts with
hundreds of thousands maildir email files by using SSD,
hoping that .gluster file stat read will improve which does migrate
to hot tire.
After seeing what you described for 24 hours and confirming all move
around on the tires is done - killed it.
Here are my
2018 Jan 30
2
Tiered volume performance degrades badly after a volume stop/start or system restart.
I am fighting this issue:
Bug 1540376 ? Tiered volume performance degrades badly after a
volume stop/start or system restart.
https://bugzilla.redhat.com/show_bug.cgi?id=1540376
Does anyone have any ideas on what might be causing this, and
what a fix or work-around might be?
Thanks!
~ Jeff Byers ~
Tiered volume performance degrades badly after a volume
stop/start or system restart.
The
2006 Nov 12
2
looking for functions that can test/estimate CAMPM, APT, Fama's factor model, etc.
Hi all,
I am also looking for interesting statistical experiments about testing and
estimating CAPM, APT, Fama models, etc. using R using financial series
data... please give me some pointers... I have been searching the R archives
for the past a few hours and I vaguely got to know that there are programs
do these interesting statistical things, but I just could not find where are
they...
I have
2004 Mar 09
1
Samba PDC & ldapi://
I've seen several references on the web to setting up the LDAP SAM to
communicate with the LDAP server via ldapi (IPC) verses ldap (IP). This
should theoretically much faster.
My LDAP master is on the same host as the Samba PDC. With nss_ldap
using "uri ldap://localhost" and Samba using "ldapsam:ldap://localhost/"
everything works.
But changing nss_ldap to use
2018 Feb 01
0
Tiered volume performance degrades badly after a volume stop/start or system restart.
This problem appears to be related to the sqlite3 DB files
that are used for the tiering file access counters, stored on
each hot and cold tier brick in .glusterfs/<volname>.db.
When the tier is first created, these DB files do not exist,
they are created, and everything works fine.
On a stop/start or service restart, the .db files are already
present, albeit empty since I don't have
2007 Sep 26
2
Help re speech software for the visually impaired
Hello Speex Development Team,
We have purchased many T-2000 phones from VAVAA ( Gold Score
International Holdings Limited of China) which use the Speex V208
software.
Many of these phones are being used by Vision Impaired people some of
whom are totally blind.
Do you have a version of your software that we could load which produces
speech outpiut that communicates to the user each key selected