similar to: escape character OK in R environment, fails in R CMD CHECK

Displaying 20 results from an estimated 10000 matches similar to: "escape character OK in R environment, fails in R CMD CHECK"

2009 Mar 23
3
read in large data file (tsv) with inline filter?
I have a very large tab-delimited file, too big to store in memory via readLines() or read.delim(). Turns out I only need a few hundred of those lines to be read in. If it were not so large, I could read the entire file in and "grep" the lines I need. For such a large file; many calls to read.delim() with incrementing "skip" and "nrows" parameters, followed by grep()
2007 Feb 27
1
Function to do multiple named lookups faster?
Hi, I apologize if this topic has been discussed - I could not figure out a good search phrase for this question. I have a named vector x, with multiple (duplicate) names, and I would like to obtain a (shorter) vector with non-duplicate names in which the values are the means of the values of the duplicated indexes in x. My best (fastest) solution to this was this code: nms <- names( x )
2005 Aug 11
1
Cross-subnet browsing...AGAIN!!!
Hi, I've been struggling with getting subnet browsing to work on my home network for some time and have decided to give it another go. This is my network configuration: Internet ----- Cisco SOHO97 (192.168.1.1) | | | +------------+ | +----------------+ | | | | | (192.168.1.5) (192.168.1.250)
2019 Feb 19
2
Reloading smbd session process group membership cache
So the problem is that smbd session processes will forever cache the POSIX group memberships that the logged in user possesses. Consider a following example: *smb.conf: * [share_a] path = /mnt/a valid users = dude *ls -l /mnt:* drwxrwxr-x root group_a a */etc/group:* group_a:*:2000:user Now, a client mounts *share_a* as *dude* and has R/W access to it via his *group_a* group membership. Then,
2009 Jul 28
3
dovecot 1.2.1 and sieve-0.9.1
Hi all, ok, can someone tell me which header fields that the "Sender" function in sieve looks at ??? I've created a sieve rule to move a mail to a directory that looks like this : # rule:[File Message] if anyof (address :contains "Sender" "Dude") { fileinto "TestFolder"; } And the emails headers look like this : Received: (qmail 5811 invoked
2007 Jan 02
4
Error: STATUS_OBJECT_NAME_NOT_FOUND
[I didn't see any replies to my 12/27 post... so reposting it] One day samba was working fine, the next it wasn't. I didn't change anything on either the Fedora Core 6 machine (relay) nor the XP Pro machine (oob2). I'm running Samba 3.0.23c on a fully patched FC6 x86 box. I followed all the steps in "Procedure 38.1. Diagnosing Your Samba Server", and until I got to
1998 May 06
3
Sync browse list between multiple workgroups?
(Samba version 1.9.18p4) I want to set up my environment thusly: - 2 workgroups, each composed of multiple subnets. - Each workgroup has a DMB and a WINS server (Samba only - no NT) - The two workgroups should collate browse lists so that clients on either workgroup can browse and connect to hosts on the opposite workgroup. I've read the documentation in BROWSING.txt and it does not appear
2011 Jan 01
3
Plot symbols: How to plot (and save) a graphic symbols originating from a table
Dear all, Please, I have a doubt regarding symbol plotting with data originating from a table. Please, see below: I have a tab delimited file called table1.txt with 4 columns: ypos animal var1 var2 5 cat gina <= lady gina \u2264 lady 7 dog bill >= tony bill \u2265 tony 9 fish dude <= bro dude \u2264 bro #I then load in the data to R: table1<-read.table("table1.txt",
2007 May 11
1
Cannot use an escape character in regexp
Given the string > mystr <- "(Preconsuntivo del giorno gas 10 maggio 2007)Tj" I'm trying to detect and eliminate the string ")Tj" at the very end of mystr by means of gsub(rx2,"",mystr) BUT preparing the matching regexp string a warning pops up > rx2 <- "\)Tj$" Warning messages: 1: '\)' is an unrecognized escape in a
2008 Jan 20
1
UPSilon 2000 driver. a USB only version of MEC0002
Hello, Has anyone written a driver for this device. Looking at the postings existing for the MEC0002 usb device it would appear that UPS presents its self as HID but may actually be a non standard serial protocol over the usb port. dude
2004 Oct 08
3
creating named elements of lists on the fly
HI Folks, I'm trying to create a list with named elements. Only, I don't know the names of the elements a priori (they come from the data being calculated). Currently, my approach is to create an environment, then assign things to the environement, then as.list the environment to get a list. Running the code gives, for example: > e2 <- new.env(FALSE, NULL) >
2005 Jun 28
1
Offtopic Posts [was Re: [OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing]
From: Greg Knaddison <greg.knaddison at gmail.com> > Look - brevity is the soul of wit. It also keeps other folks on lists > from calling you a troll. The problem is that then the same people then start complaining about my "oversimplification." In fact, that's part of the problem here. I really _tried_ to make a recommendation without breaking down into the
2007 Aug 19
4
GotoIf not working with ${EXTEN} for me in 1.4.8
I am using GotoIf all over the place in 1.4.8 but for some reason, the following in my dial plan: ############################################################# exten => _1NXXNXXXXXX,1,GotoIf([${EXTEN} = "15554441212"]?100) exten => _1NXXNXXXXXX,n,Dial(SIP/provider1/${EXTEN},60) exten => _1NXXNXXXXXX,n,Dial(SIP/provider2/${EXTEN},60) exten => _1NXXNXXXXXX,n,Hangup exten =>
2004 Nov 04
2
nat ,dnat or proxyarp with heartbeat
Hi , I have a dude. I have four nic. Lan, wan, dmz1 and dmz2. I use proxy arp for dmz1 and work great. But in dmz2 have 2 machine with heartbeat. IP are type 192.168.x.x If use nat work fine from wan to dmz2, but from lan ?? how to access valid ip ?? Sorry for my bad english :)
2005 Apr 08
2
oggzinfo buglet
Conrad, Small buglet with the 0.9.1 liboggz release (go dude!) http://thaumas.net/~giles/xiph/elphel/clips/elphel_00017.ogg causes a float exception in oggzinfo when it tries to calculate the bitrate. It fails to measure the duration and tries to divide by zero. :) There may well be something wrong with the file, although oggz-validate doesn't complain. Also, the configure script
2010 Nov 15
2
Single-instance storage is bad for you!
This single-instance storage is going to encourage bad habits! I just found myself preparing an e-mail that needs to be sent to multiple recipients - including several within my own organization - yet it's not necessary for everyone (in-house) to get the large attachment. As I was getting ready to split the message into two parts for distribution I remembered - I can just send it to
2005 Oct 28
2
Uncensoring a dataset - resent
Does anyone know of an R package that I can use to uncensor a normal or log-normal dataset? I'm particularly interested in the MLE method of Cohen (1959), "Simplified estimators for the normal distribution when samples are single censored or truncated," Technometrics, 1(3), 217-237. Of course, if there is anything better, I'd be glad to hear about that too. Thanks. Rick
2004 May 28
1
[Bug 875] missing escape char in "Bad escaped character" message
http://bugzilla.mindrot.org/show_bug.cgi?id=875 Summary: missing escape char in "Bad escaped character" message Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: sftp AssignedTo: openssh-bugs at mindrot.org
2002 Mar 14
1
little dude about how classify traffic
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am doing some experiments with HTB nad I have the next dude: I only make experiments with ssh traffic for the momment. If I want to classify that traffic do I need to do rules to the rest? I don''t know if you understand my idea. - -- +-------------------------------------------------------------------+ | Luis Miguel Cruz.
2003 Jun 20
1
Question :: groundstart and loopstart :: Update
Callerid issue 1) if you run ztmonitor on the fxo line & call in do you hear the fsk tone if yes then we beleive the CAC is passing fsk 2) in chan_zap->ss_thread around line 4154 (current cvs) if you get to the callerid_feed at least once then if you get to chan_zap->ss_thread->callerid_get around line 4163 (current cvs) does this parse fail