Giter Site home page Giter Site logo

dmedri / roaster Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 0.0 219 KB

R - Fetch, build and deploy.

License: GNU Lesser General Public License v2.1

Shell 99.70% TeX 0.30%
virtual-environments data-science statistics statistical-analysis rstats build-tool

roaster's People

Contributors

dmedri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

roaster's Issues

[Bug] Building R, tests don't fit configure options


  • Recommended packages are disabled by default in Roaster for faster builds and leave a second time installation. Matrix library is needed for some basic test:

running code in 'reg-S4.R' ... OK
comparing 'reg-S4.Rout' to './reg-S4-Rout.save' ...606,608c606
< Warning message:
< In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE,
< there is no package called 'Matrix'


  • Java: a language interpreter should be set:

configuring Java ...
*** Cannot find any Java interpreter
*** Please make sure 'java' is on your PATH or set JAVA_HOME correspondingly


  • Needed package to build vignettes:

Packages unavailable to check Rd xrefs: 'date', 'chron', 'round', 'nnet'.

[RFE] Console option to set CRAN mirror

In early bash prototypes of this project, the mirror site to use is hardcoded. While the field could be easily changed with a text editor, a new cli option (and argument) is welcome.

[RFE] ccache configuration for every build type

ccache is a tool for the gcc compiler used to compile the same program over and over again with little downtime. While it may take a few seconds longer to compile a program the first time with ccache, subsequent compiles will be much, much faster.

[RFE] Rewrite the project with a different language

This project born as a fast bash prototype, developed in spare-time. It was started for some needs, and more ideas has come along the way. When its features can satisfy a larger group of R users, a re-engineerization of code is planned (eg. a C/C++ lib with a cli tool). Tips are welcome.

[RFE] Console option to customize the build

In early bash prototypes of this project, configure options to build R are hardcoded. While infos could be easily changed with a text editor, a new cli option (and argument) is welcome.

[Bug] Errors will occour with many simultaneously build sessions

At present, each build-type session works on the defined source tree, one at a time. It is the basic mode for end users, but it has a limit. If you run multiple build sessions simultaneously, with different types and settings, errors will occur.

The solution to the problem is a temporary copy of the source tree for the purpose, one per-session, to be deleted immediately afterwards. There are some downsides to choosing (see: more resources are required), but the benefits seem to outweigh them. Anyway, it still remains a feature request with low priority.

[RFE] Support more Linux distributions

Every test is on Debian GNU/Linux, and it's easy to install the needed packages and tools to build (see. man apt-get build-dep. The same support could be easily extended to other apt based distributions (eg. Ubuntu). The rpm based distributions need other solutions to the problem. Arch users are welcome.

Please, run the following command in console and report your infos:

$ cat /etc/os-release| grep ^NAME= | awk -F'"' '{$0=$2}1'

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.