Skip to content

Commit

Permalink
Fixed cran submission notes
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamjwhite committed Oct 26, 2023
1 parent f9815fa commit c82e8b3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/dominicks.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#' of a UPC file that contains information on the products, and a
#' movement file that contains the information on prices and sales. For
#' a complete description of the data, see
#' \href{https://www.chicagobooth.edu/research/kilts/datasets/dominicks}{Dominicks data website}
#' \href{https://www.chicagobooth.edu/research/kilts/research-data/dominicks}{Dominicks data website}
#' and the
#' \href{https://www.chicagobooth.edu/-/media/enterprise/centers/kilts/datasets/dominicks-dataset/dominicks-manual-and-codebook_kiltscenter.aspx}{Dominicks data user manual}.
#' \href{https://www.chicagobooth.edu/-/media/enterprise/centers/kilts/datasets/dominicks-dataset/dominicks-manual-and-codebook_kiltscenter}{Dominicks data user manual}.
#' This function downloads and merges the movement and UPC files, then merges the
#' result with data detailing the dates of each of the weeks in the movement file.
#'
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The package also provides functions to compute measures of dissimilarity between

A sample dataset is included called CES_sigma_2, which is a dataset containing prices and quantities on four products over twelve periods, but additional datasets assuming different values of the elasticity of substitution can be computed using the function `CESData`.

There is also a function `dominicksData` that can be used to download the Dominicks Finer Foods scanner data from the [Chicago Booth School of Business](https://www.chicagobooth.edu/research/kilts/datasets/dominicks).
There is also a function `dominicksData` that can be used to download the Dominicks Finer Foods scanner data from the [Chicago Booth School of Business](https://www.chicagobooth.edu/research/kilts/research-data/dominicks).

## Installation

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ The package also provides functions to compute measures of dissimilarity
between time periods, which can be used to choose the linking period for
chained indices.

A sample dataset is included called CES\_sigma\_2, which is a dataset
A sample dataset is included called CES_sigma_2, which is a dataset
containing prices and quantities on four products over twelve periods,
but additional datasets assuming different values of the elasticity of
substitution can be computed using the function `CESData`.

There is also a function `dominicksData` that can be used to download
the Dominicks Finer Foods scanner data from the [Chicago Booth School of
Business](https://www.chicagobooth.edu/research/kilts/datasets/dominicks).
Business](https://www.chicagobooth.edu/research/kilts/research-data/dominicks).

## Installation

Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Resubmission

- Fixed three broken URLs identified in automatic checks


## Package update 0.5.0 -> 0.6.0

Expand Down
2 changes: 1 addition & 1 deletion vignettes/indexnumrbib.bib
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ @book{young:1812
@misc{lambkrsinich:2015,
author = {C. Lamboray and F. Krsinich},
title = {A Modification of the GEKS Index When Product Turnover is High},
howpublished = {\textsc{url:}~\url{http://www.stat.go.jp/english/info/meetings/og2015/pdf/t1s1p2_pap.pdf}},
howpublished = {\textsc{url:}~\url{https://www.stat.go.jp/english/info/meetings/og2015/pdf/t1s1p2_pap.pdf}},
type = {Paper presented at the fourteenth Ottawa Group meeting},
month = {4},
year = {2015}
Expand Down

0 comments on commit c82e8b3

Please sign in to comment.