Skip to content

Commit

Permalink
dependency fixes with gtsummary, bump to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Jul 24, 2024
1 parent 748a6e7 commit 038fed1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: logitr
Title: Logit Models w/Preference & WTP Space Utility Parameterizations
Version: 1.1.1
Version: 1.1.2
Authors@R: c(
person(given = "John",
family = "Helveston",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# logitr (development version)

# logitr 1.1.2

- Added `broom.helpers (>= 1.15.0)` and `gtsummary (>= 2.0.0)` in DESCRIPTION to accord with an update in {gtsummary}.

# logitr 1.1.1

- 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.
Expand Down
8 changes: 4 additions & 4 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@



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



#' Stated preference data for the choice of electricity suppliers (from {mlogit} package)
#' Stated preference data for the choice of electricity suppliers (from mlogit package)
#'
#' A sample of 2308 households in the United States.
#'
Expand Down Expand Up @@ -250,8 +250,8 @@
#'
#' This data frame contains the run times for a benchmark comparing the
#' relative computation time to estimate a preference space mixed logit model
#' using the following R packages: {logitr}, {mixl}, {mlogit}, {gmnl}, and
#' {apollo}. The run times are exported from the Google colab notebook here:
#' using the following R packages: logitr, mixl, mlogit, gmnl, and
#' apollo. The run times are exported from the Google colab notebook here:
#' https://colab.research.google.com/drive/1vYlBdJd4xCV43UwJ33XXpO3Ys8xWkuxx?usp=sharing
#'
#' @format
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ article associated with it! You can get the citation by typing

``` r
citation("logitr")
#>
#> To cite logitr in publications use:
#>
#> Helveston JP (2023). "logitr: Fast Estimation of Multinomial and
Expand Down
2 changes: 1 addition & 1 deletion man/apolloModeChoiceData.Rd

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

2 changes: 1 addition & 1 deletion man/electricity.Rd

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

4 changes: 2 additions & 2 deletions man/runtimes.Rd

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

0 comments on commit 038fed1

Please sign in to comment.