timriffe / DemoTools

Tools for the evaluation, adjustment, and standardization of demographic data
https://timriffe.github.io/DemoTools
Other
61 stars 31 forks source link

Fixup Github Actions #159

Open cimentadaj opened 3 years ago

cimentadaj commented 3 years ago

macOS and Linux pass alright but there are some problems with rstan on Windows. To avoid making weird workarounds, I think we will have to wait until the dev rstan reaches CRAN.

I tried many different ways of running rcmdcheck and check with withr 2.2.0 to avoid the rstan problems but I figured it's just better to wait until rstan reaches CRAN. When it does, the GH actions yaml should run rcmdcheck successfuly UNTIL the examples where you should get the familiar cleanEx() problems. Note that I can reproduce this weird error on a Windows machine so it's better to reach out in RStudio Community referencing the same post as before.

timriffe commented 3 years ago

mig_estimate_rc() chunks have been toggled off in the migration vignette until rstan is sorted out. Be sure to toggle these back on when rstan is properly handled on all OS.

cimentadaj commented 3 years ago

GH actions is now passing but we still need to fix the error produced by what @timriffe toggled off above. This is related to rstan. Revisit this once rstan has a version over 2.21.2 in CRAN.