similar to: use of names() within lapply()

Displaying 20 results from an estimated 6000 matches similar to: "use of names() within lapply()"

2014 Oct 14
10
[LLVMdev] Release Manager Position
After several years as LLVM release manager, I’ve decided to step down as release manager. I recently haven’t been able to focus as much time on LLVM development as I should, and I don’t want the releases to suffer because of that. I’ve enjoyed all of the releases I’ve done. We have a great team of testers. And the community as a whole really helps out so that we can produce a great produce. I my
2004 Mar 29
9
Aggregating frequency of irregular time series
> S-Plus has the function AggregateSeries() whose name is self > explanatory. For instance one can derive monthly series from daily > ones by specifying end-of-period, averages, sums, etc. I looked for > a similar function in the packages "its" and "tseries", but found > nothing. I also help.searched() for aggregate to no avail. Would > anybody be so kind
2007 Nov 20
5
Suddenly can''t access the puppetmaster anymore
Hi, I have a number of puppets talking to 1 puppetmaster. Everything was working fine until suddenly this week the puppets are revolting. Whenever I try to run ''puppetd -v'' I see a lot of messages like: Certificates were not trusted: hostname was not match I''m sure I did not make any changes to DNS lately and I didn''t upgrade puppet on any of the machines
2019 Jun 24
3
Vulnerabilities to bind-libs bind-utils - possible to remove these on webservers
I think the subject says it all. We don't run named. It seems there are chronic issues with bind. Can these packages be removed? We locally authenticate. I see this: Removing for dependencies: bind-utils ipa-client sssd sssd-ad sssd-ipa We shouldn't need any of that with local authentication (/etc passwd and /etc/shadow) right? This message contains information which may be
2013 Jun 11
1
mapply on multiple data frames
Hi all- I am wondering about using the mapply function to multiple data frames. Specifically, I would like to do a t-test on a subset of multiple data frames. All data frames have the same structure. Here is my code so far: f<-function(x,y) { test<-t.test(x$col1[x$col3=="num",],v$col2[x$col3=="num",],paired=T,alternative="greater") out<-test$p.value
2012 Mar 07
1
SELECT CASE in RODBC
Hi all, I have a problem with a variable created by a SELECT CASE statement. See the code below. I would like the variable "event" to be a character variabel as I want to UNION my two SELECTs - and the "event"-variable is a character variable in the first SELECT result. I have tried different ways: * used ' ' in stead of " " around the string I want as the
2013 Feb 24
3
filling an array
Hi All I'm just wondering if there is a quick way of filling a way with the following. I want to declare array I with a specific length and then alternatively fill it with 10 zeros and 10 specified values: v<- 14 I <- c(0,length(t)) But in stead of just filling I with 0 I want 10 zeros and then 10 fourteens (i.e. the value in v) Hope that makes sense. Regards Jannetta --
2010 May 12
3
Removing points
I have a some data, and imagine a column of how many parasitic eggs found in the stool of some children some of the children we do not have this data so we put -1 in stead. How can you remove the people with -1, to calculate means and do box plots. Thank you! -- View this message in context: http://r.789695.n4.nabble.com/Removing-points-tp2195945p2195945.html Sent from the R help mailing list
2002 Jan 04
1
quality vs bitrate
The problem is that the mp3 dewdz will be used to looking at bitrates to determine quality, so the solution (as several here say) seems to me to just rip out anything mentioning bitrate from the simple tools. But, they will still see the bitrate in players like winamp. To solve this, why not store the quality setting used when encoding into the ogg file itself ? Either use a field unused when
2005 Mar 18
4
passing arguments to FUN in lapply
Suppose I have a nx2 matrix of data, X, the following code generate density estimation for each column and plot them denlist <- apply(X, 2, density) par(mfrow=c(1,2)) lapply(denlist, plot) Does anyone know how to change the main title of each density plot to "var 1", "var 2" by passing optional argument "main"? I've tried lapply(denlist, plot,
2012 Jul 21
2
Wiki improvement
Hello list, I found an error on the page http://wiki.centos.org/HowTos/InstallFromUSBkey, and I wanted to fix it, but appararently I need to follow this procedure. The error is you need 20mb on the USB VFAT partition in stead of 10mb for the latest CentOS 5.x releases. My wikiname is RonArts. Thanks, Ron
2004 Jan 29
10
Doubt about pattern
Hi All, I have a very simple problem. I have several files in a same directory. I would like to send for an object only the files that finish in ".sens.". I execute the command below, files <- dir(pattern="*.sens") but it includes all of the files that have "sens", independent of they be in the end or in the middle of the name of the file. How could I solve
2010 Nov 03
3
How to make the sum of a ${VARIABLE} + 1 ??
Hello, I have this in my dialplan : exten => s,n,Set(vgLabel=vg(${number}+1)) exten => s,n,GoTo(${vgLabel}) But in stead of vgLabel becoming the SUM of 2 numbers, it is just a string : [Nov 3 16:17:27] -- Executing [s at macro-f:43] Set("SIP/test-00000002", "vgLabel=vg(1+1)") in new stack [Nov 3 16:17:27] -- Executing [s at macro-f:44]
2007 Oct 14
2
receive date wrong in outlook
hi, we migrate from exchange to dovecot. we do it with imapsync. first we try to do it with --syncinternaldates, but this fails on many messages with invalid date, so we drop this option. unfortunately after this those users who use outlook see the received date as the date we do the migration in stead of the real received date. other clients eg webmail, thunderbird etc sees the right date. so my
2010 Jul 12
4
Remote-Party-ID party=called
Hello list, using Asterisk 1.4.30. I want to set the SIP-header Remote-Party-ID to display the name of the calling party on my phone in stead of the number. This is the dialplan : exten => 10,1,NoOp() exten => 10,n,SIPAddHeader(Remote-Party-ID: "eric" <sip:10 at 192.168.1.150>;party=called ) exten => 10,n,Dial(SIP/test2) This is what the CLI shows : /[Jul 12
2015 Aug 07
3
compose_func_args: argbuf allocated 4 bytes compose_func_args: argbuf uses 3 bytes
Hello I have 2 strange errors when using the Background()-application and DTMF-input that is received. First of all, my first 2 lines are not being executed. The first line being executed is the Set() application, thus line 3. Secondly, the received digits (911) is not the same as the EXTEN (which is set to 91). exten => ivr,n,Set(TIMEOUT(digit)=2) exten =>
2014 Oct 15
2
[LLVMdev] [cfe-dev] Release Manager Position
On Wed, Oct 15, 2014 at 1:06 PM, Hans Wennborg <hans at chromium.org> wrote: > On Tue, Oct 14, 2014 at 3:09 PM, Bill Wendling <isanbard at gmail.com> wrote: >> After several years as LLVM release manager, I’ve decided to step down as release manager. I recently haven’t been able to focus as much time on LLVM development as I should, and I don’t want the releases to suffer
2008 Jun 27
2
Clamd not working
Earlier this month I reported a problem in that ClamTK couldn't virus-scan a file. This was cured by following the dev's instructions <quote> If you open up a terminal window and type "ls /var/clamav" (without quotes of course), I'm betting you'll see a variety of files and/or directories in there. If you're up for it, as root type rm /var/clamav/* -rf which
2014 May 18
2
build system for cutting edge software
Hi, I use centos as it is stable and provides all the software that is needed for everyday use. However, sometimes I would like to use fresh software that is not available as a package. Compiling from source is indeed an option but because centos uses oldish sources not only the sought package should be built but a lot of other packages. An idea is to build it in a directory, as much
2007 Feb 05
2
Exact matching with grep
Hello, I would know if it is possible with grep to match a exact string. For example, I want to match the string "DP2" (and only this) and grep match "DP2BS" too. I have sought in the grep help but I didn't find what I want.