Displaying 20 results from an estimated 400 matches similar to: "0.6 release"
2004 Sep 10
0
0.6 release
Josh,
  Those speed improvements are great. Quick test on an 365MB wav of Neil
Young's eponymous 1st album on a PIII 650E (Coppermine) under FreeBSD 4.2:
		User	Sys	MB
shorten23	0:46s	4.0	208.3
shorten31	1:24s	5.3	208.6
flac CVS	4:21s	7.5	199.2
It's getting near to be a useful replacement for shorten. Only 3x slower.
  Any idea why it uses so much more sys time? I would've thought
2015 Aug 10
0
Shared folders with Centos-7 guest in VMware-10 using open-vm-tools
Eero Volotinen <eero.volotinen at ...> writes:
> 
> try modprobe vmhgfs
> 
under open-vm-tools, the only module I know about is vmtoolsd and it is running:
[root at imp yum.repos.d]# systemctl status vmtoolsd
vmtoolsd.service - Service for virtual machines hosted on VMware
   Loaded: loaded (/usr/lib/systemd/system/vmtoolsd.service; enabled)
   Active: active (running) since Thu
2017 Jan 27
0
Matrix package breaks as.matrix method
Hi,
The Matrix package and the as.matrix method do not seem to be compatible inside of a package.
Here's an example. I've created a simple package "mat" that defines an eponymous class and as.matrix method on that class. All is well, unless that package has the Matrix package in its Depends or Imports (and imports, e.g. the "Diagonal" function). Then my as.matrix
2008 Sep 24
1
function can permanently modify calling function via substitute?
Dear R-devel:
The following code seems to allow one function to permanently modify a
calling function.  I did not expect this would be allowed (short of
more creative gymnastics) and wonder if it is really intended.  (I can
see other ways to accomplish the intended task of this code [e.g. via
match.call instead of substitute below] that do not trigger the
problem, but I don't think that is
2017 Jan 29
0
R-devel Digest, Vol 167, Issue 25
Hi,
Short answer: import 'as.matrix'  and export your method(s) for it. From WRE:
"All S4 classes to be used outside the package need to be listed in an exportClasses directive. Alternatively, they can be specified using exportClassPattern.(46) in the same style as for exportPattern. To export methods for generics from other packages an exportMethods directive can be used."
2017 Jan 30
0
Matrix package breaks as.matrix method
Georgi,
Brilliant, thank you very much for the helpful reply and explanation! I added 'importFrom("Matrix","as.matrix")'  to my NAMESPACE and all worked fine! As my 'as.matrix' method is used entirely internally to the 'testmat' function (and not "used outside the package"), I don't think I actually need to export it. In my case, testmat is
2007 Mar 14
1
How to transform matrices to ANOVA input datasets?
Hello, R experts,
I have a list called dataHP which has 30 elements (m1, m2, ..., m30).  
Each element is a 7x6 matrix holding yield data from two factors  
experimental design, with treatment in column, position in row. For  
instance, the element 20 is:
dataHP[[20]]
           col1     col2     col3      trt1     trt2    trt3
  [1,]     22.0     20.3     29.7      63.3     78.5    76.4
  [2,]   
2004 Sep 10
3
FLAC status
Hi,
  How's the testing going? I compressed 194 individual .wav files
(totaling 8.54GB) which contained tracks ripped from many varied albums. I
unflacced them and compared their md5 signature with the same from the
original .wav. They were all perfect. I didn't use the -V option just in
case of any chance of mis-reporting. I hope to test it with the complete
collection of ~41GB
2004 Jul 30
1
FWER + multiple linear models
Could someone kindly help me with the following question:
when I analyze microarray data I need to fit multiple linear regression 
models between genes and clinical patameters followed by estimation of 
the p-values.
What's the solution to implement Westfall and Young's algorithm + 
resampling into the scheme:
lm -> stepAIC -> anova.
Actually permcor works fine for me in the case of
2004 Sep 10
2
FLAC 0.6 released
I've released FLAC 0.6.  The big improvements are:
- encoding speed in default mode (-6) is at least 3x faster
- a new "loose mid-side" adaptive algorithm should help -1 and -5 modes
- a new analyze mode for developers
- a autoconf/libtool-based build system (thanks to Matt Zimmerman)
- bug fixes related to pipes
Check the new comparison page.  FLAC has the best ratios of any open
2013 Dec 18
1
Symlinks when building R on windows
I think this is more suited for the devel mailing list than the help one.
I'm trying to build R on windows, With Rtools installed, and configure/make
in R-3.0.2 sources folder from a cygwin console.
I am stuck at the moment, because the build process tries create symlinks,
and gcc build fails because the opened files containe the metadata of the
not working symlink, and not the linked file.
2008 May 27
6
IE7 Problems
I''ve recently been looking at Mapstraction as a way to make it easier
for me to support more than one mapping service, mainly Google Maps and
Microsoft''s Virtual Earth. However, I seem to be running into a lot of
errors when trying to use Mapstraction with IE7 and Virtual Earth.
As an example, I get a "Not Implemented" error when I load the many of
the demos. This
2010 May 17
3
Writing a properly-formed custom type (configxml)
Please hold my hand.
After studying the wiki, several unofficial pages, various mailing list entries, and the operation of the "iptables" type as found on the net, I have created a custom type, lovingly named ``configxml''''.
It updates attributes on the first element matching a supplied XPath in a given XML file. The first use case is configuring Atlassian JIRA to use
2007 Jul 31
0
controller number mismatch
Hi,
I just noticed something interesting ... don''t know whether it''s 
relevant or not (two commands run in succession during a ''nightly'' run):
$ iostat -xnz 6
[...]
                     extended device statistics
     r/s    w/s   kr/s   kw/s wait actv wsvc_t asvc_t  %w  %b device
     0.0    0.3    0.0    0.8  0.0  0.0    0.2    0.2   0   0 c2t0d0
     2.2  
2004 Sep 10
1
Re: flac and pipes problems (was: Possible bug)
I'll rearrange a little and respond:
--- Mark Powell <M.S.Powell@salford.ac.uk> wrote:
>   Also, when flac takes input from stdin it fails to
> fill in the wav size
> fields correctly, whereas shorten has no problems
> with this: i.e.
>... 
> You can see it puts a data chunk size of zero in
> there.
>
OK, this has been fixed in CVS.
>   Flac refuses
2007 Feb 19
2
Calculating the Sharpe ratio
Hi useRs,
I am trying to calculate the Sharpe ratio with "sharpe" of the library 
"tseries".
The documentation requires the univariate time series to be a 
portfolio's cumulated returns. In this case, the example given
data(EuStockMarkets)
dax <- log(EuStockMarkets[,"FTSE"])
is however not the cumulated returns but rather the daily returns of the 
FTSE
2015 Aug 07
3
Shared folders with Centos-7 guest in VMware-10 using open-vm-tools
try modprobe vmhgfs
--
Eero
2015-08-07 6:53 GMT+03:00 Bob Hepple <bob.hepple at gmail.com>:
> Bob Hepple <bob.hepple at ...> writes:
>
> > It's the shared folder that I would really like to get working. vmware-
> > hgfsclient reports my share but there is no /mnt/hgfs directory. Also
> > 'lsmod|grep hgfs' reports nothing.
> >
>
> also:
2012 May 23
4
Bug#674161: xcp-xapi: 'the device disappeared from xenstore' message during vbd-plug (vm-start)
Package: xcp-xapi
Version: 1.3.2-6
Severity: normal
Tags: upstream
vbd plug to PV domain cause following error:
The server failed to handle your request, due to an internal error.  The given message may give details useful for debugging the problem.
message: the device disappeared from xenstore (frontend (domid=4 | kind=vbd | devid=51760); backend (domid=0 | kind=vbd | devid=51760))
(same error
2011 Oct 29
1
How to plot survival data from multiple trials (simulations)?
Dear all:
 
Could anyone please provide some R codes to plot the below survival data to compare two groups (0 vs 1) after 2 simulations (TRL)? need 95% prediction interval on the plot from these 2 trials.  I would like to simulate 1000 trials later. Thanks a lot for your great help and consideration!
yan
 
 TRL ID ECOG BASE PTR8 GROUP POP ST ind 
1 1 1 1 2.2636717 0.255634126 1 1 99.4 F
3 1 2 1
2010 Mar 06
2
Adding support for NUMERIC UPS
Hi,
I have been blessed with the "Numeric 2000 Plus" UPS, suspected to be of
2KVA rating. This UPS does not figure in the list of UPS recognised by NUT.
However I get lucky with megatec driver.
Here is the log...
-----------------------------------------------------------------------------------------------------
Network UPS Tools - Megatec protocol driver 1.5 (2.0.5)
Carlos Rodrigues