R studio bio3d so slow or not running

Hi,I have ben using R studio bio3d package for my molecular simulation analysis for three months.but for three weeks,it takes so long loading my files and when ı loaded my pdb and dcd files, then it is not running.many times ı have uninstalled and reinstalled.but it still continue.
Written my codes:
pdb<read.pdb(“”)
dcd<read.dcd(“”)
ligand.inds<atom.select(pdb, resid=“B”)
xyz<-fit.xyz(fixed=pdb$xyz, mobile=dcd, fixed.inds=ligand.inds$xyz, mobile.inds=ligand.inds$xyz)
Could anybody help me for this issue please? How to fix this issue

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.