Displaying 6 results from an estimated 6 matches for "nmspace".
Did you mean:
namspace
2007 Nov 05
2
namespace crash on S3method("as.ff",function)
...ind of parsing error:
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
Fehler in parse(nsFile) : Unerwartetes ')' bei
348:
349: S3method("as.ff",function)
Calls: <Anonymous> -> parseNamespaceFile -> parse
Ausf?hrung angehalten
make[2]: *** [nmspace] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-ff] Error 2
*** Installation of ff failed ***
Is this a bug? Any ideas?
Best regards
Jens
P.S. with as.ff() we can do things like
ffx <- as.ff(x) # as.ff.default() turns a standard R object into an ff object stored on disk
as.ff(log)(ffx)...
2008 Oct 14
2
can't R CMD INSTALL on WinXP
...(file, "r") : cannot open the connection
Calls: <Anonymous> -> parseNamespaceFile -> parse -> file
In addition: Warning message:
In file(file, "r") :
cannot open file 'c:/R/library/randomForest/NAMESPACE': Permission
denied
Execution halted
make[2]: *** [nmspace] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-randomForest] Error 2
*** Installation of randomForest failed ***
Removing 'c:/R/library/randomForest'
Best,
Andy
Notice: This e-mail message, together with any attachme...{{dropped:12}}
2005 Jul 11
2
building packages on Windows
...------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file
'D:/Users/sundard/slib/sundar/R/sundar.Rcheck/sundar/NAMESPACE'
Execution halted
make[2]: *** [nmspace] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-sundar] Error 2
*** Installation of sundar failed ***
Removing 'D:/Users/sundard/slib/sundar/R/sundar.Rcheck/sundar'
ERROR
Installation failed.
I've also tried to remove the NAMESPACE which then passes `check' but
fails on `buil...
2008 Apr 19
2
package building problem under Windows Vista
...s: <Anonymous> -> parseNamespaceFile -> parse -> file
In addition: Warning message:
In file(file, "r") :
cannot open file
'C:/Users/JOHNFO~1/AppData/Local/Temp/Rinst602447586/tradeCos
ts/NAMESPACE', reason 'Permission denied'
Execution halted
make[2]: *** [nmspace] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-tradeCosts] Error 2
*** Installation of tradeCosts failed ***
Removing 'C:/Users/JOHNFO~1/AppData/Local/Temp/Rinst602447586/tradeCosts'
* creating vignettes ... OK
* removing junk files
* checking for LF line-endings in source and make fil...
2004 Oct 17
2
Errors while compiling packages with namespace?
...l of them,
except one whose compilation fails (under Windows XP & R 2.0.0):
---------- Making package svViews ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
Error in parse(file, n, text, prompt) : syntax error on line 21
Execution halted
make[2]: *** [nmspace] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-svViews] Error 2
*** Installation of svViews failed ***
This kind of error tells me that there is something wrong in my code, making
it impossible to parse, isn't it? However, when I source the code in R,
everything is fine. Also, this package...
2007 Jun 12
1
PATCH: install inst/ before doing lazyload on Windows
...hink the order on Windows
should be changed. Perhaps like this:
diff --git a/src/gnuwin32/MakePkg b/src/gnuwin32/MakePkg
index 57af321..868e8f1 100644
--- a/src/gnuwin32/MakePkg
+++ b/src/gnuwin32/MakePkg
@@ -74,10 +74,10 @@ all:
@$(MAKE) --no-print-directory -f $(RHOME)/src/gnuwin32/MakePkg -s nmspace
@$(MAKE) --no-print-directory -f $(RHOME)/src/gnuwin32/MakePkg Dynlib
@$(MAKE) --no-print-directory -f $(RHOME)/src/gnuwin32/MakePkg -s R
+ @$(MAKE) --no-print-directory -f $(RHOME)/src/gnuwin32/MakePkg -s $(DPKG)/demo $(DPKG)/exec $(DPKG)/inst $(DATA)
ifeq ($(strip $(LAZY)),true)
@$(MAKE)...