Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wieland authored and cran-robot committed Jul 18, 2017
1 parent f2daa7c commit e36ba34
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: MCI
Type: Package
Title: Multiplicative Competitive Interaction (MCI) Model
Version: 1.3.0
Date: 2016-09-01
Version: 1.3.1
Date: 2017-07-16
Author: Thomas Wieland
Maintainer: Thomas Wieland <thomas.wieland.geo@googlemail.com>
Description: Market area models are used to analyze and predict store choices and market areas concerning retail and service locations. This package implements two market area models (Huff Model, Multiplicative Competitive Interaction Model) into R, while the emphases lie on 1.) fitting these models based on empirical data via OLS regression and nonlinear techniques and 2.) data preparation and processing (esp. interaction matrices and data preparation for the MCI Model).
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2016-09-01 16:50:09 UTC; User
Packaged: 2017-07-18 17:12:44 UTC; Thomas
Repository: CRAN
Date/Publication: 2016-09-01 19:32:12
Date/Publication: 2017-07-18 17:52:44 UTC
3 changes: 2 additions & 1 deletion MD5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
abefab0fe61dff40d78364febe66b01b *DESCRIPTION
a0793ba2699848fdfa0f64a2aff11f70 *DESCRIPTION
d5897e87d99f26557238d395b8d25640 *NAMESPACE
ba39f772881c4a86ac7f91763653618b *R/checkdf.R
cbb4055f4accd043a558557ad17f23fd *R/checkvar.R
Expand Down Expand Up @@ -28,6 +28,7 @@ c6fdba0cf88b2fc072e5388af607a19e *R/var.asdummy.R
6a9579f5b5207fa32c7c2c1af8e48320 *data/shopping2.rda
6f3765c23b9d0a1a13944dbf059a84fa *data/shopping3.rda
4afdfa00d32e92985aef25f66536d7da *data/shopping4.rda
b937a6343be62240a7be00c3b616b3cf *inst/CITATION
6e469e150819cf44fc89d2826fe694c2 *man/Freiburg1.Rd
a1f40c93dbd21e1c049a0b49377f7082 *man/Freiburg2.Rd
05dd601fe28a4f63f72cf1d27d8ef25d *man/Freiburg3.Rd
Expand Down
17 changes: 17 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
citHeader("To cite the 'MCI' package in publications use:")

year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

citEntry(
entry = "Article",
title = "{M}arket {A}rea {A}nalysis for {R}etail and {S}ervice {L}ocations with {MCI} ",
author = as.person("Thomas Wieland [aut]"),
year = "2017",
journal = "The R Journal",
volume = "9",
number = "1",
pages = "298--323",
url = "https://journal.r-project.org/archive/2017/RJ-2017-020/RJ-2017-020.pdf",
textVersion = "Wieland, T. (2017). Market Area Analysis for Retail and Service Locations with MCI. The R Journal, 9(1), 298-323. URL https://journal.r-project.org/archive/2017/RJ-2017-020/RJ-2017-020.pdf."
)

0 comments on commit e36ba34

Please sign in to comment.