[Sciviews-commits] r25 - pkg/svMisc/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jun 29 10:51:24 CEST 2008


Author: romain
Date: 2008-06-29 10:51:24 +0200 (Sun, 29 Jun 2008)
New Revision: 25

Modified:
   pkg/svMisc/R/CallTip.R
Log:
bugfix #164

Modified: pkg/svMisc/R/CallTip.R
===================================================================
--- pkg/svMisc/R/CallTip.R	2008-06-28 11:50:54 UTC (rev 24)
+++ pkg/svMisc/R/CallTip.R	2008-06-29 08:51:24 UTC (rev 25)
@@ -1,5 +1,5 @@
 "CallTip" <-
-function(code, onlyargs = FALSE, location = FALSE) {
+function(code, only.args = FALSE, location = FALSE) {
 	# Get a call tip, given a part of the code
 	# Extract the last variable name, given it is either at the end,
 	# or terminated by '('



More information about the Sciviews-commits mailing list