Displaying 11 results from an estimated 11 matches for "dvipscmd".
Control statements with condition with greater than one should give error (not just warning) [PATCH]
2017 Mar 03
2
Control statements with condition with greater than one should give error (not just warning) [PATCH]
...uot;, "device",
+ options <- c("add.smooth", "browser", "check.bounds", "check.condition",
+ "continue", "contrasts", "defaultPackages", "demo.ask", "device",
"digits", "dvipscmd", "echo", "editor", "encoding",
"example.ask", "expressions", "help.search.types",
"help.try.all.packages", "htmlhelp", "HTTPUserAgent",
Index: src/main/eval.c
========================================...
2002 Feb 23
4
bug in options() - help page (PR#1323)
...described on the help page for the
function ``options''.
The following variables are in names(options()) but not described on the
help page :
"error.messages"
"repositories"
"show.coef.Pvalues"
"help.try.all.packages"
"download.info"
"dvipscmd"
Since options() is part of ``base R'' and the homepage claims that the
options described there are the only options used by ``base R'', this
may be considered as a
bug.
The following variables are described on the help
page, but are not in names(options()):
error
show.error...
Control statements with condition with greater than one should give error (not just warning) [PATCH]
2017 Mar 03
0
Control statements with condition with greater than one should give error (not just warning) [PATCH]
...> + options <- c("add.smooth", "browser", "check.bounds", "check.condition",
> + "continue", "contrasts", "defaultPackages", "demo.ask", "device",
> "digits", "dvipscmd", "echo", "editor", "encoding",
> "example.ask", "expressions", "help.search.types",
> "help.try.all.packages", "htmlhelp", "HTTPUserAgent",
> Index: src/main/eval.c
> ========...
Control statements with condition with greater than one should give error (not just warning) [PATCH]
2017 Mar 03
2
Control statements with condition with greater than one should give error (not just warning) [PATCH]
...+ options <- c("add.smooth", "browser", "check.bounds", "check.condition",
> > + "continue", "contrasts", "defaultPackages", "demo.ask", "device",
> > "digits", "dvipscmd", "echo", "editor", "encoding",
> > "example.ask", "expressions", "help.search.types",
> > "help.try.all.packages", "htmlhelp", "HTTPUserAgent",
> > Index: src/main/eval.c
&g...
1999 Mar 05
1
R-0.63.3 is released
...SCRIPTION file to target dir.
o offsets should work with lm as well as with glm now
o range() is now in the Summary group, trunc() back in the Math
group.
o Under Unix, R-specific environment variables can now be kept/set
in `~/.Renviron'.
o New options `latexcmd' and `dvipscmd' for specifying the locations
of LaTeX and dvips; corresponding environment variables renamed to
`R_LATEXCMD' and `R_DVIPSCMD'.
o --vsize & --nsize now both give size in "single units"
(bytes/cons cells) with possible
suffixes "M" (Mega), "K"...
1999 Mar 05
1
R-0.63.3 is released
...SCRIPTION file to target dir.
o offsets should work with lm as well as with glm now
o range() is now in the Summary group, trunc() back in the Math
group.
o Under Unix, R-specific environment variables can now be kept/set
in `~/.Renviron'.
o New options `latexcmd' and `dvipscmd' for specifying the locations
of LaTeX and dvips; corresponding environment variables renamed to
`R_LATEXCMD' and `R_DVIPSCMD'.
o --vsize & --nsize now both give size in "single units"
(bytes/cons cells) with possible
suffixes "M" (Mega), "K"...
2002 Jul 03
3
latex
Hi,
i'm a newbie with latex and postscript but recognize
the power in combination wit R .
...current i don't now how i have to "inform" R1.5.0(patched) about my
MikeTex installation on windows 2000 and get following
latex(table)
Warning messages:
1: cat not found
2: cd not found
3: xdvi not found
P.S. maybe i must define in Rprofile something ???
Thanks for help and
2008 Dec 22
0
R 2.8.1 is released
...sing, so
warnings/error are likely to appear in the right place in
redirected output (such as that from R CMD check).
UTILITIES
o R_PDFLATEXCMD is added to the environment variables set by
'R CMD' and is used by R CMD Rd2dvi.
R_LATEXCMD, R_PDFLATEXCMD, R_MAKEINDEXCMD and R_DVIPSCMD
default to 'latex', 'pdflatex', 'makeindex' and 'dvips'
respectively if no suitable executable was found at configure
time (since they might well be available at run time,
particularly for binary installations of R). This affects
R CMD Rd2dvi and help(offline=T...
2008 Dec 22
0
R 2.8.1 is released
...sing, so
warnings/error are likely to appear in the right place in
redirected output (such as that from R CMD check).
UTILITIES
o R_PDFLATEXCMD is added to the environment variables set by
'R CMD' and is used by R CMD Rd2dvi.
R_LATEXCMD, R_PDFLATEXCMD, R_MAKEINDEXCMD and R_DVIPSCMD
default to 'latex', 'pdflatex', 'makeindex' and 'dvips'
respectively if no suitable executable was found at configure
time (since they might well be available at run time,
particularly for binary installations of R). This affects
R CMD Rd2dvi and help(offline=T...
2010 Oct 15
0
R 2.12.0 is released
...quot; methods to match plot(). (Wish
of PR#10472.)
? Sys.chmod() allows argument mode to be a vector, recycled along
paths.
? There are |, & and xor() methods for classes "octmode" and
"hexmode", which work bitwise.
? Environment variables R_DVIPSCMD, R_LATEXCMD, R_MAKEINDEXCMD,
R_PDFLATEXCMD are no longer used nor set in an R session. (With
the move to tools::texi2dvi(), the conventional environment
variables LATEX, MAKEINDEX and PDFLATEX will be used.
options("dvipscmd") defaults to the value of DVIPS, then...
2010 Oct 15
0
R 2.12.0 is released
...quot; methods to match plot(). (Wish
of PR#10472.)
? Sys.chmod() allows argument mode to be a vector, recycled along
paths.
? There are |, & and xor() methods for classes "octmode" and
"hexmode", which work bitwise.
? Environment variables R_DVIPSCMD, R_LATEXCMD, R_MAKEINDEXCMD,
R_PDFLATEXCMD are no longer used nor set in an R session. (With
the move to tools::texi2dvi(), the conventional environment
variables LATEX, MAKEINDEX and PDFLATEX will be used.
options("dvipscmd") defaults to the value of DVIPS, then...