CRAN Package Check Results for Package logitr

Last updated on 2024-05-15 17:57:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 6.56 176.11 182.67 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.1 3.15 144.44 147.59 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.1 231.42 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.1 261.90 NOTE
r-devel-windows-x86_64 1.1.1 6.00 203.00 209.00 NOTE
r-patched-linux-x86_64 1.1.1 4.71 179.55 184.26 NOTE
r-release-linux-x86_64 1.1.1 4.15 178.04 182.19 NOTE
r-release-macos-arm64 1.1.1 92.00 NOTE
r-release-windows-x86_64 1.1.1 6.00 439.00 445.00 ERROR
r-oldrel-macos-arm64 1.1.1 88.00 OK
r-oldrel-macos-x86_64 1.1.1 161.00 OK
r-oldrel-windows-x86_64 1.1.1 8.00 242.00 250.00 OK

Check Details

Version: 1.1.1
Check: Rd files
Result: NOTE checkRd: (-1) apolloModeChoiceData.Rd:6: Lost braces; missing escapes or markup? 6 | \title{Simulated SP dataset of mode choice (from the {apollo} package).} | ^ checkRd: (-1) electricity.Rd:6: Lost braces; missing escapes or markup? 6 | \title{Stated preference data for the choice of electricity suppliers (from {mlogit} package)} | ^ checkRd: (-1) runtimes.Rd:24: Lost braces; missing escapes or markup? 24 | using the following R packages: {logitr}, {mixl}, {mlogit}, {gmnl}, and | ^ checkRd: (-1) runtimes.Rd:24: Lost braces; missing escapes or markup? 24 | using the following R packages: {logitr}, {mixl}, {mlogit}, {gmnl}, and | ^ checkRd: (-1) runtimes.Rd:24: Lost braces; missing escapes or markup? 24 | using the following R packages: {logitr}, {mixl}, {mlogit}, {gmnl}, and | ^ checkRd: (-1) runtimes.Rd:24: Lost braces; missing escapes or markup? 24 | using the following R packages: {logitr}, {mixl}, {mlogit}, {gmnl}, and | ^ checkRd: (-1) runtimes.Rd:25: Lost braces; missing escapes or markup? 25 | {apollo}. The run times are exported from the Google colab notebook here: | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Version: 1.1.1
Check: examples
Result: ERROR Running examples in 'logitr-Ex.R' failed The error most likely occurred in: > ### Name: logitr > ### Title: The main function for estimating logit models > ### Aliases: logitr > ### Keywords: logit logitr mixed mnl mxl willingness-to-pay wtp > > ### ** Examples > > # For more detailed examples, visit > # https://jhelvy.github.io/logitr/articles/ > > library(logitr) > > # Estimate a MNL model in the Preference space > mnl_pref <- logitr( + data = yogurt, + outcome = "choice", + obsID = "obsID", + pars = c("price", "feat", "brand") + ) Running model... Done! > > # Estimate a MNL model in the WTP space, using a 5-run multistart > mnl_wtp <- logitr( + data = yogurt, + outcome = "choice", + obsID = "obsID", + pars = c("feat", "brand"), + scalePar = "price", + numMultiStarts = 5 + ) Running multistart... Random starting point iterations: 5 Number of cores: 2 Error in makePSOCKcluster(names = spec, ...) : Cluster setup failed. 2 of 2 workers failed to connect. Calls: logitr -> runMultistart -> <Anonymous> -> makePSOCKcluster Execution halted Flavor: r-release-windows-x86_64