similar to: New Version of R Server

Displaying 20 results from an estimated 1000 matches similar to: "New Version of R Server"

2003 Jun 04
2
Rounding problem R vs Excel.
David A. Paul wrote: > I don't have the reference, but a biologist friend of mine once > showed me a refereed journal article that purported to demonstrate > numerical errors made by MSExcel. This would have been Excel97 or > Excel2000... In any case, the journal's scope was biological in > nature and the article was of interest since Excel is heavily used in > that
2000 Dec 08
0
COM server for RExcel
Hum hum... I've tried to install the R addin for Excel yesterday and since then Excel refuses to start (fatal exception)... I think I've done all the manipulations properly (running the server prior to loading Excel, loading the .xla file in the tool>addins menu...). Any help welcome. Bye! Vincent. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2003 Jun 12
0
SP? Re: Rounding problem R vs Excel
Hi again Sam, Sorry for not replying sooner. I have been ignoring everything for a while to work on the AMMP analysis tool and the continuing saga of migrating the legacy AMMP data. Our consultant has written some programs that take a VERY long time to run :( Anyway, I now know Java and a certain amount of JSP. I hope to be able to get around to this soon. It is all a bit hard now with our
2003 Jan 09
0
Installing R-Excel Interface - Help requested (long)
Dear All, I have attempted to install the R-Excel Interface with poor results. The version of R is 1.6.1, the version of R-Excel is 1.0, the version of COM is 0.99. All of these were downloaded Monday, 6 January 2003. R (version 1.6.1) is installed on the machine and appears to run correctly on its own. The computer is a Compaq Pentium 4 machine with 128 meg of RAM running Windows 2000 and
2012 Oct 26
2
Interpreting and visualising lme results
Dear R users, I have used the following function (in blue) aiming to find the linear regression between MOE and XLA and nesting my data by Species. I have obtained the following results (in green). model4<-lme(MOE~XLA, random = ~ XLA|Species, method="ML")summary(model4) Linear mixed-effects model fit by maximum likelihood Data: NULL         AIC     BIC   logLik  -1.040187 8.78533
2000 Feb 25
1
r-excel interface code
some of you might be interested. i just uploaded the first release of my r-excel interface package to CRAN. it is in contributed extensions nonstandard extensions erich neuwirth -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2000 Feb 25
1
r-excel interface code
some of you might be interested. i just uploaded the first release of my r-excel interface package to CRAN. it is in contributed extensions nonstandard extensions erich neuwirth -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2002 Aug 19
2
Can not install Excel97/Word97
Hello! I am new to this list (although I have done a fair amount of research in the archives) and I need to ask what is probably one of the most frequently asked questions on a list like this: How do I install Word97 and Excel97? (Codeweavers CrossoverOffice can do this, and they ASSURE us that they roll everything they do back to the main wine CVS and hence, this SHOULD work!) So far; this is
2017 Dec 15
2
RFC: Exposing TargetTransformInfo factories from TargetMachine
Hi all, I'd like to be able to use TargetTransformInfo to make architecture specific code generation decisions from the XLA LLVM IR emitter[0]. However, we don't have a great way to do this today -- TargetTransformInfo is wrapped in a TargetIRAnalysis and getting the TargetTransformInfo out of it requires something like: FunctionAnalysisManager DummyFAM; TTI = TIRA.run(F, DummyFAM);
2011 Jun 07
0
WNetGetUniversalNameW error with Office 2000
Hello, OS: Ubuntu 10.04.2 LTS (lucid) wine: wine-1.3.21 (AFAIK, that's the lastest) After following the instruction from http://www.winehq.org/download/ubuntu, I cannot get Office2000 to run... I get the following errors when running Word and Excel, then they hangs repeating the same message. Code: $ wine WINWORD.EXE fixme:x11drv:X11DRV_GetDeviceCaps (0x530): CAPS1 is unimplemented, will
2019 Dec 26
2
[Job Ad]Alibaba Group is hiring deep learning compiler engineers
Hi, I’m writing this email behalf of my manager in Alibaba. Our team is working on a deep learning engine called MNN. We open sourced it this May. (Github link here: https://github.com/alibaba/MNN ). It has industry-leading blazing fast inference speed on mobile and it is tiny in size. In the internal experiments we ran, MNN outperforms other inference engines under almost all settings by
2005 Feb 02
1
Oplock errors in 2.2.8a
Hi, We are having connection timeout issues in Excel and Word. Was this an issue that was resolved in post 3.0 versions? We are running 2.2.8a. Below is the samba log file and I have attached a netmon output. Thanks, Domenic [2005/01/24 09:13:48, 0] smbd/oplock.c:oplock_break(797) oplock_break: receive_smb timed out after 30 seconds. oplock_break failed for file
2017 May 27
3
From Linux machine cannot see XP machines share list anymore
Hi, I used to be able to smbmount a drive on my XP machine. But today I tried and i got: $/usr/bin/smbmount //systen/2017 /backup -I 10.0.0.11 Password: mount error: No such device Please look at smbmount's manual page for possible reasons When I do: $/usr/bin/smbclient -L systen -I 10.0.0.11 I get: Added interface ip=10.0.0.10 bcast=10.255.255.255 nmask=255.0.0.0 Server time is Sat May
2018 May 05
0
Thank you from the Glow Developers
Very cool! The first thing that jumps out to me is how tidy and modular the code structure is. The code feels very familiar (stylistically, organizationally, etc.) to me as an LLVM developer. One thing that wasn't at all clear to me is how this is different/similar to TensorFlow XLA (previously mentioned on this list). Can you briefly compare and contrast this with TensorFlow XLA? -- Sean
2002 Aug 20
1
Installing Excel 97, SUCCESS!!
Hi again! Yesterday I wrote to this list complaining that I could not install Excel 97. I have now succeeded. The trick was NOT to run "install.exe", but to unpack xl97_1.cab and run the acmsetup.exe in there, like so: "wine -- acmsetup.exe /T excel97.stf" (I think that excel97.stf existed in the first cab-file as well.) The installer will ask for a few files that all can
2008 Aug 07
1
LAPACK.dll and Excel with R 2.7.0
Hello, I was building a R addin for Excel. I was able to build R.dll, export to Rdll.lib and wrap it in a Excel addin (.xll) format. Most basic functions work fine within Excel except functions that use LAPACK, e.g. eigen, solve etc. But if you use solve(..., LINPACK = T). That's fine. So apparently the problem is with loading the shared library ../modules/lapack.dll. I read one of the
2017 Dec 15
4
RFC: Exposing TargetTransformInfo factories from TargetMachine
On Fri, Dec 15, 2017 at 5:30 AM, Hal Finkel <hfinkel at anl.gov> wrote: > Are there reasons why we might not want to do this? Other options we should > consider? It does make the TargetMachine -> TargetIRAnalysis path less abstract, but given that all targets have the same pattern of instantiating a TargetIRAnalysis with a Function->TargetTransformInfo hook, the abstraction does
2000 Dec 29
0
R sings
i have created a package which allows R to play sounds the package is available from http://sunsite.univie.ac.at/~neuwirth/Rcsound/ both as zipped binary for windows and as installable tar.gz preequisite: you have to install csound on yout machine. the necessary links are at http://www.csound.org csound is a very portable program for creating sounds, and using it as out sound creation tool we
2002 Aug 22
1
window "placement"
Using Thomas Baier's DCOM server I can do the following (in Windows 2000): I create a slider in Excel, and the sliders On_Change event triggers a call to R. This call redraws an R graph, and so I have animated R graphics controlled by Excel's slider. The problem is that Excel needs focus so i can grab the slider, and therefore it partially covers R's graph window. Is there a way to
2004 Apr 12
0
Windows startup question
I would like to be able to double click on an R source file and by that start R and have the file sourced in R. I am using WinXP Pro. So I created an association for file type R and tye following Run action: "C:\Program Files\R\rw1090beta\bin\Rgui.exe" R_PROFILE=%1 I have an R file with the following lines at the beginning. library(vcd) votes<-array(0,10*7*9*2)