Class: R

Defined in: src/beautifiers/formatR/index.coffee
Inherits: Beautifier

Variables Summary

name =
"formatR"
"https://github.com/yihui/formatR"
executables =
[
  {
    name: "Rscript",
    cmd: "rscript",
    homepage: "https://github.com/yihui/formatR",
    installation: "https://github.com/yihui/formatR",
    version: {
      parse: function(text) {
        return text.match(/version (\d+\.\d+\.\d+) /)[1];
      },
      runOptions: {
        returnStderr: true
      }
    },
    docker: {
      image: "unibeautify/rscript"
    }
  }
]
options =
{
  R: true
}

Variable inherited from Beautifier

Promise name options executables _exe languages beautify logger

Instance Method Summary

Inherited Method Summary

Methods inherited from Beautifier

#isPreInstalled #loadExecutables #exe #deprecate #deprecateOptionForExecutable #tempFile #readFile #findFile #getDefaultLineEnding #which #run #setupLogger

Instance Method Details

# (void) beautify(text, language, options)

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: