Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation updated for issue #65 #66

Merged
merged 1 commit into from Jan 7, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/content/index.md
Expand Up @@ -62,6 +62,8 @@ The R Provider requires an installation of R for Windows, downloadable from
`SOFTWARE\R-core` to locate the R binary directory, in order to load `R.dll`. It will also
locate `R.dll` if it is on the path. If run from a 32-bit process, RProvider will use
the 32-bit `R.dll`, and if run from a 64-bit process, it will load the 64-bit version.
(Note that VS runs in 32-bit process, so you must have installed 32-bit version of R for
Windows if you want IntelliSense to work)

If you are using R 2.15 or later, you should not try to load the RProvider inside a script
that is passed to FSI via the `--use` flag. It seems that something about the way R
Expand Down