I want to install "ts" package with OS- Windows, R 3.6.0. While installation it says "Warning in install.packages : package ‘ts’ is not available (for R version 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 ts
Are you looking for function ts from the stats already installed with base R ? Look at ?ts in R console
ts
?ts
Thanks @cderv, i found "ts" function in R console itself
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it:
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.