.Error in library(...) : there is no package called ‘...’ can not be found

I start on R and I have a problem to install R cmdr.
I downloaded it but when I want to open it with Library (), it tells me that the package library(dataiku)...Error in library(dataiku) : there is no package called ‘dataiku’ can not be found:

I'm not too familiar with R cmdr, but in R that error message means that the r-package dataiku hasn't been installed yet.

Here's a step by step guide with pictures ( How to install packages on R + screenshots), but you probably just need to a run once

install.packages("dataiku")

Before loading dataiku with library(dataiku).

2 Likes

This topic was automatically closed 21 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.