Hello Arbor team,
This is more like a series of questions than a 'bug-report'.
I have a new R package and I want to implement it on Arbor. I was in search for documentation and examples of how to do this. As a developer, I have some questions about current Arbor functionality:
- Where can I find documentation to implement a new package as a collection of functions in Arbor? I found documentation how to apply an analysis and how to create a workflow with existing functions on Arbor. But I do not know how to create a new set of tools.
- My package depends on writing the output to files while the analysis is running. Right now a R function will create a new file and append to it. Would this kind of function be compatible with Arbor?
- Can I make a package available from github also available on Arbor?
- Can I push the Arbor implementation of my package so people will have access to it? Or I need to host the Arbor implementation in my own repository?
Thanks for the help and sorry for the long list of questions.
Hello Arbor team,
This is more like a series of questions than a 'bug-report'.
I have a new R package and I want to implement it on Arbor. I was in search for documentation and examples of how to do this. As a developer, I have some questions about current Arbor functionality:
Thanks for the help and sorry for the long list of questions.