Error installing package pracma

Hi, I need the pracma package for an assignment, but when I try to install it, this is what I get:

install.packages(pracma)
Error in install.packages : object 'pracma' not found

I'm using R 4.3.2

Any help would be appreciated. Thank you!

It should be a string, i.e.

install.packages("pracma")

Thanks! Been a while... :slight_smile:

1 Like

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.