Hi everyone
I am using Rstudio 4.5.1(the lastest version) r4.5.1 and rtools.
Now i am trying to install new packages(TraMineR, TraMineRextras, WeightedCluster).
All the packages come from the nexus server.
When i running this code on the Rstudio:
.libPaths("D:/research/packages")
install.packages("TraMineR", type = "source")
I got these error messages:
How can i fix it and install the packages?
Thanks
Michael
Gabor
September 1, 2025, 1:18pm
2
You left out the actual compilation error from the output. Can you copy-paste the full output into the post?
Btw. why are you installing the source package? What' wrong with installing the pre-built binary package?
because our enviroment is close..our packages are storage on nexus server..
Can i upload binary packages to nexus server and downloads&install them from rstudio?
Gabor
September 1, 2025, 1:58pm
4
This seems like a broken Rtools installation to me, because the same compilation is fine on other systems: Install log for 'TraMineR'
Maybe you can get support from the people maintaining your infrastructure?
Thanks for your reply.
Maybe do you have playbook/instructions manual with pic.. how to install and config r,rstudio,rtools?
system
Closed
December 1, 2025, 7:22am
6
This topic was automatically closed 90 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.