We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standard calls work both by specifying hpc args or not (i.e., serial or hpc module processing)
hpc
For formula-based indices, this does not work because index references variables in args.
args
This most likely needs subsetting of the IndexedFormula@args variable back to IndexedFormula@index.
IndexedFormula@args
IndexedFormula@index
> st$lm(Sepal.Width ~ Sepal.Length, data=iris) Sepal.Width Sepal.Length term estimate std.error statistic 1 1 1 Sepal.Length -0.0618848 0.04296699 -1.440287 p.value size 1 0.1518983 150 > st$lm(Sepal.Width ~ Sepal.Length, data=iris, hpc_args=list()) # Error in (function (` fun`, ..., more.args = list(), export = list(), : # Argument required but not provided: data ...
The text was updated successfully, but these errors were encountered:
fixed in e58679a
Sorry, something went wrong.
mschubert
No branches or pull requests
Standard calls work both by specifying
hpc
args or not (i.e., serial orhpc
module processing)For formula-based indices, this does not work because index references variables in
args
.This most likely needs subsetting of the
IndexedFormula@args
variable back toIndexedFormula@index
.The text was updated successfully, but these errors were encountered: