search for: mckown

Displaying 20 results from an estimated 41 matches for "mckown".

2015 Mar 19
2
CRAN binary, but no source
On Thu, Mar 19, 2015 at 10:54 AM, John McKown <john.archie.mckown at gmail.com> wrote: > On Thu, Mar 19, 2015 at 10:46 AM, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote: >> Hi All, >> >> this is a CRAN question, so I am sorry if this is not the appropriate forum. >> >> I noticed that there is at le...
2015 Aug 13
3
Bug in rank with utf8?
x <- "\u0663" y <- 3 x == y # FALSE rank(c(x, y)) # c(1.5, 1.5) -- http://had.co.nz/
2015 Mar 19
2
CRAN binary, but no source
----- Original Message ----- > From: "G?bor Cs?rdi" <csardi.gabor at gmail.com> > To: "John McKown" <john.archie.mckown at gmail.com> > Cc: r-devel at r-project.org > Sent: Thursday, March 19, 2015 9:03:37 AM > Subject: Re: [Rd] CRAN binary, but no source > > On Thu, Mar 19, 2015 at 11:59 AM, John McKown > <john.archie.mckown at gmail.com> > wrote: > [.....
2017 Jul 18
4
Creating/Reading a complex string in R
...o replace " ' " with " /' " programmatically? My actual string is quite lengthy, so changing it manually may not be possible. I am aware of gsub() function, however not sure I can apply it directly on my original string. Regards, On Tue, Jul 18, 2017 at 10:27 PM, John McKown <john.archie.mckown at gmail.com> wrote: > Try: > > String = '<html> > <head> > <script type="text/javascript" <script type="text/javascript"> > mystatement(\'current\', {\'pac\':[\'\']}); &...
2015 Mar 19
3
CRAN binary, but no source
Hi All, this is a CRAN question, so I am sorry if this is not the appropriate forum. I noticed that there is at least one CRAN package that has a binary (OSX Mavericks) for a version, that does not have any source package on CRAN. Or at least I am unable to locate it. The package is Rglpk: http://cran.r-project.org/web/packages/Rglpk/index.html It offers a binary for 0.5-2, but there is no
2001 Nov 06
3
rsync over different ssh port
hey folks, rsync is a great tool! i use it mostly to sync up Documents between several machines. i use it like this: rsync --progress -vrae ssh /home/bill/Graphics/ bill@vortex:/home/rmckown/Graphics/ the problem i have, is i want to specifiy a specific ssh port other than 22. i want to connect to a specific ssh server behind the firewall on the remote end. it would be nice to use the command like this: rsync --progress -vrae ssh -p8022 /home/bill/Graphics/ bill@vortex:/home/bill...
2015 Aug 13
2
Bug in rank with utf8?
...< y [1] FALSE > Sys.getlocale() [1] "en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8" > Sys.getlocale("LC_COLLATE") [1] "en_US.UTF-8" Notice the differences from en_US.UTF8 (sans hyphen) on your system.... -pd On 13 Aug 2015, at 16:01 , John McKown <john.archie.mckown at gmail.com> wrote: > 2015-08-13 8:39 GMT-05:00 Hadley Wickham <h.wickham at gmail.com>: > >> x <- "\u0663" >> y <- 3 >> >> x == y >> # FALSE >> rank(c(x, y)) >> # c(1.5, 1.5) >> > > ?a...
2003 Jan 21
5
Samba 3.0 + AD + OpenLDAP
...0/WHATSNEWS.txt: "Active Directory support. This release is able to join a ADS realm as a member server and authenticate users using LDAP/kerberos. " does this mean that the actual windows machine running Active Directory will still be responsible for all authentication? Thanks! Ron McKown rmckown@envenergy.com
2017 Jul 19
0
Creating/Reading a complex string in R
...; /' " programmatically? > > My actual string is quite lengthy, so changing it manually may not be > possible. I am aware of gsub() function, however not sure I can apply > it directly on my original string. > > Regards, > > On Tue, Jul 18, 2017 at 10:27 PM, John McKown > <john.archie.mckown at gmail.com> wrote: >> Try: >> >> String = '<html> >> <head> >> <script type="text/javascript" <script type="text/javascript"> >> mystatement(\'current\', {\...
2017 Jul 18
0
Creating/Reading a complex string in R
...://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Veni, Vidi, VISA: I came, I saw, I did a little shopping. Maranatha! <>< John McKown [[alternative HTML version deleted]]
2014 Jul 01
1
combining data from multiple read.delim() invocations.
...t;character","POSIXct","POSIXct")); capped_data <- rbind(capped_data,data) } # I.e. is there an easier way than doing a read.delim/rbind in a loop? -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! <>< John McKown [[alternative HTML version deleted]]
2017 Jul 18
3
Creating/Reading a complex string in R
Hi again, Let say I have below string (arbitrary) <html> <head> <script type="text/javascript" <script type="text/javascript"> mystatement('current', {'pac':['']}); mystatement; I want to pass above string to some R variable for further analysis. So I have tried below : String = '<html>
2010 Nov 29
1
map() and pdf clipping
...ts graphics grDevices utils datasets methods base other attached packages: [1] mapproj_1.1-8.2 akima_0.5-4 RColorBrewer_1.0-2 [4] mapdata_2.1-3 maps_2.1-5 loaded via a namespace (and not attached): [1] tools_2.12.0 Ben Tupper Bigelow Laboratory for Ocean Sciences 180 McKown Point Rd. P.O. Box 475 West Boothbay Harbor, Maine 04575-0475 http://www.bigelow.org/
2005 Apr 27
4
do I need to iptables mark in this scenario?
Hello, really new to advanced linux routing, but I have managed to setup something that sort of works for my needs. I have a linux box with this configuration: Internet - eth0 - eth1 - many users I''m using a NAT to allow my users Internet access. On some users, I wish to shape their download speeds as to not overload our outside connection. Here is what I do to shape them at 64k
2015 Mar 19
2
CRAN binary, but no source
----- Original Message ----- > From: "G?bor Cs?rdi" <csardi.gabor at gmail.com> > To: "Dan Tenenbaum" <dtenenba at fredhutch.org> > Cc: r-devel at r-project.org, "John McKown" <john.archie.mckown at gmail.com> > Sent: Thursday, March 19, 2015 11:15:47 AM > Subject: Re: [Rd] CRAN binary, but no source > > > > > On Thu, Mar 19, 2015 at 2:04 PM, Dan Tenenbaum < > dtenenba at fredhutch.org > wrote: > [...] > > > &g...
2015 Aug 14
0
Bug in rank with utf8?
...gt; [1] "en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8" >> Sys.getlocale("LC_COLLATE") > [1] "en_US.UTF-8" > > Notice the differences from en_US.UTF8 (sans hyphen) on your system.... > > -pd > > On 13 Aug 2015, at 16:01 , John McKown <john.archie.mckown at gmail.com> wrote: > >> 2015-08-13 8:39 GMT-05:00 Hadley Wickham <h.wickham at gmail.com>: >> >>> x <- "\u0663" >>> y <- 3 >>> >>> x == y >>> # FALSE >>> rank(c(x, y)) >>>...
2017 Jul 19
2
Creating/Reading a complex string in R
...'test.txt' -- David. >> My actual string is quite lengthy, so changing it manually may not be >> possible. I am aware of gsub() function, however not sure I can apply >> it directly on my original string. >> Regards, >> On Tue, Jul 18, 2017 at 10:27 PM, John McKown >> <john.archie.mckown at gmail.com> wrote: >>> Try: >>> >>> String = '<html> >>> <head> >>> <script type="text/javascript" <script type="text/javascript"> >>> mystatement...
2012 Oct 29
1
XML namespace control
...inition # <storm type="hurricane" name="Sandy">ripsnorter</storm> Is there some way to create a node with a namespace prefix but without embedding the namespace definition along with the attributes? Thanks! Ben Ben Tupper Bigelow Laboratory for Ocean Sciences 180 McKown Point Rd. P.O. Box 475 West Boothbay Harbor, Maine 04575-0475 http://www.bigelow.org > sessionInfo() R version 2.15.0 (2012-03-30) Platform: i386-apple-darwin9.8.0/i386 (32-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats...
2015 Mar 19
0
CRAN binary, but no source
...Gabor > > [[alternative HTML version deleted]] Please, no HTML, per forum rules. -- If you sent twitter messages while exploring, are you on a textpedition? He's about as useful as a wax frying pan. 10 to the 12th power microphones = 1 Megaphone Maranatha! <>< John McKown
2011 Mar 12
1
creating list of lists
Question 1: I have a long list of variable names such as first <- c("one","two","three") and what I want to do is create a list of lists ... where the names of each of overall lists components are "one","two", and "three". This is the same result as second <- list(one=list(),two=list(),three=list()) Is there a way to exploit