search for: browseenv

Displaying 16 results from an estimated 16 matches for "browseenv".

2003 Jun 17
1
help.start
...2. When searching using the help system's search engine, there is no problem following links forward. But when returning to the list produced by the search, links are no longer active, so the search has to be repeated. Is there any way to fix it so that links remain active? 3. When using browseEnv I get the same problem as described in item 1 above: a new netscape7 session is started. To avoid R-unrelated problems, I have had to shut down the existing netscape7 session, so that browseEnv, can start a new one. Is there a way to get browseEnv to use the existing netscape7 session? Thanks,...
2004 May 19
4
GUI data browsers
Hi R-helpers, Does anyone know of a good Tk (or other) script that allows somewhat intuitive viewing of all of the variables (especially complex lists) in a session? I would also like to delete, save to file, and rename them graphically. I would also like a lot of supplemental information like class, atrributes, names, modes, whatever else... Context: I am running simulations
2007 Feb 05
1
Build error with last R-devel tarball
...ling 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, citation, citEntry, citHeader, citFooter, close.socket, combn, compareVersion, co ntrib.url, count.fields, data, data.entry, dataentry, de, de.ncols, de.restore, de.setup, debugger, d emo, download.file, download.packages, dump.f...
2005 Jul 05
2
finding out more about an object, e.g. lm
Hi! I'm trying to use lm(y~x) amongst others in an automated way; I've gone through the section on indexing in R-lang and I've looked MASS4. How do I find out more about the structure of the returned object? In perl I can look at object structure pretty-printed in the debugger - is there an R equivalent? I've used coef(lm(y~x))[[1]] and coef(lm(y~x))[[2]] to extract the
2009 Jul 22
3
How to list R object properties & save workspace?
Hi, I am new to R and have a couple of questions. I know how to list all objects (with ls()), but how to list all properties of them? For instance, I found function object.size(), but I would also like to know whether one object is a dataset or just one vector (variable) or even only one value, etc... And another question - how to save workspace to a custom location while running R? Is there
2005 Sep 06
2
help.search problem
Dear Fellow R Users, I have recently come across a weird problem with help.search: > help.search("tps") Error in rbind(...) : number of columns of matrices must match (see arg 8) > This happens no matter what I search for... Any thoughts ? Thanks, Tolga Please follow the attached hyperlink to an important disclaimer
2013 Mar 01
0
R 2.15.3 is released
...infinity in its calculations when one of a and b was less than one. (PR#15075) o lbeta(a, b) no longer gives NaN if a or b is very small (in the denormalized range). o bquote() is now able to substitute default arguments in single-argument functions. (PR#15077) o browseEnv(html = FALSE) would segfault if called from R (not R.app) on a CRAN-style Mac OS X build of R. o [[<- for lists (generic vectors) needed to increment NAMED count when RHS is used more than once. (PR#15098) o On Windows, warnings about opening a file or pipe with a non...
2013 Mar 01
0
R 2.15.3 is released
...infinity in its calculations when one of a and b was less than one. (PR#15075) o lbeta(a, b) no longer gives NaN if a or b is very small (in the denormalized range). o bquote() is now able to substitute default arguments in single-argument functions. (PR#15077) o browseEnv(html = FALSE) would segfault if called from R (not R.app) on a CRAN-style Mac OS X build of R. o [[<- for lists (generic vectors) needed to increment NAMED count when RHS is used more than once. (PR#15098) o On Windows, warnings about opening a file or pipe with a non...
2004 Dec 07
0
Installation of R-2.0.1 failure
...latex example readline text html latex example real text html latex reg.finalizer text html latex example regex text html latex missing link(s): apropos browseEnv help.search rep text html latex example replace text html latex rev text html latex example missing link(s): dendrogram rle text html latex...
2004 Jun 20
9
A way to list only variables or functions?
I am curious if there is any way to list only variables or functions in current environment, rather than listing all objects? Thanks. -- Daehyok Shin (Peter) Geography Department Univ. of North Carolina-Chapel Hill
2004 Jun 20
9
A way to list only variables or functions?
I am curious if there is any way to list only variables or functions in current environment, rather than listing all objects? Thanks. -- Daehyok Shin (Peter) Geography Department Univ. of North Carolina-Chapel Hill
2012 Oct 26
4
R 2.15.2 is released
...malformed package name could cause R CMD INSTALL to write outside the target library. o Some of the quality control functions (e.g. tools::checkFF()) were wrongly identifying the source of S4 methods in a package and so not checking them. o The default type of display by browseEnv() when using R.app on Mac OS X has been incorrect for a long time. o The implementation of importMethodsFrom in a NAMESPACE file could be confused and fail to find generics when importing from multiple packages (reported and fixed by Michael Lawrence). o The detection of...
2012 Oct 26
4
R 2.15.2 is released
...malformed package name could cause R CMD INSTALL to write outside the target library. o Some of the quality control functions (e.g. tools::checkFF()) were wrongly identifying the source of S4 methods in a package and so not checking them. o The default type of display by browseEnv() when using R.app on Mac OS X has been incorrect for a long time. o The implementation of importMethodsFrom in a NAMESPACE file could be confused and fail to find generics when importing from multiple packages (reported and fixed by Michael Lawrence). o The detection of...
2012 Oct 26
4
R 2.15.2 is released
...malformed package name could cause R CMD INSTALL to write outside the target library. o Some of the quality control functions (e.g. tools::checkFF()) were wrongly identifying the source of S4 methods in a package and so not checking them. o The default type of display by browseEnv() when using R.app on Mac OS X has been incorrect for a long time. o The implementation of importMethodsFrom in a NAMESPACE file could be confused and fail to find generics when importing from multiple packages (reported and fixed by Michael Lawrence). o The detection of...
2002 Oct 01
6
R-1.6.0 is released
...the per-session temporary directory and not ~/.R. A side effect is that ~/.R is now never deleted by R. This now uses the remote control mechanism only if the X display is local to the R process (as otherwise it might use a browser running on an arbitrary machine). o *Very* experimental browseEnv() for browsing objects in an environment. o cbind/rbind() used to ignore all zero-length vectors, an undocumented quirk for S-compatibility. This caused problems when combining zero-extent matrices and zero-length vectors, and now zero-length vectors are ignored unless the result would h...
2002 Oct 01
6
R-1.6.0 is released
...the per-session temporary directory and not ~/.R. A side effect is that ~/.R is now never deleted by R. This now uses the remote control mechanism only if the X display is local to the R process (as otherwise it might use a browser running on an arbitrary machine). o *Very* experimental browseEnv() for browsing objects in an environment. o cbind/rbind() used to ignore all zero-length vectors, an undocumented quirk for S-compatibility. This caused problems when combining zero-extent matrices and zero-length vectors, and now zero-length vectors are ignored unless the result would h...