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

IEX #175

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

IEX #175

wants to merge 25 commits into from

Commits on Jun 21, 2017

  1. add quotes from IEX TOPS

    nothing fancy, but it works…
    
    the output doesn't match the other quotes either .. maybe a to do .. or not?
    isomorphisms committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    98e5769 View commit details
    Browse the repository at this point in the history
  2. test IEX getQuote

    prove to travis that my other commit actually works…
    isomorphisms authored and joshuaulrich committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    a2916b4 View commit details
    Browse the repository at this point in the history
  3. prefix curl::curl_escape &c

    curl, curl_escape, and readJSON need to have their package prefixed to satisfy travis
    isomorphisms committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    8785e6e View commit details
    Browse the repository at this point in the history
  4. make travis like the IEX build

    travis didn't like `try( getQuote.IEX( 'vxx' ) )`. Can't test this locally so just trying to `source` the definition of `getQuote.IEX` in there…
    isomorphisms committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    b3ba61c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. no ->

    Josh does not like `a->b`, so I switched them all to `b<-a`
    isomorphisms committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    fe81047 View commit details
    Browse the repository at this point in the history
  2. ubuntu 16

    upgrade travis build to Ubuntu 16, xenial xerus
    isomorphisms committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    d10c62c View commit details
    Browse the repository at this point in the history
  3. source from ../R/.

    was sourcing from *tests* folder. no wonder travis didn't like it
    isomorphisms committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    40cdf13 View commit details
    Browse the repository at this point in the history
  4. no need to source?

    just figuring out travis…
    isomorphisms committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    19aab8c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. let's try this the ugly way…

    delete & replace for travis…
    isomorphisms committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    972e511 View commit details
    Browse the repository at this point in the history
  2. use my r-travis

    copied dirk's `sample.travis.yaml` so I can edit other parts of this and get it to pass
    isomorphisms committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    47710bc View commit details
    Browse the repository at this point in the history
  3. nevermind xenial

    travis is still on trusty, so…
    isomorphisms committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    a042590 View commit details
    Browse the repository at this point in the history
  4. simpler travis

    looks like josh got an old version from dirk https://docs.travis-ci.com/user/languages/r/
    isomorphisms committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    7a27d7f View commit details
    Browse the repository at this point in the history
  5. found that ) error

    it was in 
    ```structure(list(symbol = c("VXX", "SNAP"), price = c(12.785, 17.27),
                   size = c(100L, 200L), time = c(1498075199.954, 1498075184.411),
                   .Names = c("symbol", "price", "size", "time"),
                   row.names = 1:2, class = "data.frame")```, not the very sensible calls to `try`
    isomorphisms committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    73681b4 View commit details
    Browse the repository at this point in the history
  6. put back josh's tests

    accidentally deleted some of  josh's tests
    isomorphisms committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    398c360 View commit details
    Browse the repository at this point in the history
  7. quantmod::

    prefix with quantmod:: so travis finds these functions?
    isomorphisms committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    7952b7e View commit details
    Browse the repository at this point in the history
  8. :::

    make that quantmod:::
    isomorphisms committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    3e1ead4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. pandoc isn't needed for quantmod

    save time on travis build (why is it taking so long??)
    isomorphisms committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    aba5db5 View commit details
    Browse the repository at this point in the history
  2. s/…/.../g

    non-ascii characters messing with  R CMD check
    isomorphisms committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    6aa4541 View commit details
    Browse the repository at this point in the history
  3. 1.19.2.1

    travis doesn't like my `pandoc` instructions …
    isomorphisms committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    ffa80c9 View commit details
    Browse the repository at this point in the history
  4. s/./_/

    maybe travis doesn't like `expected.types`?
    isomorphisms committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    4fb16ff View commit details
    Browse the repository at this point in the history
  5. don't need pandoc

    should speed up builds …  I used the wrong syntax before
    isomorphisms committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    5526d34 View commit details
    Browse the repository at this point in the history
  6. trusty

    want it to build on R 3.4 which is not supported in precise pangolin
    isomorphisms committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    770bdaf View commit details
    Browse the repository at this point in the history
  7. paren problem

    found it…
    isomorphisms committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    b21d196 View commit details
    Browse the repository at this point in the history
  8. covr

    isomorphisms committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    ce5067a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. back to Josh's travis.yaml

    there are hadleyverse dependencies in @jimhester and @craigcitro's `r` build @joshuaulrich doesn't want
    
    switching back for the PR
    isomorphisms committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    41d02c5 View commit details
    Browse the repository at this point in the history