search for: kristinas

Displaying 20 results from an estimated 27 matches for "kristinas".

Did you mean: kristina
2003 Mar 13
2
memory limit
Hi, I get an error saying " Cannot allocate vector of size 71289kb". So I tried to increase memory by memory.limit(size=3000000000), I also tried other numbers. Each time I get the message NULL and then I still get the same error as above. I'm using Windows 2000. The system has 1G RAM, and 1.6GHz processor. I was only running R, and was trying to do use a BioConductor package. I
2011 Jun 01
4
subsetting with condition
Dear R Team, I am a new R user and I am currently trying to subset my data under a special condition. I have went through several pages of the subsetting section here on the forum, but I was not able to find an answer. My data is as follows: ID NAME MS Pol. Party 1 John x F 2 Mary s S
2018 Dec 23
3
How to compile glibc with clang/llvm?
Hi. Actually from reading the README, it seems to imply that it can be built with Clang 6.0.0 and above now, though it does incorporate a lot of patches not specific to Clang building so you will end up with them as well: ---------------------------------------------------------------------------- BUILDING GRTE WITH CLANG GRTE v5 and later can also be built with clang and (optionally) lld. LLVM
2018 Apr 19
2
R Bug: write.table for matrix of more than 2, 147, 483, 648 elements
Le 19/04/2018 ? 12:15, Tomas Kalibera a ?crit?: > On 04/19/2018 11:47 AM, Serguei Sokol wrote: >> >> replace >> ??? tmp = EncodeElement2(x, i + j*nr, quote_col[j], qmethod, >> ??? ??? ??? ??? ??? &strBuf, sdec); >> by >> ??? tmp = EncodeElement2(VECTOR_ELT(x, (R_xlen_t)i + j*nr), 0, >> quote_col[j], qmethod, >> ??? ??? ??? ??? ???
2008 Feb 15
1
function similar to str_replace() in php.
...expeRt, I would like to know whether a function similar to str_replace() in php exists in R. Looking forward to hearing from you. Best, ========================================================= Center of Excellence for Science and Innovation Studies, Royal Institute of Technology Drottning Kristinas v?g 30 100 44 Stockholm, Sweden e-mail: donghoh at infra.kth.se, doriaba2 at snu.ac.kr, oh.dongh at gmail.com Office: +46 8 790 67 93 Fax: +46 8 790 95 17 Cell phone: +46 73 563 45 22 =========================================================
2011 Jan 04
1
dovecotpw missing (2.0.8)
Hello, I just installed dovecot version 2.0.8 from the source tarball. After doing ./configure, make, and make install, I don't have the dovecotpw binary anywhere. It is not in /usr/local/bin or /usr/local/sbin where the other binaries are; I also did a find / for it and don't see it. Is there some configuration flag I'm missing? I read the flags in ./configure --help and nothing
2011 Apr 05
1
[HELP] Samba with myob trouble
Hi list, i'm have trouble with MYOB. I'm running samba at debian squeeze and share myob file. If one user access file, it is ok but rouble when multi user access file, myob suddenly terminate and having error like this : *Unable to open lock file ; access privileges may be incorrect or disk may be full * It is my smb.conf : [global] log file = /var/log/samba/log.%m passwd
2010 May 27
1
adding column to data frame conditionally
Dear all and thanks in advance for helping me with a rather stupid question: I imported a data set ("freqg") into R consisting of 14 variables. Now a want to compute a variable and add it in an additional column to my data frame. The value of this new variable ("condition") depends on the values of two other variables ("mat" and "flank") already
2009 Apr 22
1
Upgrading from 1.4.21.2 to 1.6.0.5 breaks sql queries with backslashes?
Hi, all. I've been searching google, bug reports and forums and have looked in all the asterisk-users list archives back to 2003 but haven't seen an answer to this, so thought I'd post here. The problem seems to be that Asterisk 1.6.0.5 is sending backslashes (needed to escape commas and so forth in 1.4.21.2) as *literal* backslashes to Mysql, so that Mysql gives a syntax error
2018 Nov 29
2
apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
On 11/28/18 8:46 PM, Friedman, Eli via llvm-dev wrote: > On 11/28/2018 5:28 PM, Kristopher Tate via llvm-dev wrote: >> Although the patch was approved here https://reviews.llvm.org/D54378 >> >> Is this patch going to land in 7.0.1 or 8? > > For trunk (and therefore 8), looks like it was approved, and it's just > waiting for someone with commit rights to merge it.
2019 Nov 18
3
RFC: Moving toward Discord and Discourse for LLVM's discussions
On Mon, 18 Nov 2019 at 07:29, Kristina Brooks via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > While I understand the difficulty regarding mailing lists especially > if one isn't used to setting up mailboxes and filters to classify and > label emails and do think a web forum may be easier to use, I would > have concerns over Discord. Unlike IRC which has a fairly open
2020 Jan 02
2
Can't build libcxx alone, it requres libcxxabi
Hi, I am observing the libcxx project can not be built without libcxxabi, but I thought libcxx should not depend upon other projects. Observed on x86. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200102/023ca21b/attachment.html>
2018 Apr 19
0
Spam to R-* list posters
>>>>> Serguei Sokol <sokol at insa-toulouse.fr> >>>>> on Thu, 19 Apr 2018 13:29:54 +0200 writes: [...............] > Thanks Tomas for this detailed explanation. > I would like also to signal a problem with the list. It must be > corrupted in some way because beside the Tomas'? response I've got five > or six (so far)
2007 Feb 28
1
stability?
Hi, I'm having trouble figuring this out from any of the documentation or website pages: is dovecot v1.0 considered to be stable, or is it still testing/beta? If the latter, is there any timeline for a "stable" release? Thanks, Kristina
2003 Nov 27
1
cclust - cindex - binary data
Hi, I'm trying to debug a function I wrote to calculate the cindex for a hierarchical tree. For this it is useful to compare my calculations with those in output from the clustindex function, in the cclust library. There's no way, however, to have the cindex value for a given output of the cclust function, as a NA value is always returned. This happens almost surely because the cindex in
2002 Dec 17
0
problem copying directory from local machine to server
Hello, I'm trying to populate a directory on a server from a local directory, but I'm running into the problem that rsync doesn't find any files to transfer. I think maybe I'm missing something about how rsync works. The command I'm using is: rsync -vr --numeric-ids --dry-run / rsync.host.com::lvs_server_v1 (where rsync.host.com would be the real hostname of my rsync
2007 Feb 28
1
permissions problem reading INBOX
Hello, I'm sorry if I'm asking something that is documented - I could swear I saw something about this (dovecot changing to the uid of the entry in the userdb when accessing the mailbox), but now I cannot find it anywhere in the wiki! Dovecot seems to be getting the right uid for the mailbox, but then it is having permissions problems. The error is: Feb 27 17:31:08 rm-002-02 dovecot:
2019 Nov 19
3
Fwd: RFC: Moving toward Discord and Discourse for LLVM's discussions
But is it better or worse than IRC in this regard? On Mon, Nov 18, 2019 at 10:49 PM Daniel Chapiesky via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > ---------- Forwarded message --------- > From: Daniel Chapiesky <dchapiesky2 at gmail.com> > Date: Tue, Nov 19, 2019 at 1:48 AM > Subject: Re: [llvm-dev] RFC: Moving toward Discord and Discourse for >
2019 Mar 20
5
[cfe-dev] [lldb-dev] [GitHub] RFC: Enforcing no merge commit policy
Excuse my ignorance (I'm not great with Git) but how would it differ for workflows of people who use a Git repository for local work but still use `svn up + patch + svn commit <list of files>` to actually land post CR or for NFC patches, while resolving conflicts during a pull into a local (non-trunk) branch manually, after the eventual full switch to GitHub? I'm aware that SVN
2018 Dec 04
5
ABI change in LLVM 7.0.x release
Hi, Fixing http://llvm.org/PR39427 in the release_70 branch, will change the ABI of a clang built libLLVM-7.so so that it is no longer compatible with the 7.0.0 release. libLLVM-7.so built by gcc will not be affected by this fix. Changing the ABI is something we aren't supposed to do in stable releases, but this fixes an ABI difference between clang and gcc built libLLVM-7.so that is