search for: librarypkgnam

Displaying 13 results from an estimated 13 matches for "librarypkgnam".

Did you mean: librarypkgname
2005 Sep 27
2
Error in "make check-all"
...... OK * checking package dependencies ... OK * checking index information ... OK * checking package subdirectories ... OK * checking S3 generic/method consistency ... WARNING Erro: .First.lib failed for 'tcltk' Call sequence: 2: stop(gettextf(".First.lib failed for '%s'", libraryPkgName(package)), domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Interrupted execution See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Error: .First.lib fail...
2005 Oct 11
1
Error: .First.lib failed for 'SBMLodeSolveR'
....load("/data/devel/SBMLodeSolveR/SBMLodeSolveR/src/SBMLodeSolveR.so") The error/warning messages are: * checking S3 generic/method consistency ... WARNING Error: .First.lib failed for 'SBMLodeSolveR' Call sequence: 2: stop(gettextf(".First.lib failed for '%s'", libraryPkgName(package)), domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Error: .First.lib failed for...
2005 Dec 22
1
(no subject)
...rary.dynam("anovaGSL", pkg, lib) } I think these two things are enough. then I just run R CMD check anovaGSL (my package name) followed is the error message: Error: .First.lib failed for 'anovaGSL' Call sequence: 2: stop(gettextf(".First.lib failed for '%s'", libraryPkgName(package)), domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Error: .First.lib faile...
2009 May 27
1
"Error: package/namespace load failed"
...rst R package, and I have been getting the following series of errors when I run R CMD check: * checking S3 generic/method consistency ... WARNING Error: package/namespace load failed for 'REEMtree' Call sequence: 2: stop(gettextf("package/namespace load failed for '%s'", libraryPkgName(package)), call. = FALSE, domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Error: packa...
2005 Aug 15
2
R CMD check failure on minimal code
...iles. * checking R files for syntax errors ... OK * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... WARNING Error: unable to load R code in package 'ExpressCGH1' Call sequence: 2: stop(gettextf("unable to load R code in package '%s'", libraryPkgName(package )), call. = FALSE, domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Error: unab...
2006 Jan 20
1
R CMD check, NAMESPACE, import: bad error?
...;DNAhelperseth/DESCRIPTION' ... OK [snip] * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... WARNING Error: package/namespace load failed for 'DNAhelperseth' Call sequence: 2: stop(gettextf("package/namespace load failed for '%s'", libraryPkgName(package)), call. = FALSE, domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Error: packag...
2006 Jun 06
1
vague errors on R CMD check for very minimal S4-style package
..... OK * checking R files for syntax errors ... OK * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... WARNING Error: package/namespace load failed for 'simplepkg' Call sequence: 2: stop(gettextf("package/namespace load failed for '%s'", libraryPkgName(package)), call. = FALSE, domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Error: packa...
2005 Nov 10
0
Problem with C code under R2.2 only.
...package directory runs fine. To my knowledge the configuration of R2.2 and R2.1 on my machine are identical. * checking S3 generic/method consistency ... WARNING Error: .First.lib failed for 'SBMLodeSolveR' Call sequence: 2: stop(gettextf(".First.lib failed for '%s'", libraryPkgName(package)), domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Error: .First.lib failed for...
2006 Jun 12
2
about integration of a library into package creation
...ax errors ... OK * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... WARNING Erreur : le chargement du package / espace de noms a echoue' pour 'svcR' Sequence d'appel : 2: stop(gettextf("package/namespace load failed for '%s'", libraryPkgName(packag e)), call. = FALSE, domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution arrete'e See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Erreu...
2005 Jun 23
1
mac osx, g95 package port problem
...es ... OK * checking R files for syntax errors ... OK * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... WARNING Error: package/namespace load failed for 'bpkg' Call sequence: 2: stop(gettextf("package/namespace load failed for '%s'", libraryPkgName(package)),\ call. = FALSE, domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. See section 'Generic functions and methods' of the ...
2005 Jun 30
0
Relationship between dyn.load and library.dynam
...Out") } The use of hard wired paths is to simplify development When I run R CMD check on the package I get * checking S3 generic/method consistency ... WARNING Error: .First.lib failed for 'CallRFromC' Call sequence: 2: stop(gettextf(".First.lib failed for '%s'", libraryPkgName(package)), domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. A little debugging shows that the problem here is caused by library.dyn...
2009 May 13
3
Checking a (new) package - examples require other package functions
I am creating an R package. I ran R CMD check on the package, and everything passed until it tried to run the examples. Then, the result was: * checking examples ... ERROR Running examples in REEMtree-Ex.R failed. The error most likely occurred in: > ### * AutoCorrelationLRtest > > flush(stderr()); flush(stdout()) > > ### Name: AutoCorrelationLRtest > ### Title: Test for
2009 Jun 01
1
installing sn package
...rst R package, and I have been getting the following series of errors when I run R CMD check: * checking S3 generic/method consistency ... WARNING Error: package/namespace load failed for 'REEMtree' Call sequence: 2: stop(gettextf("package/namespace load failed for '%s'", libraryPkgName(package)),       call. = FALSE, domain = NA) 1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted See section 'Generic functions and methods' of the 'Writing R Extensions' manual. * checking replacement functions ... WARNING Error: packag...