search for: namespaceexport

Displaying 20 results from an estimated 23 matches for "namespaceexport".

2009 Dec 03
2
Error in namespaceExport(ns, exports) :
Dear all, I get the error "Error in namespaceExport(ns, exports) : undefined exports function1 , function2" when compiling or even when I roxygen my package. The two function I once had in my package but I deleted them including their .Rd files. I also can't find them in any other function or help file. So does anybody know where these...
2009 Dec 03
2
Error in namespaceExport(ns, exports) :
Dear all, I get the error "Error in namespaceExport(ns, exports) : undefined exports function1 , function2" when compiling or even when I roxygen my package. The two function I once had in my package but I deleted them including their .Rd files. I also can't find them in any other function or help file. So does anybody know where these...
2019 Sep 06
0
Cryptic error message from namespaceExport
...cible example would help. On Fri, Sep 6, 2019 at 7:48 AM Thierry Onkelinx via R-devel <r-devel at r-project.org> wrote: > > Dear all, > > Today I got this error message (R 3.6.1) when installing my package: > > Error: package or namespace load failed for ?inlatools? in > namespaceExport(ns, exports): > undefined exports: .__C__inla > > My package was using setOldClass("inla") and exported the "inla" class via > the NAMESPACE. It imports functions from the INLA package. Older versions > of the INLA package did not export the "inla" clas...
2019 Sep 06
2
Cryptic error message from namespaceExport
Dear all, Today I got this error message (R 3.6.1) when installing my package: Error: package or namespace load failed for ?inlatools? in namespaceExport(ns, exports): undefined exports: .__C__inla My package was using setOldClass("inla") and exported the "inla" class via the NAMESPACE. It imports functions from the INLA package. Older versions of the INLA package did not export the "inla" class. Hence the use of setO...
2019 Sep 06
1
Cryptic error message from namespaceExport
..., 2019 at 7:48 AM Thierry Onkelinx via R-devel > <r-devel at r-project.org> wrote: > > > > Dear all, > > > > Today I got this error message (R 3.6.1) when installing my package: > > > > Error: package or namespace load failed for ?inlatools? in > > namespaceExport(ns, exports): > > undefined exports: .__C__inla > > > > My package was using setOldClass("inla") and exported the "inla" class > via > > the NAMESPACE. It imports functions from the INLA package. Older versions > > of the INLA package did not ex...
2004 Sep 24
2
rw2000dev: problems with library(foreign)
I get the following > library(foreign) Error in namespaceExport(ns, exports) : undefined exports: write.foreign Error in library(foreign) : package/namespace load failed for 'foreign' with rw2000dev as of (2004-09-17 Kjetil -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. -- Mahdi Elmandjra
2013 Feb 15
2
Matrix does not build with R trunk since Oct.
...esting. Anyway neither Matrix 1.0-11 (current) nor 1.0-9 (sept 2012) build with current R trunk. The last time it did was 1. 0-9 on 3rd october over 4 months ago. So it appears to be due to change inside r trunk in sept or early oct. ---------------- Loading required package: Matrix Error in namespaceExport(ns, exports) : undefined exports: .M.classEnv Error : require(Matrix) is not TRUE ERROR: installing package indices failed * removing ?/svn-loc/R/library/Matrix? * restoring previous ?/svn-loc/R/library/Matrix? make[2]: *** [Matrix.ts] Error 1 make[2]: Leaving directory `/svn-loc/R/src/library/Reco...
2007 Dec 03
0
Make error while installing R 2.6.1 on GNU/linux
...t.o kmns.o eureka.o stl.o portsrc.o lminfl.o -L../../../../lib -lRblas -lg2c -lm -lgcc_s -L../../../../lib -lR make[5]: Leaving directory `/mnt/Bioinformatics/dbest/R-2.6.1/src/library/stats/src' make[4]: Leaving directory `/mnt/Bioinformatics/dbest/R-2.6.1/src/library/stats/src' Error in namespaceExport(ns, exports) : undefined exports :memory.limit, memory.size Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace -> namespaceExport Execution halted make[3]: *** [all] Error 1 make[3]: Leaving directory `/mnt/Bioinformatics/dbest/R-2.6.1/src/library/stats'...
2011 Sep 01
1
Namespace in packages
...quot;h"), name="mypkg") and would like only h() to be available when I load it, and exposed. I tried creating a file called NAMESPACE that has one line: export(h) But after running R CMD install, when I try to load it with: library("mypkg",lib.loc=...) i get "Error in namespaceExport(ns, exports) : undefined exports: h"/ What am I doing wrong? (BTW, side question, if, after loading, i overload f() or g() with a new definition from the R console, will h() be affected?) Thanks, Eran Eidinger. [[alternative HTML version deleted]]
2010 Feb 12
1
filenames with special characters in the R/ directory of a package?
...m_dir my.pkg I then load the package. I get the following errors and warnings. I changed a file to one without these special characters. Then the corresponding warning/error disappears. Is it the case that there should never be files with special characters as names? > library(my.pkg) Error in namespaceExport(ns, exports) : undefined exports: %is% In addition: Warning message: S3 methods ?[.set? were declared in NAMESPACE but not found Error: package/namespace load failed for 'my.pkg'
2003 May 05
1
Error in library(MASS) : package/namespace load failed
Dear all, I have installed 1.7.0 on my Win XP and want to use MASS. But I get this error message: > library(MASS) Error in namespaceExport(ns, exports) : undefined exports: abbey, accdeaths, Aids2, Animals, anorexia, austres, bacteria, beav1, beav2, biopsy, birthwt, ... Error in library(MASS) : package/namespace load failed I therefore again downloaded VR.zip. When I extracted the files I always answered yes to the question of "...
2012 Aug 15
1
Build from Source fails on Loading required package Matrix
...nction for 'qr.resid' from package 'base' in package 'Matrix' Creating a generic function for 'qr.fitted' from package 'base' in package 'Matrix' ** help *** installing help indices ** building package indices Loading required package: Matrix Error in namespaceExport(ns, exports) : undefined exports: .M.classEnv Error : require(Matrix) is not TRUE ERROR: installing package indices failed * removing 'C:/Users/Dan/Documents/R-2.15.1/library/Matrix' make[1]: *** [Matrix.ts] Error 1 make: *** [recommended] Error 2 Perhaps there are special settings I shoul...
2010 Apr 17
1
Fishy error with NAMESPACE when checking package
...tions named pc.points and pc.matpoints. Erroneously I wrote pc.plot and pc.matplot in the NAMESPACE file and of course got an error from Rcmd check. So I corrected the NAMESPACE file, but I still get from r-check: * install options are ' --no-html' Loading required package: utils Error in namespaceExport(ns, exports) : undefined exports: pc.plot, pc.matplot Error: package/namespace load failed for 'Epi' I cannot seem to find any occurrence of the strings "pc.plot" and "pc.matplot" anywhere in the entire package tree. Any idea of what goes on (and where to find the pe...
2017 Nov 20
2
package check fail on Windows-release only?
...t.diagSummary', 'c.abIndex', 'c.sparseVector', 'as.array.Matrix', 'as.array.sparseVector', 'as.matrix.Matrix', 'as.matrix.sparseVector', 'as.vector.Matrix', 'as.vector.sparseVector' were declared in NAMESPACE but not found Error in namespaceExport(ns, exports) : undefined exports: %&%, Cholesky, .SuiteSparse_version, Diagonal, .symDiagonal, .sparseDiagonal, .trDiagonal, Hilbert, KhatriRao, Matrix, MatrixClass, spMatrix, sparseMatrix, rsparsematrix, Schur, abIseq, abIseq1, rep2abI, band, bandSparse, bdiag, .bdiag, c.sparseVector, condes...
2007 Feb 05
1
Build error with last R-devel tarball
...tp.stat.math.ethz.ch/Software/R/R-devel_2007-02-04.tar.gz I get the following build error: E:\biocbld\bbs-2.0-bioc\R\src\gnuwin32> make ... ... ---------- Making package utils ------------ adding build stamp to DESCRIPTION installing NAMESPACE file and metadata installing R files Error in namespaceExport(ns, exports) : undefined exports :?, CRAN.packages, Rprof, Rprofmem, RShowDo c, RSiteSearch, URLdecode, URLencode, alarm, apropos, argsAnywhere, assignInNamespace, as.roman, as.p erson, as.personList, available.packages, browseEnv, browseURL, bug.report, capture.output, checkCRAN , chooseCRANmirror...
2008 Nov 13
1
Package install problem on Windows (PR#13284)
...infinite recursion problem and give an useful message. It still fails but now says: Loading required package: RtTests Warning: S3 methods 'summary.RtTestSetResults', 'print.RtTestSetResults', 'print.RtTestSetResults.summary' were declared in NAMESPACE but not found Error in namespaceExport(ns, exports) : undefined exports: parseTranscriptFile, compareTranscriptAndOutput Error: package 'RtTests' could not be loaded Execution halted It is true that RtTests declares the various functions in its name space, but why can they suddenly not be found? If I load RtTests by itself, i...
2009 Aug 20
1
Problem with updating/reinstalling R under UBUNTU (Hardy)
....1/src/library/tools/src' mkdir -p -- ../../../../library/tools/libs make[6]: Leaving directory `/data/prog/R-2.9.1/src/library/tools/src' make[5]: Leaving directory `/data/prog/R-2.9.1/src/library/tools/src' make[4]: Leaving directory `/data/prog/R-2.9.1/src/library/tools' Error in namespaceExport(ns, exports) :   exportations non définies : checkDocFiles, checkDocStyle, checkFF, checkReplaceFuns, checkS3methods, checkTnF, codoc, codocClasses, codocData, undoc Calls: ::: ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> In addition: Warning message: les méthodes S3 ‘...
2004 Dec 13
0
(no subject)
I have installed Parallel R on a LINUX Cluster and I am trying to initiate the Parallel engine function in pR but I am receiving this error Error in namespaceExport(ns, exports) : undefined exports: fixPre1.8 > StartPE(2) chr [1:2] "/usr/local/lib/R/library/base/exec/pRBatch.R" "NULL" Failed to create scheduler thread. Failed to create threads. Error in StartPE(2) : Failed to initialize the parallel engine In addition: Warning mes...
2008 Jul 24
0
unable to load a library
hello all, i'm running R-2.6.1 on solaris 10 (x86). I added the package aplpack without problems, but when i try to use it, i got errors: > library(aplpack) Loading required package: tcltk Error in namespaceExport(ns, exports) : undefined exports :addTclPath, as.tclObj, is.tclObj, is.tkwin, tclfile.dir, tclfile.tail In addition: Warning message: S3 methods '$.tclvar', '$<-.tclvar', 'as.character.tclObj', 'as.character.tclVar', 'as.double.tclObj', 'as.integer....
2003 Dec 24
1
Questions and suggestions about namespaces
...({ : Error in library(package, lib.loc = lib.loc, character. >only = TRUE, verbose = FALSE) : These were caused because I was trying to export a class name in working around 2. The package installed fine with this error, but when trying to use it I got >> library(orientlib) >Error in namespaceExport(ns, exports) : undefined exports: orientation >Error in library(orientlib) : package/namespace load failed Suggestion: the CHECK script should print all errors, not just the last one, and perhaps should have a check that a namespace can load properly. 5. Another suggestion: even though impo...