Displaying 10 results from an estimated 10 matches for "typesetter".
2006 Aug 07
2
Backquote in R syntax
Hi Folks,
Can someone satisfy my curiosity (well, at least about
the following query!)
Reading the draft proofs of an article I've been asked
to look through, I find the typesetter has set what
would normally be entered as
source("xyz.R") or source('xyz.R')
as
source(`xyz.R')
i.e. it has come out with an opening backquote, then
xyz.R, then a closing forward quote. I suspect the
intervention of "intelligent" software (? la Word's...
2004 Jan 26
0
SharpEye: www.visiv.co.uk
...ays appear correct. Sometimes they correctly show as
Arial, sometimes as SmallCaps
2) Can't get TWAIN to work - see earlier message
3) The pull down menus display as XMFile etc. instead of File etc. The author
of SharpEye says this is a bug in Wine.
-Nigel
--
Nigel Horne. Arranger, Composer, Typesetter.
NJH Music, Barnsley, UK. ICQ#20252325
njh@despammed.com http://www.bandsman.co.uk
2002 Mar 29
0
use of expand.model.frame
...prestige log(income) education type income
GOV.ADMINISTRATORS 68.8 9.421492 13.11 prof 12351
GENERAL.MANAGERS 69.1 10.161187 12.26 prof 25879
ACCOUNTANTS 63.4 9.134647 12.77 prof 9271
. . .
TYPESETTERS 42.2 8.773694 10.00 bc 6462
BOOKBINDERS 35.2 8.193400 8.55 bc 3617
>
even though
> environment(formula(mod.2))
<environment: R_GlobalEnv>
>
that is, still the global environment.
Obviously, I'...
2011 May 31
1
Problem with % in an example when running R CMD check
Using
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 2
minor 13.0
year 2011
month 04
2007 Mar 19
1
CreateScalableFontResourceA
...installation) are in the
~/.wine/drive_c/eg2/fonts and in the ~/.wine/drive_c/windows/fonts
-directory. But the application doesn't use them. Instead it uses a
different font which contains Hebrew letters, but any notes.
AFAIK the same problem occurs with the application "capella", a
typesetter program.
Any ideas, how to solve the problem?
I'm using the current wine-version for suse 10.0 (0.9.24) and the
current version of the named program (which works better than previous
versions)
Thank's for any help - and sorry for the english
Greetings
schultzm
2013 Feb 08
1
First R package, advice
On 02/07/2013 05:00 AM, r-help-request at r-project.org wrote:
> I'd argue that there's an important distinction between documenting a
> function (how to use it) vs. documenting an algorithm (how it works).
> I think noweb can work well for describing how something works, but
> it's not so good for describing how to use it
I'm a big fan of noweb for the source code,
2002 Mar 29
1
expand.model.frame fails when call creating model has no data (PR#1423)
...prestige log(income) education type income
GOV.ADMINISTRATORS 68.8 9.421492 13.11 prof 12351
GENERAL.MANAGERS 69.1 10.161187 12.26 prof 25879
ACCOUNTANTS 63.4 9.134647 12.77 prof 9271
. . .
TYPESETTERS 42.2 8.773694 10.00 bc 6462
BOOKBINDERS 35.2 8.193400 8.55 bc 3617
>
even though
> environment(formula(mod.2))
<environment: R_GlobalEnv>
>
that is, still the global environment.
I'm able to...
2001 May 22
4
win98 trashed & !$!$ files
Wine (20000213-1) has apparently trashed my win98. Many files seemed to
have been moved to directories named !$!$!$!$.*. Windows starts, but
almost nothing works since programs have been moved to these to these
directories. Any help in fixing the situation will be greatly appreciated.
This is on RedHat 6.2 (2.2.14).
winecheck gives
This script verifies the configuration of the whole Wine
2008 Oct 11
6
Sweave-LaTEX question
Hi:
I am working on a publication and I have heard about LaTEX but I haven't actually tried to learn about it until today. I've found a few examples but I can't actually make them work properly. I have a couple of questions:
Does LATEX have to be installed on your computer? How does the xtable package and Sweave work together? How can I make the code below create a table as pdf file?
2010 Aug 24
0
mlm for within subject design
...winston at yahoo.com; r-help at r-project.org
To: dhajage.r at gmail.com
Date: Mon, 23 Aug 2010 16:46:57 -0500
Subject: Re: [R] R reports
I'm mindful of the volunteer nature of R-core, but I'm also sympathetic to
Donald.
I use Sweave to create documents, though I tend to view Sweave as a
typesetter, not a report writer. What do I see as the difference? Sweave
typesets _raw_ R output. A report writer makes it easier to quickly grasp
the key points. For example, floating-point output is a poor choice for
reports to management and I have been experimenting with something I call
"lucid&qu...