similar to: Recompile

Displaying 20 results from an estimated 60000 matches similar to: "Recompile"

2011 Nov 15
1
package installtion
I'm getting the following error in a script: "Error: could not find function "lmer."??? I'm wondering of my lme4 package is installed incorrectly.? Can someone tell me the installation procedure?? I looked at the support docs but couldn't translate that into anything that would work.
2011 Dec 08
1
R/parallel
?I want to take advantage of my multicore CPU to speed up a loop in a simulation program.? I didn?t write the code, but the iterations appear independent to me, at least in the sense that the results of one loop do not depend on previous ones.? Right now I?m relegated to a Windows box that runs Windows 7.? These appear to be the options: ? Pnmath-appears to parallelize non-BLAS routine but
2012 Nov 23
1
Sentiment analysis in R
Hi All, I am trying to perform sentiment analysis using R with the help of the library(sentiment). I am using the function classify_emotions(sentiment). It is basically selecting a particular word from a sentence and with the help of the pr-defined score of that particular word, it is giving the sentiment score of the whole sentence. For example,in the sentence "I am happy",
2012 Mar 18
2
Secure apt
I am trying to add Michael Rutter's ppa to my repository.? I cannot do this from the command line.? I think I may be behind a firewall so copying the key to a text file is my best option.? When I search for the key at http://keyserver.ubuntu.com:11371/ the search fails. Tried typing and cutting and pasting E084DAB9 into the search box without success. How can I get the key?
2012 Feb 14
2
Access to OpenBLAS
My IT people have set up a Kubuntu box with an RWkard front end.? I have OpenBLAS set up as a shared BLAS but I'm not sure how to get R to see it.? A.3.1 of the installation docs talks about it but I'm not clear if I need a option on my startup line or if I need to find a config file.? The BLAS is is in: ? /usr/lib/openblas-base ? on my machine. Recommendations?
2012 Jan 17
1
BLAS
I'm setting up an Ubuntu?virtual machine?that will use 4-Intel Xeon CPU x5650.? I'd like to compile R with a BLAS but the question is whcih one.? Seems like the only free ones are GotoBLAS which I'm not sure is being maintained for newer CPUs and OpenBLAS for Loongson CPUs.? I saw a favorable report on OpenBLAS
2012 Mar 07
2
Apt-get
I have a box set up with Kubuntu as the OS.? I didn't perform the R install but was told the version of R available via the apt-get command was 2.13.1.? Is there any way to get 2.14.0 in that same manner?
2012 Jan 10
1
grplasso
I want to use the grplasso package on a data set where I want to fit a linear model.? My interest is in identifying significant?beta coefficients.? The documentation is a bit cryptic so I'd appreciate some help. ? I know this is a strategy for large numbers of variables but consider a simple case for pedagogical puposes.? Say I have?two 3 category predictors (2 dummies each), a binary
2014 Feb 26
2
sentiment analysis en español en R?
Gracias Jorge! Pregunta: y por que fue archivado? ...................................................................................... Silvia Cobialca Cincinnati DBA Team - CIO RAS Team Accenture - Buenos Aires IO Delivery Center Desk: 5411 5196 2715, Mobile: 54911 4160 7748 Email: silvia.cobialca@accenture.com<mailto:silvia.cobialca@accenture.com> IM:
2011 Dec 16
1
simulation
I'm using an R program (which I did not write) to simulate multilevel data (subjects in locations) used in power calculations. It uses lmer to fit a mixed logistic model to the simulated data based on inputs of means, variances, slopes and proportions: ? (fitmodel <- lmer(modelformula,data,family=binomial(link=logit),nAGQ=1)) where modelformula is set up in another part of the program.?
2008 Feb 13
2
OggPCM: support for little-endianness only?
On 2008-02-14, Conrad Parker wrote: > I tend to disagree with your sentiment. The specification of any > format or protocol has mandatory and recommended sections (not > "features"); MUST and SHOULD respectively for IETF and W3C stuff. Then why not make the common endianness MUST and the rest of it SHOULD? That was my sentiment, after all... -- Sampo Syreeni, aka decoy -
2014 Feb 26
2
sentiment analysis en español en R?
Muchas gracias Carlos. Lo voy a probar a ver como me funciona con lo que tengo que procesar ...................................................................................... Silvia Cobialca Cincinnati DBA Team - CIO RAS Team Accenture - Buenos Aires IO Delivery Center Desk: 5411 5196 2715, Mobile: 54911 4160 7748 Email: silvia.cobialca en accenture.com IM: cobialca en hotmail.com Pager:
2011 May 11
1
Recompile a package
Hello, dear R community. The thing is that I am not in the least a developer, neither do I want to create a package of my own. But recently I have found a package LogicForest, which is in the base written in Fortran I think. And well, in its manual it is written that there are several parameters there that had had to be "hard coded", but which in essence actually have no restrictions.
2007 Jun 23
1
[LLVMdev] on-the-fly recompilation/relinking
Hi Assuming I had an application stub based on (say) lli, and I'd like to allow a hypothetical IDE to recompile and relink a function: Is that supported in any way currently? Assuming actually patching all call sites to point to the newly generated function is possible, I guess what I need is to be able to either track or find all of the call sites. The trickiest bit seems to be if the
2012 Feb 14
1
Accessto OpenBLAS
My IT people have set up R on a a Kubuntu box with an RWkard front end.? I have OpenBLAS set up as a shared BLAS but I'm not sure how to get R to see it.? A.3.1 of the installation docs talks about it but I'm not clear if I need a option on my startup line or if I need to find a config file.? The BLAS is is in: ? /usr/lib/openblas-base ? on my machine. I'm not sure how to confirm that
2014 Feb 26
4
sentiment analysis en español en R?
Queria saber si ya esta disponible un paquete para poder hacer sentiment analysis de textos en español en R. Si lo hay me podrían informar si lo puedo adicionar a la instalación en ingles? Gracias!!!! ...................................................................................... Silvia Cobialca Cincinnati DBA Team - CIO RAS Team Accenture - Buenos Aires IO Delivery Center Desk: 5411 5196
2015 Oct 13
3
RFC: Introducing an LLVM Community Code of Conduct
> > As long as the committee remains unimportant, things will be fine. > > As soon as the committee becomes important, the LLVM project has already > > degenerated into a snake pit, and is likely to fork anyway. > > This sounds like an oxymoron, as if this policy only makes sense if > the non-representative foundation never tries to enforce it in a way > that the
2012 Jun 05
1
Trouble with Functions
Hi guys, I'm a new to R and following along with Tutorials using this book: http://www.amazon.com/Practical-Statistical-Analysis-Non-structured-Applications/dp/012386979X In one of them, they use the twitteR package and describe the following function (see below). From what I can tell from the documentation (R), there's a method to call it directly in an interactive session. The way
2006 Jan 30
1
Need to recompile * after changing zap echo method?
Dearest List, I guess I missed this point: Is it true that if you change the echo canceler in zconfig.h, and then recompile/install your zap modules, that for this to be taken into effect by * you must then recompile/install *? I would have figured that the zap echo cancellation method was independent of *, and I don't recall seeing any docs mentioning either way. Sincerely, Brent A.
2004 Sep 09
2
3Ware Escalade 9500S controller question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings folks, I'm currently redoing my home server as one of the hard drives in my RAID-1 array went down and I'm going to replace the lot of it with a 3Ware Escalade 9500S RAID capable card and four Seagate 200GB SATA drives. These drives are supposedly the coolest and quietest SATA drives available (better than the Maxtors I had anyway)