[Subgroup-commits] r17 - in pkg: . R man tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 3 19:55:22 CEST 2014


Author: atzmueller
Date: 2014-08-03 19:55:21 +0200 (Sun, 03 Aug 2014)
New Revision: 17

Modified:
   pkg/DESCRIPTION
   pkg/R/AAAonLoad.R
   pkg/R/classes.R
   pkg/R/subgroup.R
   pkg/man/subgroup-package.Rd
   pkg/tests/test.R
Log:
test: change name of the package

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2014-08-03 07:53:51 UTC (rev 16)
+++ pkg/DESCRIPTION	2014-08-03 17:55:21 UTC (rev 17)
@@ -1,4 +1,4 @@
-Package: subgroup
+Package: subgroup.discovery
 Type: Package
 Title: Subgroup Discovery
 Version: 0.4

Modified: pkg/R/AAAonLoad.R
===================================================================
--- pkg/R/AAAonLoad.R	2014-08-03 07:53:51 UTC (rev 16)
+++ pkg/R/AAAonLoad.R	2014-08-03 17:55:21 UTC (rev 17)
@@ -1,7 +1,7 @@
 ###############################################################################
-#    subgroup package R classes
+#    subgroup.discovery package R classes
 # 
-#    This file is part of the R subgroup package.
+#    This file is part of the R subgroup.discovery package.
 #    Copyright (C) 2011-2014 by Martin Atzmueller
 #    
 #    This program is free software: you can redistribute it and/or modify

Modified: pkg/R/classes.R
===================================================================
--- pkg/R/classes.R	2014-08-03 07:53:51 UTC (rev 16)
+++ pkg/R/classes.R	2014-08-03 17:55:21 UTC (rev 17)
@@ -1,7 +1,7 @@
 ###############################################################################
-#    subgroup package R classes
+#    subgroup.discovery package R classes
 # 
-#    This file is part of the R subgroup package.
+#    This file is part of the R subgroup.discovery package.
 #    Copyright (C) 2011-2014 by Martin Atzmueller
 #    
 #    This program is free software: you can redistribute it and/or modify

Modified: pkg/R/subgroup.R
===================================================================
--- pkg/R/subgroup.R	2014-08-03 07:53:51 UTC (rev 16)
+++ pkg/R/subgroup.R	2014-08-03 17:55:21 UTC (rev 17)
@@ -1,7 +1,7 @@
 ###############################################################################
-#    subgroup package R classes
+#    subgroup.discovery package R classes
 # 
-#    This file is part of the R subgroup package.
+#    This file is part of the R subgroup.discovery package.
 #    Copyright (C) 2011-2014 by Martin Atzmueller
 #    
 #    This program is free software: you can redistribute it and/or modify

Modified: pkg/man/subgroup-package.Rd
===================================================================
--- pkg/man/subgroup-package.Rd	2014-08-03 07:53:51 UTC (rev 16)
+++ pkg/man/subgroup-package.Rd	2014-08-03 17:55:21 UTC (rev 17)
@@ -1,17 +1,17 @@
-\name{subgroup}
-\alias{subgroup}
+\name{subgroup.discovery}
+\alias{subgroup.discovery}
 \docType{package}
 \title{
-subgroup Package
- - Algorithms and Tools for Efficient Subgroup Discovery and Analytics
+subgroup.discovery Package
+ - Algorithms and Tools for Efficient Subgroup Discovery
 }
 \description{
-The subgroup package contains a set of efficient and effective
- tools and algorithms for subgroup discovery and analytics.
+The subgroup discovery package contains a set of efficient and effective
+ tools and algorithms for subgroup discovery.
 }
 \details{
 \tabular{ll}{
-Package: \tab subgroup\cr
+Package: \tab subgroup.discovery\cr
 Type: \tab Package\cr
 Version: \tab 0.4\cr
 Date: \tab 2014-08-01\cr

Modified: pkg/tests/test.R
===================================================================
--- pkg/tests/test.R	2014-08-03 07:53:51 UTC (rev 16)
+++ pkg/tests/test.R	2014-08-03 17:55:21 UTC (rev 17)
@@ -1,7 +1,7 @@
 ###############################################################################
-#    subgroup package R classes
+#    subgroup.discovery package R classes
 # 
-#    This file is part of the R subgroup package.
+#    This file is part of the R subgroup.discovery package.
 #    Copyright (C) 2011-2014 by Martin Atzmueller
 #    
 #    This program is free software: you can redistribute it and/or modify
@@ -20,7 +20,7 @@
 #    Contact: Martin Atzmueller (martin at atzmueller.net)
 ###############################################################################
 
-library(subgroup)
+library(subgroup.discovery)
 
 data(credit.data)
 



More information about the Subgroup-commits mailing list