search for: autoloadenv

Displaying 7 results from an estimated 7 matches for "autoloadenv".

Did you mean: autoloaded
2000 Jun 02
1
problem loading packages (PR#559)
...e)" "match(chname, .Dyn.libs)" [3] "library.dynam(\"ctest\", pkg, lib)" "firstlib(which.lib.loc, package)" [5] "library(ctest)" I traced the problem to my .RData file, and specifically to ".AutoloadEnv" > ls(all.names=TRUE) [1] ".AutoloadEnv" ".GlobalEnv" ".Library" [4] ".Machine" ".Platform" ".PostScript.Options" [7] ".Provided" ".Random.seed"...
1999 Feb 22
1
Size of objects in the workspace
Is there an easy way (or any way) to determine the size of all the objects in an R workspace. I know that "dim" will work on matrices, "length" will work on lists, but what gives the size of a function? After I have worked for a few days I often get confused about what is what in the workspace, so I'm looking for something like "ls -l", to point me toward
2000 Sep 11
2
.Random.seed resetting (PR#656)
Full_Name: Lara Jamieson Version: 1.1.1 OS: Linux Submission from: (NULL) (131.111.20.203) I've checked for other reports on this and can't find anything. It seems that the .Random.seed isn't updated properly after using rm(.Random.seed). Mu understanding from the help file indicates that a new 'random' seed will be generated. It appears that sometimes the old one is just
1997 Dec 09
3
R-beta: R FAQ v0.60
...ws <- mat[index, ] will return a vector rather than a matrix if index happens to have length 1, causing errors later in the code. It should probably be rewritten as somerows <- mat[index, , drop = F] 6.8. How Does Autoloading Work? R has a special environment called `.AutoloadEnv'. Using autoload(name, pkg), where name and pkg are strings giving the names of an object and the package containing it, stores some information in this environment. When R tries to evaluate name, it loads the corresponding package pkg and reevaluates name in the new package's e...
1997 Dec 09
3
R-beta: R FAQ v0.60
...ws <- mat[index, ] will return a vector rather than a matrix if index happens to have length 1, causing errors later in the code. It should probably be rewritten as somerows <- mat[index, , drop = F] 6.8. How Does Autoloading Work? R has a special environment called `.AutoloadEnv'. Using autoload(name, pkg), where name and pkg are strings giving the names of an object and the package containing it, stores some information in this environment. When R tries to evaluate name, it loads the corresponding package pkg and reevaluates name in the new package's e...
1997 Dec 09
3
R-beta: R FAQ v0.60
...ws <- mat[index, ] will return a vector rather than a matrix if index happens to have length 1, causing errors later in the code. It should probably be rewritten as somerows <- mat[index, , drop = F] 6.8. How Does Autoloading Work? R has a special environment called `.AutoloadEnv'. Using autoload(name, pkg), where name and pkg are strings giving the names of an object and the package containing it, stores some information in this environment. When R tries to evaluate name, it loads the corresponding package pkg and reevaluates name in the new package's e...
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed: Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC) Remote gcc version: gcc (GCC) 3.2.2 Remote g++ version: g++ (GCC) 3.2.2 Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib make[5]: Entering directory `/local/build/R-1.7.0/src/library' >>> Building/Updating