>>>>> "KrishS" == \"Krishnan, Sunderrajan\"
<Sunderrajan.Krishnan at pnl.gov> writes:
[why do you think you should send your message *twice* ? ]
KrishS> I followed the following sequence of commands after installing
KrishS> 'XGobi':
>> library(xgobi); data(ToothGrowth); xgobi(ToothGrowth);
KrishS> I got the following warning message:
KrishS> C:/R13 1.0/rw1030/library/xgobi/scripts/xgobi.bat -vtitle
KrishS> 'ToothGrowth' -std mmx C:/DOCUME~1/h1452992/LOCALS
KrishS> 1/Temp/xgobi-TthGr5705 Warning message: argument `pkg' is
KrishS> deprecated. Use `package' instead. in:
system.file("scripts",
KrishS> "xgobi.bat", pkg = "xgobi")
which means you're using Windows which you should tell us explicitly.
As you see it's just a warning which will go away once the xgobi port
to Windows is updated.
Note however that xgobi will be deprecated itself in favor of ggobi,
in the not so distant future, probably rather sooner than later for
Windows.
Alternatively, you find the proper file in your xgobi package installation
and follow the above warning message by replacing
system.file("scripts", "xgobi.bat", pkg =
"xgobi")
with
system.file("scripts", "xgobi.bat", package =
"xgobi")
(and do the analogous with a corresponding "xgvis" line)
Martin Maechler <maechler at stat.math.ethz.ch>
http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum LEO D10 Leonhardstr. 27
ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND
phone: x-41-1-632-3408 fax: ...-1228 <><
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._