search for: nsinfo

Displaying 17 results from an estimated 17 matches for "nsinfo".

Did you mean: osinfo
2017 Jul 07
1
[New Patch] Fix disk corruption when writing
...us < 0 on a valid closing? If you remove "&& errno" and leave only "if (status < 0)" in the previous patch then during make I have many warnings, e.g. : Warning messages: 1: In close.connection(con) : closing '/home/sokol/dev/R/R-devel/library/compiler/Meta/nsInfo.rds' failed: Success 2: In close.connection(con) : closing '/home/sokol/dev/R/R-devel/library/compiler/Meta/package.rds' failed: Success 3: In close(con) : closing '/home/sokol/dev/R/R-devel/library/compiler/R/compiler.rdx' failed: Success 4: In close.connection(con) :...
2003 Dec 16
1
Something wrong w/ R-devel?
...l into a brand new directory (to prevent it from me needing to 'make distclean' or the like): building package 'ts' mkdir -p -- ../../../library/ts/R make[3]: Leaving directory `/misc/homes/madman/R-test/src/library/ts' installing parsed NAMESPACE files ../../library/tools/Meta/nsInfo.rds: No such file or directory make[2]: *** [R] Error 2 make[2]: Leaving directory `/misc/homes/madman/R-test/src/library' make[1]: *** [R] Error 1 make[1]: Leaving directory `/misc/homes/madman/R-test/src' make: *** [R] Error 1 Apologies if this is a known issue already. -J
2012 Mar 09
0
.conflicts.OK no longer working regardless of export(.conflicts.OK) due to "stoplist"
...port(.conflicts.OK) do the job. So far so good, but in rev 56711 (Aug 12, 2011) the following piece of code was added to loadNamespace() [src/library/base/R/library.R], which drops '.conflicts.OK' regardless: ## process exports, seal, and clear on.exit action exports <- nsInfo$exports for (p in nsInfo$exportPatterns) exports <- c(ls(env, pattern = p, all.names = TRUE), exports) ## certain things should never be exported. if (length(exports)) { stoplist <- c(".__NAMESPACE__.", ".__S3MethodsTable__.&quot...
2019 Sep 16
1
Error: package or namespace load failed for ‘utils
...any package at startup time (using > an Renviron file): ``` package <- "utils" lib.loc <- > "<fill this according to your R install>" ns <- > loadNamespace(package, lib.loc) ``` > The code path goes through > `registerS3methods(nsInfo$S3methods, package, env)` and > there to: > ``` if (methods::is(genfun, "genericFunction")) ``` > The evaluation of `methods::is` reaches the line > triggering the error as `.identC(class1, class2)` and > `.identC(class2, "ANY")` both return...
2014 Dec 21
0
loadNamespace and versionChecking and the otherpackage::otherfun syntax
...eate the imports:mypackage namespace/environment/frame which encloses the namespace:mypackage namespace/environment/frame). The checking occurs inside 3 loops, which all use an appropriate entry from vI as the versionCheck argument in a recursive call to loadNamespace, viz. for (i in nsInfo$imports) { ...etc... } for (imp in nsInfo$importClasses) ...etc... for (imp in nsInfo$importMethods) ...etc... AN ASIDE ABOUT loadNamespace AND Depends: ===================================== As an aside it appears that any version dependencies specified in the Dep...
2019 Sep 08
6
Error: package or namespace load failed for ‘utils
Hi, When starting an embedded R I encounter the following issue under certain conditions: ``` Error: package or namespace load failed for ?utils? in if (.identC(class1, class2) || .identC(class2, "ANY")) TRUE else {: missing value where TRUE/FALSE needed ``` (more such errors for grDevices, graphics, and stats) And in the end: ``` Warning messages: 1: package ?utils? in
2017 Jul 07
2
[New Patch] Fix disk corruption when writing
Le 07/07/2017 ? 01:09, Duncan Murdoch a ?crit : > On 06/07/2017 6:44 PM, Sokol Serguei wrote: >> Duncan Murdoch has written at Thu, 6 Jul 2017 13:58:10 -0400 >>> On 06/07/2017 5:21 AM, Serguei Sokol wrote: >>>> I propose the following patch against the current >>>> R-devel/src/main/connection.c (cf. attached file). >>>> It gives (on my linux
2009 Apr 16
1
Error in .readRDS(nsInfoFilePath) : unknown input format (PR#13659)
...more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. Error in .readRDS(nsInfoFilePath) : unknown input format Or with installing Packages: >update.packages(ask='graphics') Error in .readRDS(nsInfoFilePath) : unknown input format
2009 Apr 16
0
Error in .readRDS(nsInfoFilePath) : unknown input format (PR#13660)
...on: 2.7.2 > OS: Windows XP Pro > Submission from: (NULL) (131.211.169.89) > > > Allready with startup I get error message: > R version 2.7.2 (2008-08-25) That version is not current, but it looks to me as though you've corrupted a file on your system. It would be named nsInfo.rds, and be in a Meta subdirectory of some package directory within RHOME/library. The easiest thing to do is to install the latest version (which will be 2.9.0 as of tomorrow). That will fix whatever is wrong on your system. It doesn't look like an R bug to me. Duncan Murdoch >...
2004 Oct 09
2
R-2.0.0 and tcltk package
there does not seem to be a package "tcltk" on CRAN for 2.0.0. I have successfully installed the same package for 1.9.1. In essence I require the package for a GUI interface to setwd. All work fine with 1.9.1. This is on a Linux Debian unstable kernel 2.4.20 The build version of R 2.0.0 (issuing version whithin R) has the following platform i686-pc-linux-gnu arch i686 os
2004 Oct 13
1
RE: [R] debugging non-visible functions
[I'm diverting this to R-devel, as I believe my questions are more appropriate for that.] > From: Prof Brian Ripley [snip] > Luke Tierney recommends removing the NAMESPACE file during > development of > a package if you need frequent access to debug/change its functions. But isn't that a bit troublesome if there is a shared object to be loaded in the NAMESPACE file? If I
2010 Feb 08
2
Error on start R in server
...g: stack imbalance in '<-', 84 then 85 Warning: stack imbalance in '{', 82 then 84 Warning: stack imbalance in 'if', 80 then 82 Traceback: 1: .getClassFromCache(Class, where) 2: getClassDef(cl) 3: methods:::is(genfun, "genericFunction") 4: registerS3methods(nsInfo$S3methods, package, env) 5: loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) 6: doTryCatch(return(expr), name, parentenv, handler) 7: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 8: tryCatchList(expr, classes, parentenv, handlers) 9: tryCatch(expr, error = fu...
2004 Aug 04
1
installing package with version number using namespaces & dynamic library
Hi, I wonder whether a package with namespace & dynamic library can be installed with the version number attached, ie. with the argument --with-package-versions. Is this currently possible? Using R 1.9.1 on Debian 3.0 I encounter a problem when trying to load a package installed with R91 CMD INSTALL --with-package-versions -l /mnt/local/R/R-1.9.x-libs-EpiR RIO in R started with R91
2013 Jun 08
3
R CMD INSTALL and file permission settings
Summary: The directory /usr/local/lib/R/site-library can be used for site-wide multi-user installations of R. This is even the default on Debian and Ubuntu (following a suggestion by Kurt and Fritz a decade ago over beers -- what could be better). However, R enforces wrong permissions on directories and files there (removing group-write) which effectively defeats this purpose,
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...t the libtre and linked libtre.so from the library to src/extra/tre/libtre.a and now the make "make -n" now fails with: *if test -f ./NAMESPACE; then \* * /usr/bin/install -c -m 644 ./NAMESPACE ../../../library/compiler; \* * fi* *rm -f ../../../library/compiler/Meta/nsInfo.rds* *if test -f DESCRIPTION; then \* * if test "" != ""; then \* * echo "tools:::.install_package_description('.', '../../../library/compiler', '')" | \* * R_DEFAULT_PACKAGES=NULL R_ENABLE_JIT=0 ../../../bin/R --v...
2004 Sep 23
0
samba as DC, winbind, squid...
Hi list, I am trying to make a Samba DC, with Windows XP clients. The clients will access to Internet trough Squid proxy server. I join XP client to Samba domain, but I have problem how to check user/passwd to squid proxy with samba domain. winbindd seems to working but wbinfo -t return this: checking the trust secret via RPC calls failed error code was NT_STATUS_PIPE_NOT_AVAILABLE (0xc00000ac)
2006 Jul 13
1
detail explain of file creation process
Hi, Could someone point me to documentation or explain in detail, process of creating file.(space reservation, inode....) What is happen at low lavel? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ext3-users/attachments/20060713/2c862514/attachment.htm>