search for: lade

Displaying 20 results from an estimated 30 matches for "lade".

Did you mean: blade
2009 Sep 14
2
Function "Varcov" in Design (Ver. 2.2-0) package
...ova"-function I never got before with the Design (Version 2.2-0) package. There seems to be a missing function "Varcov", please check my function calls (it's in german but I think you get the error): > library(Design) ## attaching Design package and dependent packages Lade n?tiges Paket: Hmisc ## loading dependent packages Lade n?tiges Paket: survival Lade n?tiges Paket: splines Attache Paket: 'Hmisc' The following object(s) are masked from package:survival : untangle.specials The following object(s) are masked from package:base : format.pval,...
2010 Feb 08
1
objects masked from packages
...teien ... Fertig. one of the classes in the package is a S3 packge and has the name "preprocess". using the package require various packages. one of them is affyPLM, which also have a S3 class named preprocess. Each time I'm using the program i get the message: > library(affyPLM) Lade nötiges Paket: affy Lade nötiges Paket: Biobase Welcome to Bioconductor Vignettes contain introductory material. To view, type 'openVignette()'. To cite Bioconductor, see 'citation("Biobase")' and for packages 'citation(pkgname)'. Lade nötiges Paket: gcrma...
2013 Jun 10
1
Rcmdr seit heute nicht mehr ladbar
Wenn man ihn mal braucht ist er tot. folgende Fehlermeldung ereilt mich seit heute beim starten des R Commander auf dem Mac: > library(Rcmdr) Lade n?tiges Paket: car Lade n?tiges Paket: MASS Lade n?tiges Paket: nnet Error : .onAttach in attachNamespace() f?r 'Rcmdr' fehlgeschlagen, Details: ? Aufruf: structure(.External(.C_dotTclObjv, objv), class = "tclObj") ? Fehler: [tcl] invalid command name "image". Zus?tzlic...
2006 Jan 26
2
What's wrong with JGR?
Hi all, I downloaded and installed JGR. Then when I tried to load the package in R console, it generated the following error message: > local({pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: rJava using Java Runtime version 1.5.0 using JAVA_HOME = C:\Program Files\Java\jre1.5.0_01 Loading required
2015 Jun 25
2
EFI: PXE: "My IP is 0.0.0.0"
...lid?? Presume NIC-1 had a filename "syslinux.efi" while NIC-2 "bootx64.efi".? Now consider if NIC-3 came first in the boot order. <<< Yes I know what you mean; "I think" the handle of the running image (our code) has a "path" telling us where was laded from. That would solve this thing. Best, Patrick
2012 May 20
3
dot - comma problem
Dear all I am trying to use the ODB package to connect to an libreoffice-odb database. The libreoffice package is german, thus, decimal separator is a comma. However, I can open the database and upload a it without error, library(ODB) db <- odb.open("Test.odb") but a soon as the "odb.open" command is executed, the decimal separator in R is changed to comma. Before
2007 Oct 01
1
Error loading DCluster
When I try to load the DCluster package I get the following error message (R 2.5.1; PowerBook G4; Mac OS X 10.4.10) (Load needed package) Lade nötiges Paket: spdep (error: package spdep could not been loaded) Fehler: Paket 'spdep' konnte nicht geladen werden (additional warning message) Zusätzlich: Warning message: (There is no package spdep in:.....) es gibt kein Paket 'spdep' in: library(pkg, character.only = TRUE, log...
2008 Jan 10
1
load tcltk
Hi All! Can someone help me with the following problem? Lade n?tiges Paket: tcltk Loading Tcl/Tk interface ... Error in dyn.load(file, ...) : kann shared library '/Library/Frameworks/R.framework/Versions/2.6/ Resources/library/tcltk/libs/ppc/tcltk.so' nicht laden: dlopen(/Library/Frameworks/R.framework/Versions/2.6/Resources/ library/tcltk/lib...
2008 Feb 12
0
Error message svIO library with latex option
...y hello to all the members of the list. After working with SAS and SPSS, I do my first steps with R. I have a problem with the copy function of the svIO-library. The ascii option works, but with the latex-option, an error message appears ("invalid filename argument"): > library(svIO) Lade n?tiges Paket: svMisc Lade n?tiges Paket: R2HTML > data(iris) > copy(iris, type = "typelist") [1] "raw" "ascii" "html" "latex" > copy(iris, type = "ascii") > copy(iris, type = "latex") Fehler in file.info(lib.loc)...
2009 Jul 06
1
Starting R Commander doesn't work (PR#13806)
Full_Name: Noyb Version: 2.9.1 OS: Ubuntu 9.04 Submission from: (NULL) (141.53.34.152) Hello, I installed the GUI R Commander and tried to open it out of R by > library("Rcmdr"). The following message occurred: "Lade n?tiges Paket: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk auf diesem System nicht verf?gbar Fehler: Paket 'tcltk' konnte nicht geladen werden" (in English: Load needed package: tcltk Error in firstlib(which.lib.loc, package) : Tcl/Tk not avai...
2009 Dec 07
0
Sweave, cacheSweave, and data frame
It's been a while since this thread appeared, but I had the same problem and don't want to keep the solution for myself. A small, reproducible example: <<cache=true>>= a=1 @ <<>>= a+1 @ Compiling with cacheSweave gives an error: > library(cacheSweave) Lade n?tiges Paket: filehash filehash: Simple key-value database (2.0-1 2008-12-19) Lade n?tiges Paket: stashR A Set of Tools for Administering SHared Repositories (0.3-3 2009-03-26) > Sweave("cacheSweaveExample.rnw", driver=cacheSweaveDriver) Writing to file cacheSweaveExample.tex Process...
2009 Nov 18
1
where can I download package svIO?
...ut it is not available anymore on the package lists. Every session I start R and chose the CRAN-Mirror I receive the following warning: Bitte einen CRAN Spiegel f?r diese Sitzung ausw?hlen --- Warnmeldung: In getDependencies(pkgs, dependencies, available, lib) : package ?svIO? is not available Lade Tcl/Tk Interface ... fertig Fehler in library(svIO) : es gibt kein Paket 'svIO' I found a similar problem for svMisc a few weeks ago (http://www.mail-archive.com/r-help at r-project.org/msg74057.html). Will there be a new svIO-package the next weeks or is it included anywhere elso now?...
2023 Apr 16
2
Package Caret
...ing > R-tools (or the caret package, specifically)? > > -- Bert > > On Sun, Apr 16, 2023 at 1:57?PM G?bor Malomsoki > <gmalomsoki1980 at gmail.com> wrote: > > > > I have newly installed R, R-tools, RStudio, but still not working: > > > > library(caret)Lade n?tiges Paket: latticeError: Laden von Paket oder > > Namensraum f?r ?caret? in loadNamespace(i, c(lib.loc, .libPaths()), > > versionCheck = vI[[i]]): fehlgeschlagen > > Namensraum ?vctrs? 0.5.2 ist bereits geladen, aber >= 0.6.0 wird > gefordert > > > > > &g...
2023 Apr 16
1
Package Caret
I have newly installed R, R-tools, RStudio, but still not working: library(caret)Lade n?tiges Paket: latticeError: Laden von Paket oder Namensraum f?r ?caret? in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): fehlgeschlagen Namensraum ?vctrs? 0.5.2 ist bereits geladen, aber >= 0.6.0 wird gefordert Error in createDataPartition(hypotezis_df$X, p = 0.75, list...
2012 Jul 24
3
package memisc: recode examples
Dear people, Yesterday I looked at the recode command in the memisc package and ran the following example stated in the manual: x <- as.item(sample(1:6,20,replace=TRUE), labels=c( a=1, b=2, c=3, d=4, e=5, f=6)) print(x) f <- as.factor(x) f recode(f,
2006 Nov 28
1
(PR#9390) when loading library tripack entry point "signal"
...; -> the entry point "signal" 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 > > ______________________________________________ >...
2023 Apr 16
1
Package Caret
...package to the latest version first before loading R-tools (or the caret package, specifically)? -- Bert On Sun, Apr 16, 2023 at 1:57?PM G?bor Malomsoki <gmalomsoki1980 at gmail.com> wrote: > > I have newly installed R, R-tools, RStudio, but still not working: > > library(caret)Lade n?tiges Paket: latticeError: Laden von Paket oder > Namensraum f?r ?caret? in loadNamespace(i, c(lib.loc, .libPaths()), > versionCheck = vI[[i]]): fehlgeschlagen > Namensraum ?vctrs? 0.5.2 ist bereits geladen, aber >= 0.6.0 wird gefordert > > > Error in createDataPartition(hyp...
2015 Jun 25
0
EFI: PXE: "My IP is 0.0.0.0"
On Thu, Jun 25, 2015 at 11:54 AM, Patrick Masotta <masottaus at yahoo.com> wrote: > Yes I know what you mean; > "I think" the handle of the running image (our code) has a "path" telling us where > was laded from. That would solve this thing. I just found we already found the handle before in a more reliable manner and we already found it in the beginning of execution in efi_main(). -- -Gene
2004 Apr 13
1
How to install HP PSC 2410 into SAMBA
Hi all, Would like to know how to install HP PSC 2410 printer into SAMBA? I found the installation CD provided by HP is not the traditional driver disk. Thx Many. Best Regards, Jonathan Chiu OOCL Logistics Unit 1, 4/F., Sun Hung Kai Centre, 30 Harbour Road, Wanchai TEL: 852 . 2990 0174 FAX: 852 . 28249017 IMPORTANT NOTICE Email from OOCL is confidential and may be legally
2012 Jul 25
0
gsl lib version detected wrong during install
...from everywhere in the command prompt. R is installed at /usr/bin/R. > install.packages("gsl",dependencies=TRUE) Installiere Paket(e) nach ?/home/georgs/R/x86_64-unknown-linux-gnu-library/2.14? (da ?lib? nicht spezifiziert) --- Bitte einen CRAN Spiegel f?r diese Sitzung ausw?hlen --- Lade Tcl/Tk Interface ... fertig versuche URL 'http://cran.at.r-project.org/src/contrib/gsl_1.9-9.tar.gz' Content type 'application/x-gzip' length 338684 bytes (330 Kb) URL ge?ffnet ================================================== downloaded 330 Kb * installing *source* package ?gsl?...