ts package not available for R 3.6.0

If you look at cran package sorted by name
https://cran.r-project.org/web/packages/available_packages_by_name.html
You'll see there is not :package: ts

Are you looking for function ts from the stats :package: already installed with base R ?
Look at ?ts in R console

1 Like