Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurian authored and cran-robot committed Aug 2, 2017
1 parent 988eeea commit c6d9f25
Show file tree
Hide file tree
Showing 16 changed files with 501 additions and 290 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: subgroup.discovery
Type: Package
Title: Subgroup Discovery and Bump Hunting
Version: 0.1.3
Version: 0.2.0
Authors@R: c(
person(given = "Jurian", family = "Baas", email = "jurian@jurianbaas.nl", role = c("aut", "cre", "cph")),
person(given = "Ad", family ="Feelders", email = "A.J.Feelders@uu.nl", role = c("ctb")))
Expand All @@ -16,9 +16,9 @@ BugReports: https://github.com/Jurian/subgroup.discovery/issues
Date: 2017-07-15
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-07-20 11:08:36 UTC; juria
Packaged: 2017-08-02 09:04:19 UTC; juria
Author: Jurian Baas [aut, cre, cph],
Ad Feelders [ctb]
Maintainer: Jurian Baas <jurian@jurianbaas.nl>
Repository: CRAN
Date/Publication: 2017-07-20 12:31:59 UTC
Date/Publication: 2017-08-02 09:09:42 UTC
27 changes: 14 additions & 13 deletions MD5
@@ -1,8 +1,8 @@
9d701947bdd20127ed86ed8b7cbf0233 *DESCRIPTION
9feb6aad548ce8cfa16275fcdb82f2b2 *NAMESPACE
be9e514890bcd9fac88d477dcb57e554 *DESCRIPTION
b787c0195c018b76329c1ffa3e488892 *NAMESPACE
151874cac62b01f6a93303ef18b4cfa9 *R/data.R
61b80ca6ebf1383c986e444fcf9fba9a *R/prim.R
bb585a764f619b8a3bd266c171bad1e1 *README.md
144b8751d6224f1c61e5eceb71b26ccc *R/prim.R
13a5c3f56173bffdb63540d03ec4e71b *README.md
758212ab8f8348b6edf5c016cdca769e *data/ames.rda
4ed2b76fab4f7bbc86c32968f5552817 *data/credit.rda
b55b409ecc1557da12a68d9cf614ff8a *data/pima.rda
Expand All @@ -14,20 +14,21 @@ bef653f6038edc99b604a985aef5cbd7 *man/plot.prim.cover.Rd
8c5960b5f43894430cae198e39d62af2 *man/plot.prim.peel.Rd
69080111e80ffd350eb3f3cc5cfbbf7d *man/plot.prim.validate.Rd
38bb5856d32ed5856308eaa13d7772e2 *man/predict.prim.cover.Rd
e499053860366c619969cae740b2e3a7 *man/prim.candidates.best.Rd
83d1ac886519b5f038a3083f8e58068f *man/prim.candidates.find.Rd
c2997c4a0ad3e7dc32251dc74c61b906 *man/prim.cover.Rd
9d8a752317f740cade9552d9fce967bb *man/prim.diversify.Rd
1e12179833917a38e55c003ae569c832 *man/prim.box.optimal.Rd
11a945c9899cc9bae3eb0a79d0cbf282 *man/prim.candidates.find.Rd
8c60387654b58bc1da8aa6057b314a4a *man/prim.cover.Rd
9a7c01f7fd4a63775c4f69e77a7ca16d *man/prim.diversify.Rd
d1e2471b5bbe7f82dff6bc1d8d7e4219 *man/prim.diversify.compare.Rd
3a1ae765c0b0221165cb5e8f2432975e *man/prim.peel.Rd
e67d1518263fba5a9ee2074c5975514b *man/prim.rule.condense.Rd
caba11df12fe8584ca8c2eaefe15144d *man/prim.peel.Rd
56c0c729e9d5e24e9fef37666c9427bf *man/prim.rule.condense.Rd
4c14a90f0b399b6e849ca6d0fbb77927 *man/prim.rule.match.Rd
34de8f0c8dff906ca5c37bbbcc2833e6 *man/prim.rule.operations.Rd
8ff00c9a5e8c16aa42a3c8657a94e731 *man/prim.validate.Rd
764dbe0b8be928a0206560aa55f5d767 *man/prim.rule.operations.Rd
d03472196009ee6ff1ff590eda04f9d2 *man/prim.validate.Rd
ba90dafaf0933039d0a4caa613f0930c *man/prim.validate.metrics.Rd
20efa17cf413e73dddb91a770320a124 *man/quasi.convex.hull.Rd
24b52fde973ddc4e64c42b034ed3368d *man/summary.prim.cover.Rd
47f5187c2638c2b1063453ce8c2dd427 *man/summary.prim.diversify.Rd
779205fbddeffdece0f3e71278fe8c35 *man/summary.prim.peel.Rd
fc35fe12469362e826087c09e49aa7ad *man/summary.prim.validate.Rd
a89422401b420924ea4f28dd5d0c2f5a *tests/testthat.R
ff2953d13c711df30eddb0ee1cbb5247 *tests/testthat/testPrim.R
13a17b91b94bdf1d7b4ae0dc551cf18c *tests/testthat/testPrim.R
5 changes: 5 additions & 0 deletions NAMESPACE
Expand Up @@ -16,6 +16,10 @@ importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,model.frame)
Expand All @@ -24,3 +28,4 @@ importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(utils,combn)
importFrom(utils,tail)

0 comments on commit c6d9f25

Please sign in to comment.