Giter Site home page Giter Site logo

Comments (5)

mllg avatar mllg commented on August 24, 2024

The files are already in the Rbuildignore. Is R CMD check called on the directory, not the tarball?

from mlr3.

pat-s avatar pat-s commented on August 24, 2024

Is R CMD check called on the directory, not the tarball?

Yes, on the directory.

from mlr3.

mllg avatar mllg commented on August 24, 2024

Well, this does not work. ^^

from mlr3.

pat-s avatar pat-s commented on August 24, 2024

But we do exactly the same on travis and there are no complains about all these files?

I am aware of the

R CMD build mlr3
R CMD INSTALL mlr3_.tar.gz
R CMD check mlr3_
.tar.gz

scheme. tic is just using rcmdcheck for checking which calls by default "R CMD check" on the directory (or am I wrong here??):

rcmdcheck(path = ".", quiet = FALSE, args = character(),
  build_args = character(), check_dir = NULL, libpath = .libPaths(),
  repos = getOption("repos"), timeout = Inf, error_on = c("never",
  "error", "warning", "note"))

path | Path to a package tarball or a directory.

but also calls a R cmd build visibly in the builds before the R cmd check? This would not be necessary then. I am confused.

from mlr3.

mllg avatar mllg commented on August 24, 2024

Appveyor now seems to work (unless pandoc crashes).

from mlr3.

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.