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

linux in travis #23

Merged
merged 10 commits into from Mar 14, 2018
Merged

linux in travis #23

merged 10 commits into from Mar 14, 2018

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    2e82269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30116b2 View commit details
    Browse the repository at this point in the history
  3. experimenting w/ r_binary_packages option

    "These installs will be faster than source installs, but may not always be the most recent version"
    https://docs.travis-ci.com/user/languages/r/#Additional-Dependency-Fields
    wibeasley committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    c8bdbf2 View commit details
    Browse the repository at this point in the history
  4. apparently it determines which packages to prefix

    with `r-cran-qqq`.  Also needs sudo.
    
    > "Specify the name just as you would when installing from CRAN. On OS X builds and builds without sudo: required, these packages are installed from source."
    
    https://docs.travis-ci.com/user/languages/r/#Additional-Dependency-Fields
    wibeasley committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    c1a4514 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. 37 r_binary_packages

    I bet the order isn't exactly right though.
    wibeasley committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    11593f5 View commit details
    Browse the repository at this point in the history
  2. remove BayesFactor package

    it apparently isn't available
    wibeasley committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    6ccdc15 View commit details
    Browse the repository at this point in the history
  3. rearrange order

    so it won't install from other R packages from source, before their binaries can be installed.  Remove OpenMX b/c it was failing on the OSX builds
    wibeasley committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    7de7b82 View commit details
    Browse the repository at this point in the history
  4. reducing packages

    to keep the dependency calculations simpler.  Something's getting tripped up with OpenMX
    wibeasley committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    82d04dc View commit details
    Browse the repository at this point in the history
  5. are commented packages causing the problem

    I don't know why Travis is looking for [these packages](https://travis-ci.org/IndrajeetPatil/ggstatsplot/jobs/353142095#L1620).  It's not exactly the same list.
    
    ```
    #  - rpf
    #  - openssl
    #  - rlang
    #  - igraph
    #  - utf8
    #  - gss
    #  - haven
    #  - XML
    #  - data.table
    #  - matrixStats
    #  - rgl
    #  - dplyr
    #  - purrr
    #  - tidyver
    #  - readr
    #  - minqa
    #  - mvtnorm
    #  - SparseM
    #  - lme4
    #  - httpuv
    #  - markdown
    #  - sem  
    #  - readxl
    #  - openxlsx
    #  - pander
    #  - minpack.lm
    #  - StanHeaders
    ```
    wibeasley committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    b478009 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb454e6 View commit details
    Browse the repository at this point in the history