Coder Social home page Coder Social logo

rblib's People

Watchers

 avatar  avatar

Forkers

lawinslow

rblib's Issues

for syncing running fucntions, add options to cat() the system() call

Most of the work done by the syncing functions is just formatting things properly. Having that format standardized prevents me from making careless mistakes. In some cases it's convenient to have all this go through R so that I don't have to shift focus to Terminal.

However, for scripts that will take a really long time to run, it would be better to simply run them through Terminal to free up R on my computer (even if my computer isn't doing the heavy lifting of running the R code [amphiprion is], I don't want my console spinning).

The first solution that came to mind here is rather manual: have an option to spit out the cat() version of the system call, and not do the system call. Then I can copy it from the R console and paste it into terminal.

Better idea though (maybe, probably): http://stackoverflow.com/questions/24257271/r-using-wait-false-in-system-with-multiline-commands

Make use of the wait argument in system(). I'm glad I looked this up ... seems confusing and a little tricky ^ Easy once you read that answer (second part in particular, about wrapping in ()'s).

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.