Skip to content

Silently failing #10

@natejgardner

Description

@natejgardner

Do you have any recommendations for debugging?

const R = require("r-script");

let results = R("../R/test.R")
                       .data('')
                       .callSync();

console.log(results);

returns null for any R script, including the most basic:

test.r

1+1

I verified with cat to file on the first line of my R code that R is never running, but there is no output even in the verbose debugger.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions