Displaying 20 results from an estimated 300 matches similar to: "summary.formula: method reverse does not use fun argument"
2002 Feb 06
15
[Bug 105] scp protocol 2 over a hippi interface takes 6 times longer
http://bugzilla.mindrot.org/show_bug.cgi?id=105
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From markus at openbsd.org 2002-02-07 06:54 -------
could you please try this without scp? e.g.
2002 Mar 19
1
Mirroring two systems
Thanks for reading this question,
First off all, i'm quit new working with rsync.
What I want is to exactly mirror a directory from one
system to another system including removing non existing
files on the targen if they do not exist on the source.
I though that adding the parameter --delete, would do the
job, but nothing happens.
The exact command I give is:
/usr/local1/bin/rsync
2003 Feb 24
2
printing decimal numbers
hi,
this is a very basic question -- sorry for posing it:
how can i force R to print 0.0001 instead of 1e-04???
.--------------------.
| > 0.0001 |
| [1] 1e-04 |
`--------------------'
i tried the functions format, formatC, ... and changed
options()$digits with no success!
thanks for advice,
tomy
--
no signature
2008 Apr 14
2
[Bug 15496] New: does not render ESPN hockey shot chart correctly
http://bugs.freedesktop.org/show_bug.cgi?id=15496
Summary: does not render ESPN hockey shot chart correctly
Product: swfdec
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.org
2009 Jan 01
1
SafeDisc copy protection
Hello all.
I am trying to run a legitimate copy of an MSWin game under wine. The game is NHL 2002 and according to this site (http://www.daemon-tools.cc/gamedb.php?letter=N), it comes with SafeDisc version 2.40. I tried to search around a little more and I have no reason to doubt this.
I found out, that since wine version 0.9.something only SafeDisc version 1 is supported. I found this page
2003 Feb 21
1
how to turn axis labels for trellis/dotplot
hi,
it occurs quite naturally that groupnames have so many characters that
they overlap as horizontally printed labels for the xaxis in a
dotplot. is it possible to turn ('par(las=1)') the (x)axis-labels in a
dotplot? in general, is it possible to add new customization themes to
trellis.get()?
any solution is very welcome!
tomy
--
no signature
2013 Feb 10
4
A Hodgkin Huxley Model
Hi All
It has been suggested to me that the folks in this list might be able to
help me out of my misery.
As part of my learning curve to building a rather detailed model of a small
neurone complex I am implementing some existing models in R.
For the moment I want to implement the Izhikevich model as described in his
2003 paper. The equations are as follows:
v' = 0.04v^2 + 5v + 140 - u - I
2013 Feb 13
1
An extended Hodgkin-Huxley model that doesn't want to work.
Hi All
I have been struggling with this model for some time now and I just can't
get it to work correctly. The messages I get when running the code is:
DLSODA- Warning..Internal T (=R1) and H (=R2) are
such that in the machine, T + H = T on the next step
(H = step size). Solver will continue anyway.
In above message, R =
[1] 0 0
DINTDY- T (=R1) illegal
In above message, R =
[1]
2011 Jun 22
8
Wine + PowerBuilder + Sybase ODBC
Hi there,
I'm having a PowerBuilder aplication that connects to a Sybase data base through an ODBC. The application works fine on Windows, but I want to make it run on a Mandriva 2010.2 distribution.
The fact is, I could run it on a machine with Mandriva 2010.2, but now I want to do an installation from scratch to another computer, but it does't work.
The kernel version that I'm
2010 Nov 03
1
Recoding -- test whether number begins with a certain number
Dear R community,
I have a question concerning recoding of a variable. I have a data set
in which there is a variable devoted to the ISCO code describing the
occupation of this certain individual
(http://www.ilo.org/public/english/bureau/stat/isco/isco88/major.htm).
Every type of occupation begins with a number and every number added to
this number describes th occupation more detailed.
Now my
2014 Oct 31
0
Wine release 1.7.30
The Wine development release 1.7.30 is now available.
What's new in this release (see below for details):
- More support for fonts in DirectWrite.
- Improved ATL thunk support.
- A few more C runtime functions.
- Regedit import/export fixes.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.7.30.tar.bz2
2013 Mar 20
1
behaviour of formula objects and environment inside functions
Dear List
I am looking for the recommended way to create a formula inside a
function with an empty environment. I tried several versions (see
below), and one of them seemed to work, but I dont understand why there
is a difference between .GlobalEnv and the environment inside a
function. I would be greatful for any reference or explanation or
advice.
Thanks
Thomas
#+BEGIN_SRC R :results output
2013 Nov 08
0
Wine release 1.7.6
The Wine development release 1.7.6 is now available.
What's new in this release (see below for details):
- Rewrite of the BiDi algorithm for full Unicode 6.3 support.
- Support for Video Mixing Renderer version 7.
- Better handling of window resizes in the Mac driver.
- Various bug fixes.
The source is available from the following locations:
2013 Apr 18
2
how to control the environment of a formula
Dear List
I have experienced that objects generated with one of my packages used
a lot of space when saved on disc (object.size did not show this!).
some debugging revealed that formula and call objects carried the full
environment of subroutines along, including even stuff not needed by the
formula or call. here is a sketch of the problem
,----
| test <- function(x){
| x <-
2001 Nov 14
7
Multichannel files
Hi,
As I´ve understood things, the Ogg Vorbis format supports more that two
channels (stereo). Is there any tools to encode x sourcefiles into one .ogg
file?
I am a musican and am thrilled with the ide of makeing music in surround
(or in more than stereo).
This leads to my next question: is there (developing) any decoders for
multichannel oggs to, let us say, 4.1 or 5.1 surround? Wouldn´t it
2018 Mar 23
1
restricted cubic spline in FGR function
Dear Thomas,
I want to use evaluate effect of Age using restricted cubic form in the FGR function as
Fgr.crr <- FGR(Hist(time, event) ~ rcs(Age_years), data=dat)
It provides error. " Error in parse(text = termtext, keep.source = FALSE): .... 1: response ~ rcs(Age_years
Do I need to change any of the R code?
Regards
Amalraj Raja
The University of Aberdeen is a charity
2011 Jul 08
0
Wine release 1.3.24
The Wine development release 1.3.24 is now available.
What's new in this release (see below for details):
- Various DirectInput improvements.
- Support for line breaking in Uniscribe.
- More UI elements in builtin Shell Explorer.
- Some more D3DX9 functions.
- Improved support for shell known folders.
- Various bug fixes.
The source is available from the following locations:
2006 Aug 31
5
Tables with Graphical Representations
Hi useRs -
I was wondering if anyone out there can tell me where to find R-code
to do mixes of tables and graphics. I am thinking of something
similar to this:
http://yost.com/information-design/powerpoint-corrupts/
or like the excel routines people are demonstrating:
http://infosthetics.com/archives/2006/08/excel_in_cell_graphing.html
My aim is to provide small graphics to illustrate
2012 May 25
0
Wine release 1.5.5
The Wine development release 1.5.5 is now available.
What's new in this release (see below for details):
- Support for installing Mono as a Wine add-on package.
- Dithering of pattern brushes in the DIB engine.
- Support for installing the .NET 4.0 runtime.
- DDS files supported in D3DX9.
- Various bug fixes.
The source is available from the following locations:
2010 Jan 08
0
Wine release 1.1.36
The Wine development release 1.1.36 is now available.
What's new in this release (see below for details):
- Completion of the 16-bit separation.
- Improved Shader Model 4 support.
- A ton of memory leak fixes.
- Improved debugging support for MinGW.
- A number of MSHTML fixes.
- Various bug fixes.
The source is available from the following locations: