Displaying 20 results from an estimated 1015 matches for "1,4".
Did you mean:
1,14
2018 Aug 12
0
[PATCH nbdkit 08/10] freebsd: In scripts use 'env bash' instead of '/bin/bash'.
...erl.sh | 2 +-
tests/test-shebang-python.sh | 2 +-
tests/test-shebang-ruby.sh | 2 +-
tests/test-single.sh | 2 +-
tests/test-start.sh | 2 +-
tests/test-tls-psk.sh | 2 +-
tests/test-tls.sh | 2 +-
tests/test-truncate1.sh | 2 +-
tests/test-truncate2.sh | 2 +-
tests/test-vddk.sh | 2 +-
tests/test-version-filter.sh | 2 +-
tests/test-version-plugin.sh | 2 +-
tests/test-version.sh | 2 +-
tests/test-zero.sh | 2 +-
41 files changed, 4...
2019 Jun 20
2
[PATCH] drm/nouveau: fix bogus GPL-2 license header
The bulk SPDX addition made all these files into GPL-2.0 licensed files.
However the remainder of the project is MIT-licensed, these files
(primarily header files) were simply missing the boiler plate and got
caught up in the global update.
Fixes: b24413180f5 (License cleanup: add SPDX GPL-2.0 license identifier to files with no license)
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
Ben, you did like 99.7% of this work, so ultimately your call. Pretty
much all of these were split out from other MIT-licensed files, and most
are he...
2015 Oct 05
1
[PATCH] Fix shebang in perl scripts
...| 2 +-
tests/regressions/test-noexec-stack.pl | 2 +-
tests/selinux/run-test.pl | 2 +-
tests/syslinux/test-syslinux.pl | 2 +-
tests/tmpdirs/test-tmpdirs.pl | 2 +-
tests/xfs/test-xfs-misc.pl | 2 +-
tests/xml/rhbz701814.pl | 3 ++-
tools/virt-list-filesystems | 2 +-
tools/virt-list-partitions | 2 +-
tools/virt-tar | 2 +-
tools/virt-win-reg | 2 +-
40 files changed, 48 insertions(+), 40 de...
2018 Aug 12
13
[PATCH nbdkit 00/10] FreeBSD support.
With these patches, a majority of tests pass. The notable
things which are still broken:
- Because FreeBSD links /home -> /usr/home, $(pwd) gives a different
result from realpath(2). Therefore some tests which implicitly
rely on (eg) a plugin which calls nbdkit_realpath internally and
then checking that path against $(pwd) fail.
- Shebangs (#!) don't seem to work the same way
2014 Nov 26
1
flac-1.3.1pre1
On Nov 26 01:25:25, hans at stare.cz wrote:
> On Nov 25 23:56:05, mvanb1 at gmail.com wrote:
> > Op 25-11-14 om 23:39 schreef Jan Stary:
> > > Is there a reason the test scripts are calling bash?
> >
> > The change from sh to bash was made a little more than a year
> > ago....
2014 Nov 25
2
flac-1.3.1pre1
Op 25-11-14 om 23:39 schreef Jan Stary:
> Is there a reason the test scripts are calling bash?
The change from sh to bash was made a little more than a year
ago. The mailing list thread accompanying this change can be
found here:
http://lists.xiph.org/pipermail/flac-dev/2013-September/004374.html
2010 Apr 24
4
assign value between different type: Double vs Integer
Dear list,
just to put it in a simple way:
i read.csv from csv file to create a gdata
then, create array gdata34
however, when making a loop for assigning gdata34[1,m]<-gdata[m,4], this is what happen
gdata[1,4] 's real value is 10354, however, the gdata34[1,4] turns to be 883
then i checked the type: gdata[1,4] is integer, while gdata34[1,4] is double.
Can any one give me some help on it????
Many thanks in advance.
Best regards,
Dong
[[alterna...
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
...uot;%sinfile2bis.q",Rep))
para<-infile2bis() # Ouvre une petite interface permettant de s?lectionner
le fichier
# que l'on veut traiter
Fic <- para$fichier # fic est le fichier ? traiter
pat <- para$pat # R?pertoire de r?sultats
CLASSE <- noquote(para$classe[1:2]) # Facteurs ? ?tudier
.method<-which(para$checks2!=F) #M?thode d'ajustement des p-values
# V?rification qu'on est bien ds le bon r?pertoire de travail
if ( getwd()!=dirname(Fic[1]) ) setwd(dirname(Fic[1]))
## Quelques conditions ? v?rifier
if (sum(CLASSE=="")>=1) {...
2014 Nov 25
0
flac-1.3.1pre1
On Nov 25 00:43:22, mle+la at mega-nerd.com wrote:
> http://downloads.xiph.org/releases/flac/beta/
> Please test.
Running 'make fullcheck' fails for me like this:
$ pwd
/home/hans/src/flac-1.3.1pre1/test
$ make fullcheck
FLAC__TEST_LEVEL=1 FLAC__TEST_WITH_VALGRIND=no ./test_libFLAC.sh
/bin/sh: ./test_libFLAC.sh: No such file or directory
*** Error 1 in /home/hans/src/flac-1.3.1pre1/test (Makefile:702 'fullcheck')
$ ls -l ./test_libFLAC.sh
-rwxr-xr-- 1 hans hans 1275 Nov 25...
2009 Oct 13
1
How to specify an ARMA(1, [1,4]) model?
Hi,
I'm trying to model an ARMA(1,[1,4]),
i.e. I want only lags 1 and 4 of the Moving Average part.
It's the '[1,4]' part that is giving me a problem.
I've tried different arma's and arima's in different packages, namely:
packages tseries, fArma, FinTS, timeSeries, TSA, Zelig, ds1, forecast
For example, w...
2008 Oct 22
2
[LLVMdev] r57974 & r57976 for PR2888
...es; something in the
> autoconf/test machinery doesn't handle the period properly.
>
> Modified:
> llvm/trunk/autoconf/configure.ac
>
> Modified: llvm/trunk/autoconf/configure.ac
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=57974&r1=57973&r2=57974&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/autoconf/configure.ac (original)
> +++ llvm/trunk/autoconf/configure.ac Wed Oct 22 07:40:40 2008
&...
2008 Apr 16
3
Problems with R2WinBUGS
Hello,
I am trying to use R2WinBUGS to conduct a mixed treatment comparison (MTC)
analysis. On the surface, it seems to me that I am following the correct
steps: (1) reading the data into R, (2) specifying initial values for the
parameters in the model and (3) fitting the model to the data using the
bugs() function in R2WinBUGS. However, I get the error message
?incompatible copy? when running bugs(), which is a bit confusing, given
that I...
2009 Oct 13
0
How to specify an ARMA(1, [1,4]) model? Solved
On Tue, Oct 13, 2009 at 5:06 PM, Rolf Turner <r.turner@auckland.ac.nz>wrote:
>
> Not clear to me what the OP really wants. Perhaps the seasonal
> model is what's required; perhaps an arima(1,0,4) model with
> theta_2 and theta_3 constrained to be 0. The latter can be
> achieved with
&...
2012 Jul 02
4
how to do a graph with tree different colors??
hi
i try to do a graph of a time series which shows in red the values > -0.05,
in blue the values >0.05 and in white the values between -0.05 and 0.05
for un exemple :http://www.appinsys.com/globalwarming/enso.htm
thanks !!!!!
denisse
--
View this message in context: http://r.789695.n4.nabble.com/how-to-do-a-graph-with-tree-different-colors-tp4635206.html
Sent from the R help mailing
2010 Jan 20
1
Line Plot with Dates on X-axis
...rate the graph with nicely formatted x-axis labels, but the
"type=" and "col=" options are not recognized when factors are used
for the x-axis.
The second block, where the quarter values are mapped into dates, will
plot the line nicely but the x-axis is the number of days since
1/1/1970. How do I either get the first block to recognize the
desired format, or the second block to format the x-axis as quarters?
Thank you in advance!
#block 1
time.val <- as.factor(c
("2004Q1","2004Q2","2004Q3","2004Q4","2005Q1","2005Q...
2006 Aug 09
1
legend on trellis plot
...in S it was possible to state something like "if(get("cell",fr=9)==2)" in the function statement to include the line on only one of the panels)?
All suggestions will highly appreciated.
Br Henrik
###############################
data <- as.data.frame(cbind(rep(1:4,each=25),
rep(1:2,each=50) ,rep(1:25,4),
rnorm(100,0,1) ))
names(data) <- c("ID","DOSE","TIME","DV")
xyplot(DV~TIME | DOSE, data=data, groups=ID, layout=c(2,1),
key=list(space="bottom",border=TRU...
2007 May 10
3
Getting the last day of the month.
Hi,
Given a date, how do I get the last date of that month? I have
data in the form YYYYMM, that I've read as a date using
> x$Date <-
as.Date(ISOdate(substr(x$YearEnd,1,4),substr(x$YearEnd,5,6),1))
But this gives the first day of the month. To get the last day of the
month, I tried
> as.Date(as.yearmon(x$Date,frac=0))
But I don't get the last day of the month here. (Tried frac=1 too.)
I then add a month to the date, substract one day from the resultant...
2009 Sep 17
2
referring to a row number and to a row condition, and to columns simultaneously
Hello, dear R-ers!
I have a data frame:
x<-data.frame(a=c(4,2,4,1,3,4),b=c(1,3,4,1,5,0),c=c(NA,2,5,3,4,NA),d=rep(NA,6),e=rep(NA,6))
x
When x$a==1, I would like to replace NAs in columns d and e with 8 and
9, respectively
When x$a != 1, I would like to replace NAs in columns d and e 101 and
1022, respectively.
However, I only want to do it for rows 2:5 - while i...
2004 Sep 07
6
Further png() question
Ok, I have reinstalled R-1.9.0 and this appears to have fixed the
problems I was having with png(). However, I have a further question
regarding png()
Is it possible to pass a par() argument to the png() command? I am
wanting to produce 4 plots per object, which I normally acheive on an X
window by par(mfrow=c(1,4)). I have...
2015 Nov 10
2
problema as.numeric
...valores son correctos, pero luego realizo str$Edad, aparecen 24, 24, 24, 5 ?. , convierto a números con b$Edad <- as.numeric(b$Edad) y los valores son 24, 24, 25 ? (valores que no son reales).
Es fácil, lo realice muchas veces pero ahora estoy confundido. ¿Alguna ayuda? Gracias
> b$Edad
[1] 5 5 5 0,5 0,5 5 5 2 9 9 9 9 9 9 9 9 9
[18] 7 7 5 16 16 0,3 2 5 5 5 5 7 7 7 4 4 4
[35] 4 13 5 5 5 0,3 0,3 0,3 6 6 7 10 10 10 3 0,9 0,9
[52] 0,9 10 8 8 8 8 3 3 3 10 10 10 1 15 15 15 3
[69] 3...