Unable to install TSrepr package in R studio

Error Information:

Description of issue -

Steps taken so far -

System Information:

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

Also:

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

From Troubleshooting Guide: Using RStudio

This is almost always a naming error. Try cut and pasting into the console

install.packages("TSrepr")

which just worked for me with

R version 3.5.2 (2018-12-20)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Mojave 10.14.2

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.