If you provide more information about how it's implemented with .net perhaps someone can help.
With Umbraco, you can make calls to .net assemblies using XSLT extensions or your own code within Usercontrols or Http handlers, and if you create a .net Usercontrol that wraps the functionality of R then that .net Usercontrol can be used within Umbraco within templates or within the Richtext editor.
Call R.exe and pass command into it. But I would think if you want to do that in the web environment you would run into security issue.
I have this website tribtues.co.nz calling a video convertion program and I had to reinstall the website on a vps to have the execution rights on the exe fiels.
Implementing R with umbraco
Hi All,
Just been asked if it is possible to implement R (For those unsure see: http://www.r-project.org/ or http://en.wikipedia.org/wiki/R_(programming_language) )
We know you can implement it with .net, just looking for some examples and/or reassurance that it can be done in Umbraco.
Cheers,
Alec
Alec,
If you provide more information about how it's implemented with .net perhaps someone can help.
With Umbraco, you can make calls to .net assemblies using XSLT extensions or your own code within Usercontrols or Http handlers, and if you create a .net Usercontrol that wraps the functionality of R then that .net Usercontrol can be used within Umbraco within templates or within the Richtext editor.
HTH
Tom
I shall have to get back to this after the weekend. I wasnt involved in the previous R in .net project and the guy that was is out of office today.
thanks for the interest, will supply what knowledge i can soon.
Alec
Hi there
I am interested in this concept as well.
Using umbraco to provide an interface and use R as engine.
Check out this article:
http://www.codeproject.com/KB/cs/RtoCSharp.aspx
Cheers
http://cs.hubfs.net/blogs/thepopeofthehub/archive/2007/11/06/FSharpWithR.aspx
Call R.exe and pass command into it. But I would think if you want to do that in the web environment you would run into security issue.
I have this website tribtues.co.nz calling a video convertion program and I had to reinstall the website on a vps to have the execution rights on the exe fiels.
thank you, I shall keep this in mind and if it requires a VPS im sure that ill be able to work around it.
Cheers
Alec
is working on a reply...