[Sciviews-commits] r63 - in pkg: . svTools

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 29 14:44:42 CET 2008


Author: romain
Date: 2008-10-29 14:44:42 +0100 (Wed, 29 Oct 2008)
New Revision: 63

Added:
   pkg/svTools/
   pkg/svTools/DESCRIPTION
   pkg/svTools/NAMESPACE
   pkg/svTools/R/
   pkg/svTools/data/
   pkg/svTools/man/
Log:


Added: pkg/svTools/DESCRIPTION
===================================================================
--- pkg/svTools/DESCRIPTION	                        (rev 0)
+++ pkg/svTools/DESCRIPTION	2008-10-29 13:44:42 UTC (rev 63)
@@ -0,0 +1,15 @@
+Package: svTools
+Type: Package
+Title: Set of tools (wrapper for packages tools and codetools)
+Version: 0.0-0
+Date: 2008-10-28
+Author: Romain Francois <francoisromain at free.fr>
+Maintainer: Romain Francois <francoisromain at free.fr>
+Description: Set of tools aimed at wrapping some of the functionalities
+	of the packages tools, utils and codetools into a nicer format so 
+	that an IDE can use them
+License: GPL-3
+LazyLoad: yes
+LazyData: yes
+Depends: operators, codetools, svMisc, tools, utils
+

Added: pkg/svTools/NAMESPACE
===================================================================
--- pkg/svTools/NAMESPACE	                        (rev 0)
+++ pkg/svTools/NAMESPACE	2008-10-29 13:44:42 UTC (rev 63)
@@ -0,0 +1,56 @@
+import( utils )
+
+export( checkUsageFile )
+
+# sidekick.R
+export( sidekick )
+
+# errorlist.R
+export( getErrors )
+export( addError )
+export( resetErrors )
+export( emptyError )
+
+# parseError.R
+export( parseError )
+
+# tryParse.R
+export( tryParse )
+
+# trySource.R
+export( trySource )
+
+# check_description.R
+export( check_description )
+
+# complete_description.R
+export( completeDescription )
+
+# completion.R
+export( ltyComplete     )
+export( colComplete     )
+export( pchComplete     )
+export( CompletePlusWrap)
+
+# complete_namespace.R
+export( namespaceComplete )
+
+# check_namespace.R
+export( namespaceParser )
+   
+# packages.R
+export( packwebdesc       )
+export( packdesc          )
+export( installedPackages ) 
+export( loadedPackages    )
+
+# rdparse.R
+export( rdparse )
+
+S3method( print, rsitesearch )
+S3method( head, rsitesearch )
+S3method( tail, rsitesearch )
+S3method( summary, rsitesearch )
+S3method( "[", rsitesearch )
+
+



More information about the Sciviews-commits mailing list