AJ-DS
November 16, 2019, 7:12am
1
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)"
cderv
November 16, 2019, 9:42am
2
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
1 Like
AJ-DS
November 16, 2019, 10:16am
3
Thanks @cderv , i found "ts" function in R console itself
1 Like
cderv
November 16, 2019, 10:27am
4
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:
If your question has been answered, don't forget to mark the solution!
How do I mark a solution?
Find the reply you want to mark as the solution and look for the row of small gray icons at the bottom of that reply. Click the one that looks like a box with a checkmark in it:
[image]
Hovering over the mark solution button shows the label, "Select if this reply solves the problem". If you don't see the mark solution button, try clicking the three dots button ( ••• ) to expand the full set of options.
When a solution is chosen, the icon turns green and the hover label changes to: "Unselect if this reply no longer solves the problem". Success!
[solution_reply_author]
…
system
Closed
November 23, 2019, 10:27am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.