On Fri, Oct 28, 2016 at 12:45 PM, Daniel Cegiełka <[email protected]> wrote: > 2016-10-28 16:04 GMT+02:00 fceci via R-SIG-Finance > <[email protected]>: >> >> Hi everybody, >> first of all thanks for making the Rmetrics suite available to all. I really >> find these libraries very useful. >> I have an issue installing the PortfolioAttribution package. The usual >> command >> install.packages("PortfolioAttribution",repos="http://R-Forge.R-project.org") >> does not work and indeed the link to the tar.gz >> file:http://download.r-forge.r-project.org/src/contrib/PortfolioAttribution_0.3.tar.gz >> returns a 404 error. >> Is this package still available somewhere?
The package is still available on R-Forge. For some reason, R-Forge is not providing the tar.gz file produced by R CMD build, but the source is available. You can install from source yourself by following the instructions in this StackOverflow Q+A: http://stackoverflow.com/q/11105131/271616 >> Thanks! Frank >> > > Hi Frank, > > https://github.com/R-Finance/PortfolioAttribution > This is a read-only mirror. R-Forge is still the authoritative repository for this package. Regardless, GitHub does not provide the tar.gz files produced by R CMD build that Frank is asking for. > Best regards, > Daniel > > _______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-sig-finance > -- Subscriber-posting only. If you want to post, subscribe first. > -- Also note that this is not the r-help list where general R questions > should go. -- Joshua Ulrich | about.me/joshuaulrich FOSS Trading | www.fosstrading.com R/Finance 2016 | www.rinfinance.com _______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. If you want to post, subscribe first. -- Also note that this is not the r-help list where general R questions should go.
