Code Monkey home page Code Monkey logo

Comments (7)

eduardszoecs avatar eduardszoecs commented on June 3, 2024

OK lets break them down:

  • r-release-macosx-ix86: Error comes from iucn_summary
  • r-release-windows-ix86+x86_64 is probably a Curl Error but only on 64bit systems (perhabs some server we were calling was down?)
  • r-oldrel-windows-ix86+x86_64 is an Error from get_genes_avail (paste0(..., collapse) is equivalent to paste(..., sep = "", collapse))

from taxize.

eduardszoecs avatar eduardszoecs commented on June 3, 2024
  1. Don't know. Can you check (you are on a Mac machine?).
  2. just try again
  3. I think paste0 was established just 1 or 2 R versions ago... Since this was tested on R2.14.2 maybe paste0 isn`t there. So changing from paste0 to paste should solve the problem.

from taxize.

sckott avatar sckott commented on June 3, 2024
  1. I am on a mac, and it passes just fine. It must be a a package or package version that I already have installed that is going wrong.
  2. It does pass windows check every time I send it to the Windows checker. Seems like if it was one of the APIs we call that it would not still be failing - the cran check page continues to show ERROR.
  3. Ok, will switch to paste

from taxize.

sckott avatar sckott commented on June 3, 2024
  1. checked on R-release (I am usually on R-patched), and it works fine, still not sure why this error is happening.
  2. changed from paste0 to paste, hopefully this will fix it

from taxize.

sckott avatar sckott commented on June 3, 2024

I'm getting errors on the iplant_tnrsmatch function now, their servers are down.

By the way, I wonder if we can build in error catching for every API service so taxize passes checks when any of the API servers are down. For example, could we wrap getURL/getForm/etc. calls in try or tryCatch or something else that will recognize that the API service is down, and that it's not our code per se. Then we can spit out a meaningful error message. If we do this, it would be nice to build in a way for tests to pass even when the API service is down.

from taxize.

sckott avatar sckott commented on June 3, 2024

The API for the iplant_tnrsmatch function is back up...

from taxize.

sckott avatar sckott commented on June 3, 2024

v0.0.2 submitted, closing this

from taxize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.