Opening a data set

When I try to open a dataframe, I go into files click on the file I want, cick import dataset and it comes up with the csv. file but with an error "there is no package called 'pillar', I select OK but then no further information comes up , my tutors page shows up with a table!!? does any one know what that error code means and how I get rid of it :slight_smile: Tank you

Error Information:

Description of issue -

Steps taken so far -

System Information:

  • RStudio Edition: (Desktop or Server)
  • RStudio Version:
  • OS Version:
  • R Version:

Also:

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

From Troubleshooting Guide: Using RStudio

Try installing pillar again (or for the first time, if you have before):

install.packages("pillar")
1 Like

Thank you that worked!! so simple

1 Like