[R-SIG-Finance] Update on Limit Orderbook Package

Immanuel mane.desk at googlemail.com
Wed Jul 21 09:36:26 CEST 2010


Hello Andrew,

am I missing something?
---

> > install.packages("orderbook", repos="http://R-Forge.R-project.org")
>   
Warning in install.packages("orderbook", repos =
"http://R-Forge.R-project.org") :
argument 'lib' is missing: using
'/home/xxx/R/i486-pc-linux-gnu-library/2.11'
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘orderbook’ is not available

> >
>   
-----

regrads,
Immanuel



On 07/02/2010 09:51 PM, Andrew Liu wrote:
> Hello,
>
> We are now complete with most of the basic functionality of the
> orderbook package and would especially love for people to take a look
> at some of our visualizations and give us comments and suggestions, as
> well as ideas for other good visualizations of an orderbook. The
> following commands will take you through the 3 plots we currently have.
>
> install.packages("orderbook", repos="http://R-Forge.R-project.org")
> library(orderbook)
> file <- paste(.libPaths(), "orderbook", "data", "sample.txt", sep = "/")
> ob <- orderbook(file = file)
> ob <- read.time(ob, "9:30:00")
> plot(ob)
> plot(ob, type = "o")
> plot(ob, type = "s")
>
> Thanks,
> Andrew
>
> _______________________________________________
> R-SIG-Finance at stat.math.ethz.ch 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.
>



More information about the R-SIG-Finance mailing list