Neo Hsu
Neo Hsu

Reputation: 21

How to install "RTAQ" package in R

How to install "RTAQ" package in R?

I found a website with 4 packages I need, but I can't download "RTAQ" file.( http://r-forge.r-project.org/R/?group_id=316 )

This command below is invalid too. install.packages("RTAQ", repos="http://R-Forge.R-project.org") Warning in install.packages : package ‘RTAQ’ is not available (for R version 3.4.4)

Upvotes: 1

Views: 193

Answers (1)

Len Greski
Len Greski

Reputation: 10855

RTAQ has been archived from CRAN, since CRAN was unable to receive a clean update of the software since November 2012. For details, see the following message on the CRAN RTAQ page.

If you want to use RTAQ, you'll need to install an older version of R that is compatible with RTAQ, and use RTAQ with that version of R.

Upvotes: 1

Related Questions