search for: angegeben

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

Did you mean: angegebene
2006 Jan 26
2
cluster analysis: "error in vector("double", length): given vector size is too big {Fehler in vector("double", length) : angegebene Vektorgröße ist zu groß}
Dear R Specialists, when trying to cluster a data.frame with about 80.000 rows and 25 columns I get the above error message. I tried hclust (using dist), agnes (entering the data.frame directly) and pam (entering the data.frame directly). What I actually do not want to do is generate a random sample from the data. The machine I run R on is a Windows 2000 Server (Pentium 4) with 2 GB of
2006 Nov 28
1
(PR#9390) when loading library tripack entry point "signal"
...uot; in rgui.exe is not found > > in R itself following error is displayed: > Fehler in dyn.load(x, as.logical(local), as.logical(now)) : > kann shared library > 'I:/PROGRAMME/R_erkan/R-2.4.0/library/tripack/libs/tripack.dll' nicht laden: > LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden. > > Fehler in library(tripack) : .First.lib fehlgeschlagen f?r 'tripack' > > > > can somebody help me? > > Bye, > Erkan YILMAZ > > ______________________________________________ > R-devel at r-project.org mailing list >...
2008 May 10
5
wxRuby 1.9.7 released
Hi wxRuby 1.9.7 is now available from rubyforge. This release is mainly to restore one-step gem installation for Windows users, so they can easily benefit from the many enhancements and fixes that were included in 1.9.6. The gem will now install Microsoft''s VC version 8.0 dlls. As usual ''gem install wxruby'' should get you the latest version. For users on Linux and
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
...nately I did not manage load the rJava package receiving the following error-message: > library("rJava") Error in inDL(x, as.logical(local), as.logical(now), ...) : kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht laden: LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error : .onLoad in 'loadNamespace' f?r 'rJava' fehlgeschlagen Fehler: Laden von Paket/Namensraum f?r 'rJava' fehlgeschlagen Translation: can't load library ... rJava.dll LoadLibrary failure: the module was not found Reinstalling the pack...
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
...nately I did not manage load the rJava package receiving the following error-message: > library("rJava") Error in inDL(x, as.logical(local), as.logical(now), ...) : kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht laden: LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error : .onLoad in 'loadNamespace' f?r 'rJava' fehlgeschlagen Fehler: Laden von Paket/Namensraum f?r 'rJava' fehlgeschlagen Translation: can't load library ... rJava.dll LoadLibrary failure: the module was not found Reinstalling the pack...
2001 Oct 04
1
tcl/tk & Windows2000?
...tcl/tk is really here ! Sys.putenv("TCL_LIBRARY"="C:/tcl/lib/tcl83") ,but after i use : library(tcltk) ,i get : Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "D:/XY/rw1030/library/tcltk/libs/tcl83": LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error in library(tcltk) : .First.lib failed Tcl/Tk was correct installed, i used ActiveState TCL/TK, too. Is it possible i have copy some files to /winnt/system32 folder ? thanks for advance & reagards, christian ________________________________________________...
2010 Feb 25
1
mtext with at=NULL
...xt I found "at: If ?length(at)==0? (the default), the location will be determined by ?adj?" But if I use mtext( "hello world", at=NULL) there comes the following error message: Fehler in mtext("hallo Welt", side = 3, adj = NA, at = NULL) : 'at' mit L?nge 0 angegeben So the help says it is ok to use at with length(at) == 0 but if I use an at with length(at) == 0 I get an error message. This is a bug, isn't it? Kind regards, Ulrike Feldmann -- Ulrike Feldmann ZKRD Statistician Zentrales Knochenmarkspender-Register Fon: +4...
2004 Apr 05
1
Win2k Clients cant connect to Samba 2.2.8
...s Server with Win2k/2k3 Clients. I can access the Server with WinNT Clients and I can access the Server with win2k Clients which are also behind the FW. I can see the Server in the browslist, but if I try to ope the link I get the following Error: Auf \\Okenanos kann nicht zugegriffen werden Der angegebene Netzwerkname ist nicht mehr verf?gbar my bad translation: okenanos can not be accessed the requested host is no longer existent All windows PC have the latest Patches/SP. Thanks for help Jan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Ty...
2012 Oct 06
1
Download limit
...;- new.env() >getSymbols(tickers, src = 'yahoo', from = '1980-01-01', env = data, auto.assign = T) <environment: 0x0b49ba98> Warnmeldungen: 1: In download.file(paste(yahoo.URL, "s=", Symbols.name, "&a=", from.m, : heruntergeladene Länge 261497 != angegebener Länge 200 [[alternative HTML version deleted]]
2007 Sep 03
2
The quadprog package
...t;-matrix(0,7,1) # muss als Spaltenvektor eingegeben werden dvec mu<-0 # (in Mio. €) bvec<-c(1,mu,matrix(0,7,1)) # muss als Spaltenvektor eingegeben werden bvec mu_r<-c(19.7,33.0,0.0,49.7, 82.5, 39.0,11.8) Amat<-matrix(c(matrix(1,1,7),7*mu_r,diag(1,7,7)),9,7,byrow=T) # muss als Matrix angegeben werden, wie sie wirklich ist Amat meq<-2 loesung<-solve.QP(Dmat,dvec,Amat=t(Amat),bvec=bvec,meq=2) loesung # Überprüfen, ob System richtig gelöst wurde loesung$solution %*% mu_r sum(loesung$solution) for (i in 1:7){ a<-loesung$solution[i]>=0 print(a) } Thanks in advance for your ans...
2009 Nov 25
1
rattle(): unable to load shared library
...work and I have following error message: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'C:/Programme/R/R-2.10.0/library/RGtk2/libs/RGtk2.dll': LoadLibrary failure: Die angegebene Prozedur wurde nicht gefunden. Failed to load RGtk2 dynamic library, attempting to install it. Learn more about GTK+ at http://www.gtk.org If the package still does not load, please ensure that GTK+ is installed and that it is on your PATH environment variable IN ANY CASE, RESTART R BEFORE TRYIN...
2003 Aug 27
1
samba und netzlaufwerke unter winxp
Hallo, Ich habe ebendfalls das Problem, dass ich mich extra anmelden muss bei meinem Linux-Server. Hast Du da eine L?sung gefunden. From: "Marcel Stein" <marcel-stein@arcor.de> Subject: samba und netzlaufwerke unter winxp Date: Thu, 26 Jun 2003 20:04:56 +0200 Message-ID: <000001c33c0d$76d703f0$0201a8c0@winxp> Ich habe einen samba zu laufen und greife vom client winxp
2010 Nov 12
1
unexpected behaviour of rbind with dataframe containing POSIXct
Hello list, here is what I stumbled upon: 1> test <- data.frame(time=as.POSIXct((1:2),origin="2000-1-1")) 1> test time 1 2000-01-01 00:00:01 2 2000-01-01 00:00:02 1> rbind(test,b=1:2) Fehler in as.POSIXct.numeric(value) : 'origin' muss angegeben werden When I try to attach an additional row to a dataframe with a row containing dates I get the error shown above (which says that there was an error in "as.POSIXct.numeric(value)": an 'origin' has to be given). I haven't found any information on this so I would like to k...
2010 Oct 01
2
Issues loading rtiff 1.4.1 with R 2.6.2 on Windows
...tried to load it, I got: >local({pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Error in dyn.load(file, ...) : unable to load shared library 'C:/PROGRA~1/R/R-26~1.2/library/rtiff/libs/rtiff.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. When running "nm" from MinGW on C:\Program Files\R\R-2.6.2\library\rtiff\libs\rtiff.dll, it tells me "no symbols" :-/ So I tried to compile the dll from the sources and did this: gcc -shared -o rtiff.dll rtiff.c -ltiff -lr -I"C:\Program Files...
2018 Sep 22
2
can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
...quot;D:\projects\fun\jit_tests\clang_from_src\llvm-build\lib\Target\X86\X86CommonTableGen.vcxproj" (38) auf Knoten "1" (Standardziele). InitializeBuildStatus: "x64\Debug\X86CommonTableGen\X86Commo.1917F16D.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde. CustomBuild:   Building X86GenAsmMatcher.inc...   Building X86GenAsmWriter.inc...   Building X86GenAsmWriter1.inc...   Building X86GenCallingConv.inc...   Building X86GenDAGISel.inc...   Building X86GenDisassemblerTables.inc...   Building X86GenEVEX2VEXTables.inc...   Building X86Gen...
2011 Jun 10
2
Require of gWidgetsRGtk2 fails: RGtk2.dll can't be found, but it's there
...pperly in 'install.packages'. Loading required package: gWidgetsRGtk2 Loading required package: gWidgets Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'R:/Apps/R/R-2.13.0/library/RGtk2/libs/i386/RGtk2.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Failed to load RGtk2 dynamic library, attempting to install it. Learn more about GTK+ at http://www.gtk.org If the package still does not load, please ensure that GTK+ is installed and that it is on your PATH environment variable IN ANY CASE, RESTART R BEFORE TRYING T...
2008 Dec 17
1
using dvi with latex object: directory not correctly set, maybe due to error in shQuote()
...Weitergabe des Inhalts dieser E-Mail und der E-Mail selber unzulässig ist. Sollten Sie diese E-Mail irrtümlich erhalten haben, so bitten wir Sie, den Absender unverzüglich durch Antwort-E-Mail oder Anruf unter +49 (6172) 916-0 zu informieren und diese Nachricht zu löschen. Soweit nicht anderweitig angegeben, ist diese Nachricht weder ein Angebot noch die Einholung eines Angebots zum Kauf oder Verkauf von Investitionen jedweder Art. Wir senden und empfangen E-Mails nur auf der Grundlage, dass wir nicht für Datenkorruption, Abfangen von Daten, nicht autorisierte Änderungen, Verfälschung und Viren und de...
2014 Jul 11
0
Aktualіѕіегung dеѕ Κоntоѕtatus. Аntwοгt егfοгderlich
...Hat jemand ohne Ihr Wissen Ih? ???Pal-??nto verwendet? Das sollten Sie tun Logg?n ??? ?ich so bald wie m?glich in Ih? ???Pal-Kont? ein. Wir bitten Sie m?glicherweise, Inf??m?t??nen zu best?tigen, die Sie beim Er?ffnen Ih??? ?ontos angegeben haben. So wird sichergestellt, dass Sie der Kontoinhaber sind. Wie geht es nun weiter? Lass?n ??e uns Ihr K?nt? gemeinsam wiede?h???t?llen. Nachdem Sie alle Schritte durchgef?hrt haben, antworten wir Ihnen innerhalb von 72 Stund...
1999 Nov 09
0
Samba server rejects (Win95) request
...doubleclick on it or when I try to smbmount a service from another Linux machine I get 1.) in Windows the error "\\[hostname] is not available. This computer does not (want to) receive demands. Repeat this process later." (orig. in German: "\\[hostname] ist nicht verf?gbar Der angegebene Coputer empf?ngt keine Anforderungen. Wiederholen Sie den Vorgang sp?ter."); 2.) in Linux the error (when using smbmount from another machine (I already tested to smbmount a windows95 directory on a win95 machine from this Linux machine and it worked.)): smb_dont_catch_keepalive: server->...
2003 Feb 18
0
ACL changing problem
hi all, i've a litte problem with my samba 2.2.7a running on SuSE 7.3 with a kernel 2.5.59: if i try to change any file acl from my win-client an error occurs "the network name is not longer avaiable" (orig: "Der angegebene Netzwerkname ist nicht mehr verf?gbar.") does someone know whats the problem and how to solve it? thanks NetRacer