Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak some miscellaneous things to pass R CMD check on all platforms #1

Merged
merged 4 commits into from
May 7, 2024

Commits on May 7, 2024

  1. Add empty case for PAIRS in odpSim switch statement

    The compiler issues a warning on Windows which angers R CMD check
    oelhammouchi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6974e6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9860ea3 View commit details
    Browse the repository at this point in the history
  3. Disable graphical tests on MacOS as well

    The results are not reproducible for some reason, same as for Windows
    oelhammouchi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    80fe14c View commit details
    Browse the repository at this point in the history
  4. Remove redundant call to omp_get_thread_num in mod_mack

    It's blocking CI for MacOS
    oelhammouchi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    28a96ed View commit details
    Browse the repository at this point in the history