yueshengu / rpostgresql

Automatically exported from code.google.com/p/rpostgresql
0 stars 0 forks source link

dbConnect Method section is missing #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Bring up the dbConnect() man page for RPostgreSQL (For example, try 
?PosgreSQL in the R command line, click on the index list at the bottom, then 
click on dbConnect-Methods
2. Note that the Method section is blank.  This is supposed to describe all the 
arguments of the method.
3. If you look at the source code for the dbConnect() documentation file the 
description is there - it just doesn't appear in the readable documentation.

What is the expected output? What do you see instead?
see above

What version of the product are you using? On what operating system?
R 2.15.2, RPostgreSQL 0.4 (compiled on R 2.15.3), Windows 7 64-bit.

Please provide any additional information below.

Original issue reported on code.google.com by bmusi...@aptecgroup.com on 3 Apr 2013 at 8:25

GoogleCodeExporter commented 8 years ago
The right syntax to refer the manual seems

methods?RPostgreSQL::dbConnect

I leave this open for a while to see any feedback.

Original comment by tomoa...@kenroku.kanazawa-u.ac.jp on 12 Jun 2013 at 12:16