Displaying 20 results from an estimated 100 matches similar to: "CalamusSL 2000 DTP program"
1998 Jul 16
2
R-beta: cite R -- how?
I want to cite R for an article. What is the right thing to do?
Shall I include "Notes on R" or is there a better way?
-- 
mailto:koloska at rcs.urz.tu-dresden.de
http://rcswww.urz.tu-dresden.de/~koloska/
--                                    --
right now the web page is in german only
but this will change as time goes by ;-)
2011 Mar 04
2
Creating a .png with just an expression() in it
Hey,
I'm trying to create an image file with the results of a regression 
analysis. In TeX, the line would be something like:
$ size = 0.34 + 4.3 var_1 $
Can I create a plot window with just this line in it? I tried playing 
around with plot.new() or dev.new(), but didn't really find something 
that worked.
Thanks in advance,
  Alex
-- 
alexx at alexx-fett:~$ vi .emacs
2008 Dec 14
2
Sweave/Rweave and results="verbatim"
Hello,
in a Rnw-file I have this used stuff to try out tex-results...
==============================
<<>>>=
texme <- function() cat( "{\\bf Hallo, das ist voll fett!}\n" )
@
<<results="verbatim">>=
texme()
@
==============================
I used this command: "R CMD Sweave example.Rnw"
and got this error:
2011 Mar 13
2
Setting the language of Rs error messages
Hi,
My R has been installed on a Ubuntu linux computer in Germany. The error 
messages I get are in German, for example:
In min(magnitudes) : kein nicht-fehlendes Argument f?r min; gebe Inf zur?ck
I would like those to be displayed in English, for pasting them into google.
I tried searching for "R language", which brings me a ton of results 
for.. well, the R language :)
"R german
2008 May 04
2
Ancova_non-normality of errors
Hello Helpers,
I have some problems with fitting the model for my data...
-->my Literatur says (crawley testbook)=
Non-normality of errors-->I get a banana shape Q-Q plot with opening  
of banana downwards
Structure of data:
      origin   wt   pes gender
1      wild 5.35 147.0   male
2      wild 5.90 148.0   male
3      wild 6.00 156.0   male
4      wild 7.50 157.0   male
5      wild 5.90
2008 Oct 08
10
Puppet Augeas Plugin
Bryan -- I''m using the puppet augeas plugin at
http://git.et.redhat.com/?p=ace.git;a=blob;f=modules/augeas/plugins/puppet/type/augeas.rb;h=2346c37d724d7607ed4e09b0413700bec2b7cbed;hb=HEAD
I''m running into a behavior that I wouldn''t expect.  I''d like to confirm
an entry in sysctl.conf by changing the value if necessary or appending
the key/value if it
2004 Dec 08
0
Joining ADS errors when using net ads join command
Dear Samba Gurus, 
I've been R'ing TFM but I can't seem to find any help with this problelm. 
When I attempt to get samba to join the active directory domain I get the 
following error message:
[2004/12/08 14:42:51, 0] libads/kerberos.c:get_service_ticket(335)
  get_service_ticket: kerberos_kinit_password 
BOBA-FETT$@WESTAM-US.CORP@WESTAM-US.CORP failed: Client not found in 
Kerberos
2010 Dec 03
1
Passing par()-parameters to many plot()s in a function
Hi,
I am implementing a function which generates about 10 .pdf plots in the 
current directory.
I need the graphic to fit into a LaTeX-Presentation-slide, so the outer 
margin should be removed (this is the way to do it, right?):
I am having trouble finding out where to put the par command(s). Is one 
enough or should I put them before and after /every/ plot() command?
This is how I tried to do
2011 Mar 16
5
R² for non-linear model
Dear List,
how can I obtain the value of r suqared for a non-linear model? For
linear models it can be found in the summary() of the model but for
non-linear models I just don't know. Please help!
Anna
2018 May 30
2
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
I'm trying to use the IAPWS95 package with the tidyverse packages.  For some reason, the function is not outputting the correct rho.
A minimal example with results is below.  I've also included the definition of the DTp function from the IAPWS95 library.  
====================================
library(IAPWS95)
library(tidyverse)
initial <- data.frame(T=c(279,294),p=c(0.46,0.46))
2018 May 30
0
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
Hi Shawn,
I don't think it has anything to do with the tidyverse. If you keep
simplifying your example you'll get all the way down to
> DTp(T=c(279,294),p=c(0.46,0.46))
[1] 1000.12283
--Ista
On Wed, May 30, 2018 at 2:14 PM, Shawn Way <SWay at meco.com> wrote:
> I'm trying to use the IAPWS95 package with the tidyverse packages.  For some reason, the function is not
2008 Jul 24
5
printa stddev error
Hi,
   Searched for similar errors and nothing came up. Anybody know what this is?
When using aggregate stddev, and then trying to print it at END, using printa, I get this error:
dtrace: processing aborted: Invalid return value from callback
avg works fine. Tried on two recent builds of solaris (build 89 and build 94), on two difference sparc systems.
Here''s a sample script:
2005 Nov 02
3
Printing under wine
Hi, 
Bit of a newbie here, I've checked the FAQ, and some srchives, but haven't
found an answer.
I have a Windows DTP application, which runs quite well under wine 9.0
(Mandriva Linux 2005SE), but when tryimg to print, dumps with a stack
backtrace.
So I thought I'd try printing from the wine-supplied notepad; this doesn't
even come up with a printer list. I can't believe
2012 Jul 30
2
Alternating between "for loops"
Dear All,
I would like to apply two different "for loops" to each set of four columns
of a matrix (the loops here are simplifications of the actual loops I will
be running which involve multiple if/else statements).
I don't know how to "alternate" between the loops depending on which column
is "running through the loop" at the time.
## Set up matrix
J <- 10
N
2013 Mar 01
2
Problems with directories containing spaces in name
Hi anybody!
I'm not shure if this really is a rsync problem, it might also be a 
shell issue. But hopefully, someone has a hint for me ;-)
I'm using rsync 3.0.9 on two OS X Servers (FreeBSD) to synchronize 
several folders between both servers (2-way-sync). Works fine, with one 
exception: One of the directories to be sync'd contains a whitespace in 
its pathname, and this one only
2004 Mar 22
5
Your email message was blocked
MailMarshal (an automated content monitoring gateway) has 
not delivered the following message:
   Message: B0000c89bd.00000001.mml
   From:    samba@samba.org
   To:      lianaj@balgrammar.vic.edu.au
   Subject: Question  
This is due to automatic rules that have determined that the 
intended recipient is not authorized to receive messages with 
certain potentially dangerous filetypes attached.
2007 Feb 14
0
7 commits - libswfdec/swfdec_image.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_list.c test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h test/swfscript.c
libswfdec/swfdec_image.c  |    2 
 libswfdec/swfdec_script.c |   25 +++
 libswfdec/swfdec_script.h |    3 
 test/Makefile.am          |    6 
 test/swfdec_out.c         |   10 +
 test/swfdec_out.h         |    3 
 test/swfedit.c            |    2 
 test/swfedit_list.c       |   18 ++
 test/swfedit_tag.c        |   15 ++
 test/swfedit_token.c      |   37 +++++
 test/swfedit_token.h      |    3 
2004 Dec 17
3
Xara X Install or Execute
I'm trying to run Xara X either from native windows directory or from 
local fake windows directory.  When I run it from windows dir, I get the 
splash screen and then it hangs.  When I try to install locally (using 
msi installer) it doesn't work.
Anybody have this installed or running?  This is the last thing I need 
for a fully functional DTP box!  It would be a shame to have to quit
2005 Nov 10
1
GetScrollInfo
Hi,
I have an DTP application (OvationPro) which runs quite well under wine. 
However, there seems to be a problem with one of the functions, which
results in an error box saying "Access Denied (GetScrollInfo)(5)". 
Since it has a wine glass, I'm assuming it comes from wine. Is this a known
problem, or, if not, how can I debug it?
Cheers, Tony
-- 
Tony van der Hoff        |
2005 Mar 25
1
Broken Date Selection Window
Hi,
I've been working on getting the application WeatherScope working under
Wine.
http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.2.1.exe
(Free for educational and non-commercial use)
With a little help from Rein Klazes, I've gotten the application
running.  The program is usable, but it has some pretty major warts, at
least under Wine 20050310.  The biggest one is