Revision: 2028
http://sourceforge.net/p/r-gregmisc/code/2028
Author: warnes
Date: 2015-05-25 14:29:59 +0000 (Mon, 25 May 2015)
Log Message:
-----------
Fix typo and add documentation for argument 'name'.
Modified Paths:
--------------
pkg/gtools/man/unByteCode.Rd
Modified: pkg/gtools/man/unByteCode.Rd
===================================================================
--- pkg/gtools/man/unByteCode.Rd 2015-05-25 14:29:37 UTC (rev 2027)
+++ pkg/gtools/man/unByteCode.Rd 2015-05-25 14:29:59 UTC (rev 2028)
@@ -1,7 +1,7 @@
\name{unByteCode}
\alias{unByteCode}
\alias{unByteCodeAssign}
-\alias{assignEdgeWise}
+\alias{assignEdgewise}
\title{
Convert a Byte-Code Function to an Interpreted-Code Function
}
@@ -15,6 +15,7 @@
}
\arguments{
\item{fun}{function to be modified}
+ \item{name}{object name}
\item{env}{namespace}
\item{value}{new function body}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|