Skip to content

Commit 038fed1

Browse files
committed
dependency fixes with gtsummary, bump to v1.1.2
1 parent 748a6e7 commit 038fed1

7 files changed

+14
-9
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: logitr
22
Title: Logit Models w/Preference & WTP Space Utility Parameterizations
3-
Version: 1.1.1
3+
Version: 1.1.2
44
Authors@R: c(
55
person(given = "John",
66
family = "Helveston",

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# logitr (development version)
22

3+
# logitr 1.1.2
4+
5+
- Added `broom.helpers (>= 1.15.0)` and `gtsummary (>= 2.0.0)` in DESCRIPTION to accord with an update in {gtsummary}.
6+
37
# logitr 1.1.1
48

59
- Updated the `convergence.Rmd` vignette to not run any actual code using other packages to fix issue on CRAN where not all packages are available on all platforms. Now the results are hard-coded in place.

R/data.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154

155155

156156

157-
#' Simulated SP dataset of mode choice (from the {apollo} package).
157+
#' Simulated SP dataset of mode choice (from the apollo package).
158158
#'
159159
#' A simulated dataset containing 7,000 mode choices among four alternatives.
160160
#' Data comes from 500 individuals, each with 14 stated stated preference
@@ -209,7 +209,7 @@
209209

210210

211211

212-
#' Stated preference data for the choice of electricity suppliers (from {mlogit} package)
212+
#' Stated preference data for the choice of electricity suppliers (from mlogit package)
213213
#'
214214
#' A sample of 2308 households in the United States.
215215
#'
@@ -250,8 +250,8 @@
250250
#'
251251
#' This data frame contains the run times for a benchmark comparing the
252252
#' relative computation time to estimate a preference space mixed logit model
253-
#' using the following R packages: {logitr}, {mixl}, {mlogit}, {gmnl}, and
254-
#' {apollo}. The run times are exported from the Google colab notebook here:
253+
#' using the following R packages: logitr, mixl, mlogit, gmnl, and
254+
#' apollo. The run times are exported from the Google colab notebook here:
255255
#' https://colab.research.google.com/drive/1vYlBdJd4xCV43UwJ33XXpO3Ys8xWkuxx?usp=sharing
256256
#'
257257
#' @format

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ article associated with it! You can get the citation by typing
8888

8989
``` r
9090
citation("logitr")
91+
#>
9192
#> To cite logitr in publications use:
9293
#>
9394
#> Helveston JP (2023). "logitr: Fast Estimation of Multinomial and

man/apolloModeChoiceData.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/electricity.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/runtimes.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)