Skip to content

kernelFactory

Kernel Factory: An Ensemble of Kernel Machines

v0.3.0 · Sep 29, 2015 · GPL (>= 2)

Description

Binary classification based on an ensemble of kernel machines ("Ballings, M. and Van den Poel, D. (2013), Kernel Factory: An Ensemble of Kernel Machines. Expert Systems With Applications, 40(8), 2904-2913"). Kernel factory is an ensemble method where each base classifier (random forest) is fit on the kernel matrix of a subset of the training data.

Downloads

CRAN

280

Last 30 days

17086th

667

Last 90 days

2.6K

Last year

Trend: +69.7% (30d vs prior 30d)

r2u CRAN

0

Last 30 days

23

Last 90 days

93

Last year

Trend: -100% (30d vs prior 30d)

autoCRAN

10

Last 7 days

14

Last 30 days

4

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 NOTE
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 NOTE
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 NOTE
r-release-macos-arm64 NOTE
r-release-macos-x86_64 NOTE
r-release-windows-x86_64 NOTE
Check details (15 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Michel Ballings <Michel.Ballings@GMail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Michel",
                      family = "Ballings",
                      role = c("aut", "cre"),
                      email = "michel.ballings@gmail.com"),
               person(given = "Dirk",
                      family = "Van den Poel",
                      role = "aut"))
as necessary.

Package CITATION file contains call(s) to old-style personList() or
as.personList().  Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry().  Please
use bibentry() instead.
NOTE r-devel-linux-x86_64-debian-clang

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Michel Ballings <Michel.Ballings@GMail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Michel",
                      family = "Ballings",
                      role = c("aut", "cre"),
                      email = "michel.ballings@gmail.com"),
               person(given = "Dirk",
                      family = "Van den Poel",
                      role = "aut"))
as necessary.

Package CITATION file contains call(s) to old-style personList() or
as.personList().  Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry().  Please
use bibentry() instead.
NOTE r-devel-linux-x86_64-debian-gcc

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-devel-linux-x86_64-fedora-clang

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-devel-linux-x86_64-fedora-gcc

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-devel-windows-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-oldrel-macos-arm64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-oldrel-macos-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-oldrel-windows-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-patched-linux-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-release-linux-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-release-macos-arm64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-release-macos-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^
NOTE r-release-windows-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                          ^
checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), random choice (random={pol, lin, rbf}) (\code{random}), burn- in choice of best function (burn={pol, lin, rbf }) (\code{burn}). Use \code{random} or \code{burn} if you don't know in advance which kernel function is best.}
       |                                                                                                                                                                                                                                                                   ^

Check History

NOTE 0 OK · 14 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Michel Ballings <Michel.Ballings@GMail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Michel",
                      family = "Ballings",
                      role = c("aut", "cre"),
 
...[truncated]...
e = "aut"))
as necessary.

Package CITATION file contains call(s) to old-style personList() or
as.personList().  Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry().  Please
use bibentry() instead.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Michel Ballings <Michel.Ballings@GMail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Michel",
                      family = "Ballings",
                      role = c("aut", "cre"),
 
...[truncated]...
e = "aut"))
as necessary.

Package CITATION file contains call(s) to old-style personList() or
as.personList().  Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry().  Please
use bibentry() instead.
NOTE r-devel-linux-x86_64-fedora-clang

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-devel-linux-x86_64-fedora-gcc

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-devel-macos-arm64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-devel-windows-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-patched-linux-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-release-linux-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-release-macos-arm64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-release-macos-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-release-windows-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-oldrel-macos-arm64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-oldrel-macos-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^
NOTE r-oldrel-windows-x86_64

Rd files

checkRd: (-1) kernelFactory.Rd:21: Lost braces; missing escapes or markup?
    21 | \item{method}{Can be one of the following: POLynomial kernel function (\code{pol}), LINear kernel function (\code{lin}), Radial Basis kernel Function \code{rbf}), ran
...[truncated]...
                                                                                                                                                                                                                                                         ^

Code

Structure

Lines of code

904

Files

14

Compiled share

0%

Has compiled src

No

Language breakdown

R 723 (80%)Docs 181 (20%)

API

Exported functions

2

Internal functions

1

Testing & CI

Has tests

No

Test-to-code ratio

0.00

testthat edition

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

100%

\dontrun example ratio

0%

Roxygen coverage

100%

Has pkgdown

No

NEWS present

No

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

0%

Unsafe pattern score

0

Dep constraint coverage

0%

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

System requirements

C++ standard

License

GPL (>= 2)

License flags

SPDX valid, OSI approved

History

Versions

7

First release

2012-02-01

Latest release

2015-09-29

Avg cadence

234 days

Cold removal rate

Dep drift

3

LOC over versions

v0.1.1: 759 LOCv0.1.0: 715 LOCv0.1.2: 747 LOCv0.2.0: 837 LOCv0.2.1: 857 LOCv0.2.2: 875 LOCv0.3.0: 904 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Dependency Network

Dependencies Reverse dependencies randomForest AUC genalg kernlab kernelFactory

Version History

8 tracked
new 0.3.0 Mar 10, 2026
updated 0.3.0 ← 0.2.2 diff Sep 28, 2015
updated 0.2.2 ← 0.2.1 diff May 25, 2015
updated 0.2.1 ← 0.2.0 diff May 21, 2015
updated 0.2.0 ← 0.1.2 diff Mar 22, 2014
updated 0.1.2 ← 0.1.1 diff May 26, 2013
updated 0.1.1 ← 0.1.0 diff Jan 31, 2013
new 0.1.0 Dec 21, 2012