Skip to content

Commit

Permalink
Merge pull request #33 from robertzk/remove_mb_dependency
Browse files Browse the repository at this point in the history
Remove mungebits dependency
  • Loading branch information
robertzk committed Apr 2, 2016
2 parents 98c5893 + ff56937 commit ca9cdfa
Show file tree
Hide file tree
Showing 33 changed files with 91 additions and 32 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: syberiaStages
Type: Package
Title: Syberia Stages
Version: 0.2.3
Version: 0.2.3.9000
Description: Syberia provides an opinionated unified framework for
fast iteration on classifier development and deployment. It is
founded on convention over configuration and aims to solve the
Expand All @@ -19,9 +19,9 @@ Imports:
memoise,
stagerunner,
syberiaStructure,
statsUtils,
mungebits
statsUtils
Suggests:
mungebits,
testthatsomemore
License: MIT
LazyData: true
Expand Down
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.2.9000): do not edit by hand
# Generated by roxygen2 (4.1.1): do not edit by hand

export(data_stage)
export(evaluation_stage)
Expand All @@ -9,7 +9,6 @@ export(import_stage)
export(model_stage)
import(devtools)
import(memoise)
import(mungebits)
import(stagerunner)
import(statsUtils)
import(syberiaStructure)
2 changes: 1 addition & 1 deletion R/syberiaStages-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
#'
#' @name syberiaStages
#' @docType package
#' @import devtools memoise stagerunner syberiaStructure statsUtils mungebits
#' @import devtools memoise stagerunner syberiaStructure statsUtils
NULL
2 changes: 1 addition & 1 deletion man/build_export_stagerunner.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/export_stage.r
\name{build_export_stagerunner}
\alias{build_export_stagerunner}
Expand Down
2 changes: 1 addition & 1 deletion man/build_import_stagerunner.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/import_stage.r
\name{build_import_stagerunner}
\alias{build_import_stagerunner}
Expand Down
2 changes: 1 addition & 1 deletion man/common_file_formatter.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{common_file_formatter}
\alias{common_file_formatter}
Expand Down
15 changes: 15 additions & 0 deletions man/common_s3_formatter.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{common_s3_formatter}
\alias{common_s3_formatter}
\title{Common s3 formatter.}
\usage{
common_s3_formatter(opts)
}
\value{
options.
}
\description{
Format s3 options.
}

12 changes: 12 additions & 0 deletions man/common_s3_reader.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{common_s3_reader}
\alias{common_s3_reader}
\title{Common s3 reader.}
\usage{
common_s3_reader(opts)
}
\description{
Call s3 reader with arguments.
}

16 changes: 16 additions & 0 deletions man/common_s3mpi_package_loader.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{common_s3mpi_package_loader}
\alias{common_s3mpi_package_loader}
\title{Check if s3mpi package is installed and loaded.}
\usage{
common_s3mpi_package_loader()
}
\value{
\code{TRUE} or \code{FALSE} indicating if loading and
attaching is successful.
}
\description{
Stopped if s3mpi package is not installed.
}

2 changes: 1 addition & 1 deletion man/confusion_matrix.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/evaluation_stage.r
\name{confusion_matrix}
\alias{confusion_matrix}
Expand Down
2 changes: 1 addition & 1 deletion man/construct_R_adapter.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{construct_R_adapter}
\alias{construct_R_adapter}
Expand Down
2 changes: 1 addition & 1 deletion man/construct_file_adapter.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{construct_file_adapter}
\alias{construct_file_adapter}
Expand Down
2 changes: 1 addition & 1 deletion man/construct_s3_adapter.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{construct_s3_adapter}
\alias{construct_s3_adapter}
Expand Down
17 changes: 17 additions & 0 deletions man/construct_s3data_adapter.Rd
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{construct_s3data_adapter}
\alias{construct_s3data_adapter}
\title{Construct an Amazon Web Services S3 data adapter.}
\usage{
construct_s3data_adapter()
}
\value{
an \code{adapter} object which reads and writes data to Amazon's S3.
}
\description{
This requires that the user has set up the s3mpi package to
work correctly (for example, the s3mpi.path option should be set).
(Note that this adapter is not related to R's S3 classes).
}

2 changes: 1 addition & 1 deletion man/data_stage.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/data_stage.r
\name{data_stage}
\alias{data_stage}
Expand Down
2 changes: 1 addition & 1 deletion man/default_adapter.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{default_adapter}
\alias{default_adapter}
Expand Down
2 changes: 1 addition & 1 deletion man/evaluation_stage.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/evaluation_stage.r
\name{evaluation_stage}
\alias{evaluation_stage}
Expand Down
2 changes: 1 addition & 1 deletion man/evaluation_stage_auc.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/evaluation_stage.r
\name{evaluation_stage_auc}
\alias{evaluation_stage_auc}
Expand Down
2 changes: 1 addition & 1 deletion man/evaluation_stage_confusion_matrix.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/evaluation_stage.r
\name{evaluation_stage_confusion_matrix}
\alias{evaluation_stage_confusion_matrix}
Expand Down
2 changes: 1 addition & 1 deletion man/evaluation_stage_generate_options.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/evaluation_stage.r
\name{evaluation_stage_generate_options}
\alias{evaluation_stage_generate_options}
Expand Down
2 changes: 1 addition & 1 deletion man/evaluation_stage_validation_plot.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/evaluation_stage.r
\name{evaluation_stage_validation_plot}
\alias{evaluation_stage_validation_plot}
Expand Down
2 changes: 1 addition & 1 deletion man/export_stage.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/export_stage.r
\name{export_stage}
\alias{export_stage}
Expand Down
2 changes: 1 addition & 1 deletion man/fetch_adapter.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{fetch_adapter}
\alias{fetch_adapter}
Expand Down
2 changes: 1 addition & 1 deletion man/fetch_custom_adapter.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{fetch_custom_adapter}
\alias{fetch_custom_adapter}
Expand Down
2 changes: 1 addition & 1 deletion man/fetch_model_container.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/model_stage.r
\name{fetch_model_container}
\alias{fetch_model_container}
Expand Down
2 changes: 1 addition & 1 deletion man/fetch_syberia_adapter.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{fetch_syberia_adapter}
\alias{fetch_syberia_adapter}
Expand Down
2 changes: 1 addition & 1 deletion man/import_stage.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/import_stage.r
\name{import_stage}
\alias{import_stage}
Expand Down
2 changes: 1 addition & 1 deletion man/list_merge.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/utils.r
\name{list_merge}
\alias{list_merge}
Expand Down
2 changes: 1 addition & 1 deletion man/model_stage.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/model_stage.r
\name{model_stage}
\alias{model_stage}
Expand Down
2 changes: 1 addition & 1 deletion man/parse_custom_adapter.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/adapter.r
\name{parse_custom_adapter}
\alias{parse_custom_adapter}
Expand Down
2 changes: 1 addition & 1 deletion man/parse_custom_classifier.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/model_stage.r
\name{parse_custom_classifier}
\alias{parse_custom_classifier}
Expand Down
2 changes: 1 addition & 1 deletion man/parse_custom_functions.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/utils.r
\name{parse_custom_functions}
\alias{parse_custom_functions}
Expand Down
2 changes: 1 addition & 1 deletion man/syberiaStages.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.2.9000): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/syberiaStages-package.r
\docType{package}
\name{syberiaStages}
Expand Down

0 comments on commit ca9cdfa

Please sign in to comment.