Re: [R-pkg-devel] Help with Devtools Error

2017-10-20 Thread Thierry Onkelinx
Dear Adrian, Answering this would be much easier when you have access to the code. Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST Team Biometrie & Kwaliteit

Re: [R-pkg-devel] Help with Devtools Error

2017-10-20 Thread Joris Meys
Dear Adrian, I think the problem is rather obvious: plotMDS cannot be found. So if this is a function of your own package, you forgot to export it. If it's a function from another package, the package isn't loaded so it should be added as Depends, Imports or Suggests. And when added as Suggests, y