Commit 58c284cf authored by Bertjan Broeksema's avatar Bertjan Broeksema
Browse files

Fix old names.

parent d5aa58da
...@@ -127,13 +127,13 @@ Start R studio and type the following commands. ...@@ -127,13 +127,13 @@ Start R studio and type the following commands.
# continue installing the interactive binning application. # continue installing the interactive binning application.
> library(devtools) > library(devtools)
# NOTE: Before installing you should check the file R.ICoBiRe/R/sqlite.R. At the # NOTE: Before installing you should check the file R.ICoVeR/R/sqlite.R. At the
# top there is a variable declared named: p.db.dataset. The value for this # top there is a variable declared named: p.db.dataset. The value for this
# variable must match the data set you want to analyze (i.e. "wrighton" in # variable must match the data set you want to analyze (i.e. "wrighton" in
# this case). # this case).
# #
# If you want to bin a different data set, you must change this value # If you want to bin a different data set, you must change this value
# **before** installing the R.ICoBiRe package. # **before** installing the R.ICoVeR package.
> install_local(file.path(getwd(), "R.ICoVeR")) > install_local(file.path(getwd(), "R.ICoVeR"))
{% endhighlight %} {% endhighlight %}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment