Skip to content

Commit

Permalink
v0.3.0 (#42)
Browse files Browse the repository at this point in the history
* v0.3.0

* Update documents

* update

* update
  • Loading branch information
shinichi-takayanagi authored and teramonagi committed Jul 26, 2019
1 parent f76b29e commit 6a2e530
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 42 deletions.
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Package: mmetrics
Type: Package
Title: Easy Computation of Marketing Metrics with Different Analysis Axis
Version: 0.2.0
Title: Easy Computation of Marketing Metrics with Different Analysis Axis
Version: 0.3.0
Authors@R: c(
person("Shinichi", "Takayanagi", , "shinichi.takayanagi@gmail.com", role = c("aut", "cre")),
person("Nagi", "Teramo", , "teramonagi@gmail.com", role = c("aut")),
person("Takahiro", "Yoshinaga", , "t.yoshinaga0106@gmail.com", role = c("aut")),
person("Yanjin", "Li", , "yanjin0501@gmail.com", role = c("aut")),
person("Chaerim", "Yeo", , "yeochaerim@gmail.com", role = c("aut"))
person("Yanjin", "Li", , "yanjin0501@gmail.com", role = c("aut"))
)
Description: Provides a mechanism for easy computation of marketing metrics.
By default in this package, metrics for digital marketing (e.g. CTR (Click Through Rate), CVR (Conversion Rate), CPC (Cost Per Click) etc) are calculated but you can define your own metrics easily.
Expand All @@ -25,7 +24,7 @@ Imports:
stringr,
rlang,
ggplot2
Suggests:
Suggests:
covr,
devtools,
testthat,
Expand All @@ -35,7 +34,7 @@ LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Collate:
Collate:
'data.R'
'disaggregate.R'
'mmetrics.R'
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
Status](https://api.travis-ci.com/y-bar/mmetrics.svg?branch=master)](https://travis-ci.com/y-bar/mmetrics)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/mmetrics)](https://cran.r-project.org/package=mmetrics)
[![codecov](https://codecov.io/github/y-bar/mmetrics/branch/master/graphs/badge.svg)](https://codecov.io/github/y-bar/mmetrics)
[![minimal R
version](https://img.shields.io/badge/R%3E%3D-3.4.0-6666ff.svg)](https://cran.r-project.org/)
[![Licence](https://img.shields.io/cran/l/mmetrics.svg)](https://github.com/y-bar/mmetrics/blob/master/LICENSE)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Last-changedate](https://img.shields.io/badge/last%20change-2019--07--22-yellowgreen.svg)](/commits/master)

Easy Computation of Marketing Metrics with Different Analysis Axis.

Expand Down
4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/add.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/define.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/reference/disaggregate.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/dummy_data.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/mfilter.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/mplot_bar.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a2e530

Please sign in to comment.