To post to this group, send email to exc...@googlegroups.com.
Hi Sean,
I think RDotNet looks under the user key for the SOFTWARE\R-core entries if the key is not found under the machine hive. So you should be able to install or add the required keys even for users that don’t have admin rights. Alternatively you can set an R_HOME environment variable.
Regarding the packed version – you’d need to add the R-related references to the .dna file. So your .dna file would be something like:
<DnaLibrary Name="UsingRDotNet Add-In" RuntimeVersion="v4.0">
<ExternalLibrary Path="UsingRDotNet.dll" LoadFromBytes="true" Pack="true" />
<Reference Path="DynamicInterop.dll" Pack="true" />
<Reference Path="RDotNet.dll" Pack="true" />
<Reference Path="RDotNet.NativeLibrary.dll" Pack="true" />
</DnaLibrary>
Regards,
Govert
To post to this group, send email to exce...@googlegroups.com.