Guest User

Untitled

a guest
Apr 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. using RDotNet;
  2.  
  3. namespace RDotNetTester
  4. {
  5. class Program
  6. {
  7. static void Main(string[] args)
  8. {
  9. REngine.SetEnvironmentVariables();
  10. var engine = REngine.GetInstance(null, true, null);
  11. engine.Evaluate("library(xgboost)");
  12. }
  13. }
  14. }
Add Comment
Please, Sign In to add comment