Unable to install RSQLite package via Github

Hi all, I'm a beginner here and trying to install the RSQLite package on Mac. However the line is running for hours and still have nothing to show

  1. I'm on the newest version of R
  2. I downloaded Xcode for mac because according to a blog I read, R needs to be in a dev environment to perform this installation. But not sure how to apply the dev environment to R?

Any help would be greatly appreciated...

You should not try to install packages from an Rmd document, the R session is waiting for you to choose an option but that is not possible on a code chunk, that is why it keeps loading without doing anything.

Package installation has to be done interactively on the R console.

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.