Profile Generator instalation

Profile generator: to enable this package you will need r-core and r-devel in the system Fedora 15, you can install it using the following commands from the root user level in the CLI

yum install R-core R-devel

Next we have to install 'tseries' and 'getopt' packages into R environment.

As root type 'R' to switch into R shell. Next type:

install.packages(c('getopt','tseries'))

And select apropriate repository (for example "Poland (Wroclaw)"). After installation type 'q()' to exit into bash.