Is there a way to request that an R library be made available in the cloud?

Trying the folllowing code...

using RDotNet;

var engine = REngine.GetInstance();

engine.Evaluate("library(xxxxx)");

I get the message:

During the algorithm initialization, the following exception has occurred: Error in library(xxxxx) : there is no package called ‘xxxxx’

 

Author