hi thomas, am Mittwoch 02 Februar 2011 (13:02) schrieb Thomas Friedrichsmeier: > I'm still curious about the other half of my mail, though, i.e. the > questions concerning system().
ok, this is what i get from a normal R session:
> version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 2
minor 12.1
year 2010
month 12
day 16
svn rev 53855
language R
version.string R version 2.12.1 (2010-12-16)
> formals(system)
$command
$intern
[1] FALSE
$ignore.stdout
[1] FALSE
$ignore.stderr
[1] FALSE
$wait
[1] TRUE
$input
NULL
$show.output.on.console
[1] TRUE
$minimized
[1] FALSE
$invisible
[1] TRUE
> formals(system2)
$command
$args
character()
$stdout
[1] ""
$stderr
[1] ""
$stdin
[1] ""
$input
NULL
$env
character()
$wait
[1] TRUE
$minimized
[1] FALSE
$invisible
[1] TRUE
and these are results from the rkward daily build:
> identical (system, base::system)
[1] TRUE
> getAnywhere ("system")$where
[1] "package:rkward" "package:base" "namespace:base"
and in case your further wondering:
> loadedNamespaces()
[1] "base" "graphics" "grDevices" "methods" "stats" "tools"
[7] "utils"
viele grüße :: m.eik
--
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at 40225 d"usseldorf
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________ RKWard-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rkward-devel
