search for: eda

Displaying 20 results from an estimated 509 matches for "eda".

Did you mean: ed
2004 Feb 18
2
building the development version
I'm trying to build the current development version of R on an SGI running IRIX6.5. Everything proceeds merrily until I reach the eda package. This is the error message I get if I cd to the appropriate directory and type 'make' or 'make all.' Does this make sense to anyone? -- Thanks, Debby gmake[3]: Entering directory `/l/fsc/dfs/src/R/src/library/eda' building package 'eda' ../../../library/eda/R...
2018 Jun 07
1
Lots of failed message in smbd.log: NT_STATUS_OBJECT_NAME_NOT_FOUND
Attached smb.conf now inline: [global] security = ADS workgroup = MUC realm = europe.bmw.corp netbios name = eda netbios aliases = lpeda1 lpeda1.muc log file = /lfs/EDA/DATA/SOFTWARE/samba/var/log/samba/%m.log log level = 2 # Default ID mapping configuration for local BUILTIN accounts # and groups on a domain member. The default (*) domain: # - must not overlap with...
2010 Mar 15
1
Error in library(eda) : there is no package called 'eda'
I am using RGui version 2.10.1 (2009-12-14) for Windows.  When I enter the call   library(eda)   the following message ensues.   Error in library(eda) : there is no package called 'eda'   I thought that eda was a standard library for exploratory data analysis.  However I could not find it in the list of packages in the pull-down menu either.   Any assistance with finding this packag...
2013 Nov 08
1
[LLVMdev] UNREACHABLE executed at MCJIT.cpp:322!
...on Keren wrote: > Something must be wrong with the Function Type. Try to debug into > runFunction to see which if condition fails. > Just a guess, if this is on 64 bit system the first argument type may be > int64 but needs to be int32. > > Yaron > > > > 2013/11/8 edA-qa mort-ora-y <eda-qa at disemia.com <mailto:eda-qa at disemia.com>> > > That makes it more mysterious then since I am indeed only calling a main > function. Perhaps I have to invoke it a different way. Here's my call I > have now: > > au...
2013 Nov 08
2
[LLVMdev] UNREACHABLE executed at MCJIT.cpp:322!
...upported by JIT but > not MCJIT. > > However, with the supported calling sequences, you can probably replace > the char** with a void* to a structure so that practically anything can > be passed to your function inside the structure. > > Yaron > > > > 2013/11/8 edA-qa mort-ora-y <eda-qa at disemia.com <mailto:eda-qa at disemia.com>> > > I'm trying to get MCJIT working but I get the following errors: > Full-featured argument passing not supported yet! > UNREACHABLE executed at MCJIT.cpp:322! > I...
2005 Sep 13
3
where is eda library (Prof. Ripley's Exploratory Data Analysis Library)
Hi I want to install eda library. Where can I download it? I use R version 2.1.0 on Linux. Thanks. Stephen. ----- Original Message ----- From: Luis Ridao Cruz <Luisr at frs.fo> Date: Tuesday, September 13, 2005 1:32 pm Subject: Re: [R] How to erase objects > ?rm > > > >>> <v.schlecht at...
2013 Nov 08
0
[LLVMdev] UNREACHABLE executed at MCJIT.cpp:322!
Something must be wrong with the Function Type. Try to debug into runFunction to see which if condition fails. Just a guess, if this is on 64 bit system the first argument type may be int64 but needs to be int32. Yaron 2013/11/8 edA-qa mort-ora-y <eda-qa at disemia.com> > That makes it more mysterious then since I am indeed only calling a main > function. Perhaps I have to invoke it a different way. Here's my call I > have now: > > auto main = linker->getModule()->getFunction( "mai...
1999 Jul 09
1
"ld: bfd assertion fail" making eda.so on Linux (Redhat 6.0)
I've (remote) access to a new Linux system which has some flavor of Rehat installed. Compiling R-0.64.2 fails -- at the end when eda.so should be made. make[4]: Entering directory `/u/u2/maechler/Linux/R/R-0.64.2/src/library/eda/src' gcc -g -O2 -fpic -I../../../../include -c line.c -o line.o gcc -g -O2 -fpic -I../../../../include -c smooth.c -o smooth.o ld -shared -o eda.so line.o smooth.o ld: bfd assert...
2002 Nov 16
0
Wishlist: allow NA values in medpolish (package 'eda') (PR#2298)
...ing/R/help/01a/2333.html), but no reply followed. I attach the patch that I used on my system to add this feature (including an updated help page), if it can help. Sorry, the two "diff..." lines will certainly been wrapped due to the HTML form. Frederic diff -ur R-1.6.1.old/src/library/eda/R/medpolish.R R-1.6.1/src/library/eda/R/medpolish.R --- R-1.6.1.old/src/library/eda/R/medpolish.R Mon Jan 31 21:01:52 2000 +++ R-1.6.1/src/library/eda/R/medpolish.R Sat Nov 16 15:18:07 2002 @@ -1,4 +1,5 @@ -medpolish <- function (x, eps=0.01, maxiter=10, trace.iter = TRUE) +medpolish &lt...
1998 Nov 16
2
0.63 missing .pl files in etc?
...2 ss-980609 experimental) readline was configured and is working OK. R_PAPERSIZE="letter" CPPFLAGS=" -I/home/xxxx/local/include " LIBS=" -L/home/xxxx/local/lib " ./configure --prefix=/home/xxxx/local --with-f2c Do I just built the LibIndex by hand, and fixed library/eda/R/eda so that eda.sl is used instead of eda.so. This time I got > library(eda) Error: dynamic library `eda.sl' not found but when I do : > dyn.load("./library/eda/libs/eda.sl") > library(help=eda) line Robust Line Fitting medpolish Median polish smooth...
1998 Nov 16
2
0.63 missing .pl files in etc?
...2 ss-980609 experimental) readline was configured and is working OK. R_PAPERSIZE="letter" CPPFLAGS=" -I/home/xxxx/local/include " LIBS=" -L/home/xxxx/local/lib " ./configure --prefix=/home/xxxx/local --with-f2c Do I just built the LibIndex by hand, and fixed library/eda/R/eda so that eda.sl is used instead of eda.so. This time I got > library(eda) Error: dynamic library `eda.sl' not found but when I do : > dyn.load("./library/eda/libs/eda.sl") > library(help=eda) line Robust Line Fitting medpolish Median polish smooth...
2012 Nov 11
4
[LLVMdev] IR sizeof?
...getelementptr both implicitly use it, but I don't see any way to get access to the size directly. I know my final compiler will have to get the size itself, but I'm just doing some simple tests directly in assembly now and am hoping there is an easy way to get the size of a structure. -- edA-qa mort-ora-y -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Sign: Please digitally sign your emails. Encrypt: I'm also happy to receive encrypted mail. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/...
1998 May 27
1
Problems compiling libraries with todays snapshot.
I am currently running Slakware V3.4 with g77 and R is a 0.62 snapshot of the 27th of May. There appear to be linking problems with the libraries. The error output from mva and eda can be found below. My own libraries also have similar problems. Errors when compiling mva: 116 /usr/local/src/R/src/library #R INSTALL mva Warning: package `-html' does not exist Warning: package `-latex' does not exist Installing package `mva' ... libs ld -o mva.so dblcen.o dist....
2002 Nov 14
1
R-1.6.1, Mac OS X 10.2.2 build failure
...ll.o ks.o prho.o swilk.o init.o -L/usr/local/lib -L/opt/local/lib/gcc-lib/powerpc-apple-darwin6.2/3.1 -L/opt/local/lib/gcc-lib/powerpc-apple-darwin6.2/3.1/../../.. -lreadline -ldl -lncurses -lm -lfrtbegin -lg2c -lSystem ../../../../library/ctest/libs/ctest.so is unchanged building package 'eda' ../../../library/eda/R/eda is unchanged ../../../library/eda/man/eda.Rd is unchanged make[5]: `Makedeps' is up to date. ../../../../library/eda/libs/eda.so is unchanged building package 'lqs' ../../../library/lqs/R/lqs is unchanged ../../../library/lqs/man/lqs.Rd is unchanged make[...
1999 Apr 12
1
R-0.64.0 Install - Cannot find eda.so
Hi, I'm new to R. I'm trying to install R-0.64.0 on FreeBSD 2.2.8 (also new to FreeBSD). First, I run ./configure and then make. Make gives me an error message because it cannot find "eda.so" when trying to link it with line.o and smooth.o (see output below). I would appreciate it if somone could help me to fix this error. Thanks. Loren AFTER RUNNING CONFIGURE: R is now configured for i386-unknown-freebsd2.2.8 Source directory: . Installation directory: /usr...
2012 Nov 11
0
[LLVMdev] IR sizeof?
Does this help? http://nondot.org/sabre/LLVMNotes/SizeOf-OffsetOf-VariableSizedStructs.txt On 11 Nov 2012, at 10:52, edA-qa mort-ora-y <eda-qa at disemia.com<mailto:eda-qa at disemia.com>> wrote: Is there a way to get the size of a type in the IR assembly code? I know the size must be known since alloca and getelementptr both implicitly use it, but I don't see any way to get access to the size direct...
2013 Sep 23
0
Unable to execute Java MapReduce (Hadoop) code from R using rJava
...hich will call the Java code and execute the job. Hence, I have written a similar R function. But when I call this function from R terminal, the Hadoop job is not running. Its just printing few lines of warning messages and does nothing further. Here is the execution scenario: *> source("mueda.R")* *> mueda(analysis="eda", input="/user/root/sample1.txt", output="/user/root/eda_test", columns=c("0", "1"), columnSeparator=",")* *log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetric...
2002 Jan 30
2
dataframe subset using levels as criteria
Hi I want to select a subset of a dataframe (frota) using the levels of a factor (matricula) in another dataframe (logbooks.eda). The command and output are bellow and it's not working ... > frota[frota$matricula==levels(logbooks.eda$matricula),] matricula compff tab potmaq 1 A-1420-C NA NA NA 2 A-1676-C NA 12070 36800 3 A-1954-C 3214 17565 44100 4 A-1961-C 3197 17992 46300 5 A-2011-...
2011 Jan 20
1
Samba name/address mismatch
Hello In samba log file I've a message like this: [2011/01/18 16:04:04, 0] lib/util_sock.c:matchname(1749) matchname: host name/address mismatch: ::ffff:192.168.168.202 != pc-ser-tun.eda that fills log.smbd. I've never used ipv6 and ping pc-ser-tun.eda returns: PING pc-ser-tun.eda (192.168.168.202) 56(84) bytes of data. 64 bytes from pc-ser-tun.eda (192.168.168.202): icmp_seq=1 ttl=128 time=0.092 ms and in smb.conf i've this entry: hosts allow = 127. 192.168.1. 192.168.1...
1999 Mar 08
1
March7th R-devel,hpux10.20,egcs-2.93.03 19990124
...ms get the ".so" extention. I had to #ifdef hpux and add ".sl". 2). It picks up readline but history is still inside the comments in src/include/Platform.h, I had to manually change this in order to get readline history. 3). Now it builds and installs OK. 4). library(help = eda) gets me Error: No documentation for package `eda' This seems to be happening because system.file("INDEX", help, lib.loc) in library returning NULL. debugging system.file show that present <- file.exists(FILES) gets FALSE. FILES= "/home/absd00t/local/lib/R/library/eda/IN...