Skip to content
Prev 14959 / 15274 Next

PairTrading package

Hi Alec,

$ R --version
R version 4.0.0 (2020-04-24) -- "Arbor Day"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2 or 3.
For more information about these matters see
https://www.gnu.org/licenses/.

$ git clone https://github.com/cran/PairTrading
Cloning into 'PairTrading'...
remote: Enumerating objects: 39, done.
remote: Counting objects: 100% (39/39), done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 39 (delta 11), reused 39 (delta 11), pack-reused 0
Unpacking objects: 100% (39/39), done.

$ ls
PairTrading

$ R CMD INSTALL PairTrading/
* installing to library ?/Library/Frameworks/R.framework/Versions/4.0/Resources/library?
* installing *source* package ?PairTrading? ...

(?)

** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (PairTrading)


Best regards,
Daniel