CRAN Package Check Results for Maintainer ‘John Helveston <john.helveston at gmail.com>’

Last updated on 2024-05-16 01:59:35 CEST.

Package ERROR NOTE OK
cbcTools 9 3
logitr 1 8 3

Package cbcTools

Current CRAN status: NOTE: 9, OK: 3

Version: 0.5.0
Check: Rd files
Result: NOTE checkRd: (-1) cbc_design.Rd:160: Lost braces; missing escapes or markup? 160 | see \code{?DoE.base::fac.design} as well as the JSS article on the {DoE.base} | ^ checkRd: (-1) cbc_design.Rd:174: Lost braces; missing escapes or markup? 174 | well as the JSS article on the {DoE.base} package (Grömping, 2018). | ^ checkRd: (-1) cbc_design.Rd:197: Lost braces; missing escapes or markup? 197 | {idefix} package (Traets et al, 2020). | ^ checkRd: (-1) cbc_power.Rd:70: Lost braces; missing escapes or markup? 70 | estimation. See the {logitr} documentation for details about other | ^ 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

Package logitr

Current CRAN status: ERROR: 1, NOTE: 8, OK: 3

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