[rkward-cvs] SF.net SVN: rkward: [824] trunk/rkward/rkward/rbackend/rpackages/rkward/R/ internal.R
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Oct 8 15:44:50 UTC 2006
Revision: 824
http://svn.sourceforge.net/rkward/?rev=824&view=rev
Author: tfry
Date: 2006-10-08 08:44:46 -0700 (Sun, 08 Oct 2006)
Log Message:
-----------
disable browser () function for now
Modified Paths:
--------------
trunk/rkward/rkward/rbackend/rpackages/rkward/R/internal.R
Modified: trunk/rkward/rkward/rbackend/rpackages/rkward/R/internal.R
===================================================================
--- trunk/rkward/rkward/rbackend/rpackages/rkward/R/internal.R 2006-10-08 15:41:58 UTC (rev 823)
+++ trunk/rkward/rkward/rbackend/rpackages/rkward/R/internal.R 2006-10-08 15:44:46 UTC (rev 824)
@@ -194,8 +194,11 @@
eval (substitute (class (x) <<- classes))
}
-# these functions (not fully functional, yet) can be used to track assignments to R objects. The main interfaces are .rk.watch.symbol (k) and .rk.unwatch.symbol (k). This works by copying the symbol to a backup location, removing it, and replacing it by an active binding to the backup location
+"browser" <- function (...) {
+ stop ("Function browser () is disabled, as it will crash rkward. We're investigating this issue.")
+}
+# these functions can be used to track assignments to R objects. The main interfaces are .rk.watch.symbol (k) and .rk.unwatch.symbol (k). This works by copying the symbol to a backup environment, removing it, and replacing it by an active binding to the backup location
".rk.watched.symbols" <- new.env ()
".rk.make.watch.f" <- function (k) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list