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
Original issue created by Vladimir Bodnartchouk on 28, Feb 2014 at 19:23 PM - PRC-6
For example in the following code the output.files='file%1%' argument of the PAM() function should be expanded to 'file1' and 'file2'
Code to reproduce the issue:
library("PARConnector") PAConnect(url='http://localhost:8080/rest/rest', login='demo', pwd='demo') tasks <- PA("identity", 1:2); fullWorkflow <- PAM( function(...){}, tasks, output.files="file%1%") \1. Print the full workflow fullWorkflow
\1. The awaited result should be: ... output files : C:/PARConnector/file1 <- $USER/file1, C:/PARConnector/file2 <- $USER/file2 ...
The text was updated successfully, but these errors were encountered:
Merge pull request #9 from ow2-proactive/master
2a17528
synchronize fork
No branches or pull requests
Original issue created by Vladimir Bodnartchouk on 28, Feb 2014 at 19:23 PM - PRC-6
For example in the following code the output.files='file%1%' argument of the PAM() function should be expanded to 'file1' and 'file2'
Code to reproduce the issue:
library("PARConnector")
PAConnect(url='http://localhost:8080/rest/rest', login='demo', pwd='demo')
tasks <- PA("identity", 1:2);
fullWorkflow <- PAM( function(...){}, tasks, output.files="file%1%")
\1. Print the full workflow
fullWorkflow
\1. The awaited result should be:
...
output files : C:/PARConnector/file1 <- $USER/file1, C:/PARConnector/file2 <- $USER/file2
...
The text was updated successfully, but these errors were encountered: