installed packages

Error Information:

installed.packages("tidyverse")
Package LibPath Version Priority Depends Imports LinkingTo Suggests
Enhances License License_is_FOSS License_restricts_use OS_type Archs
MD5sum NeedsCompilation Built

Description of issue -

Steps taken so far -

System Information:

  • RStudio Edition: (Desktop or Server) Desktop
  • RStudio Version: 1.1.463
  • OS Version: windows 7
  • R Version: 3.5.1

Also:

  • RStudio diagnostics report:
  • Your sessionInfo():
  • RStudio crash report:
  • RStudio application log files:

From Troubleshooting Guide: Using RStudio

Could you please describe your issue so we know what you need help with?

Just a guess based on what you've included:
Are you trying to install the tidyverse package? If so, you should run

install.packages("tidyverse")

Right now, you're using installed.packages() which is a function that:

Find(s) (or retrieve(s)) details of all packages installed in the specified libraries.

Edit Also, please note that unless this works for you in vanilla R but not in RStudio, then the IDE category is not the best fit (see FAQ below for disambiguation).

1 Like