I am trying to establish a connection between R and Aspen Plus (a chemical process simulator). I have succeeded in making the connection between MATLAB and Aspen Plus (https://www.mathworks.com/matlabcentral/fileexchange/69464-aspen-plus-matlab-link), but not with R.
I believe the problem is related to creating and invoking a COM server. I would like to be able to perform the same simulation as at https://www.mathworks.com/matlabcentral/fileexchange/69464-aspen-plus-matlab-link, only using R instead of MATLAB