Code Monkey home page Code Monkey logo

Comments (2)

brendan-r avatar brendan-r commented on July 3, 2024

CRAN problems:

  • The packages you have listed in Imports are not actually imported. Apparently you thought this was good practice!
    • Do some reading on what is good practice
  • httpuv in particular isn't called by anything. This is because it's a dependency for the OAuth2.0 dance, but is merely Suggests'ed by httr.
    • Dummy function added in 18dcac8 to address the note generated by R CMD check.
  • The URLs required for the user to login to box.com have a HTTP status code (403) which puts them out of CRAN policy. They're not willing to make an exception.
    • Get the guide out of the .Rd files and vignette, link to the README on github
    • Link here instead: https://developers.box.com/, and instruct users to click on 'My apps' (screenshot?)

from boxr.

brendan-r avatar brendan-r commented on July 3, 2024

LO!

http://cran.r-project.org/web/packages/boxr/

from boxr.

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.