File: WindowsPath.txt

package info (click to toggle)
rmysql 0.5.5-2.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 856 kB
  • ctags: 303
  • sloc: ansic: 2,975; sh: 28; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is the process I used to include RMySQL's libs directory
on the Windows path on Windows 2000 and Windows NT 4, Service Pack 6.

NOTE: This procedure has to be done prior to invoking R.

1. Single click "My Computer"
2. Go to the environement variables:

   In Window 2000 
   Select "System Properties" -> "Advanced" Tab 
                                              
   In Windows NT 4
   Select "System "Properties" -> "Environment"

3. Click on "Environment Variables"
4. Under "User variables for dj", I added
   PATH=c:\R\rw1051\library\RMySQL\libs

Click OK.

Invoke R, 
> 
> library(RMySQL)
> ...