[R-gregmisc-users] SF.net SVN: r-gregmisc: [957] trunk/gtools
Brought to you by:
warnes
From: <nj...@us...> - 2006-05-05 16:55:35
|
Revision: 957 Author: nj7w Date: 2006-05-05 09:55:31 -0700 (Fri, 05 May 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=957&view=rev Log Message: ----------- Fixed minor typos Modified Paths: -------------- trunk/gtools/NAMESPACE trunk/gtools/man/capture.Rd Modified: trunk/gtools/NAMESPACE =================================================================== --- trunk/gtools/NAMESPACE 2006-04-20 20:54:09 UTC (rev 956) +++ trunk/gtools/NAMESPACE 2006-05-05 16:55:31 UTC (rev 957) @@ -3,6 +3,7 @@ export( addLast, assert, + capture, combinations, ddirichlet, defmacro, @@ -23,6 +24,7 @@ running, scat, setTCPNoDelay, + sprint, strmacro ) Modified: trunk/gtools/man/capture.Rd =================================================================== --- trunk/gtools/man/capture.Rd 2006-04-20 20:54:09 UTC (rev 956) +++ trunk/gtools/man/capture.Rd 2006-05-05 16:55:31 UTC (rev 957) @@ -1,7 +1,7 @@ \name{capture} \alias{capture} \alias{sprint} -\title{Capture printed output of an R expression in a string}. +\title{Capture printed output of an R expression in a string} \description{ Capture printed output of an R expression in a string } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |