Displaying 9 results from an estimated 9 matches for "sizeondisk".
1999 Apr 22
1
mvfft (PR#176)
...ere, I can't say, as we're in goto hell at this point.
Martyn
--_=XFMail.1.3.p0.Linux:990422185944:4782=_
Content-Disposition: attachment; filename="dumpdata"
Content-Transfer-Encoding: 7bit
Content-Description: dumpdata
Content-Type: text/plain; charset=us-ascii; name=dumpdata; SizeOnDisk=946
"xx" <-
structure(c(2.80791, 2.92504, 3.02911, 2.85911, 3.28071, 3.43015,
2.3898, 1.67055, 3.81164, 2.43832, 2.92065, 1.37547, 3.23811,
2.96203, 2.83998, 2.36596, 3.51832, 2.59301, 3.08633, 2.87675,
3.16977, 2.81822, 2.48206, 3.28322, 2.51132, 3.01153, 3.25603,
2.98599, 2.9323...
1999 Mar 25
4
readline() (PR#147)
Dear R developers,
I have found the following bug with readline() in R 0.63.3:
if you execute the menu-function and then the readline() function, then
readline() prompts "Selection:"
> a <- readline()
hello
> a
[1] "hallo"
> a <- menu(c("a", "b"), title="bitte:")
bitte:
1:a
2:b
Selection: 2
> a <- readline()
Selection:
1999 Apr 13
1
make check (PR#165)
...submitting this as a bug
report.
Martyn
--_=XFMail.1.3.p0.Linux:990413120342:8241=_
Content-Disposition: attachment; filename="R-makecheck.patch"
Content-Transfer-Encoding: 7bit
Content-Description: R-makecheck.patch
Content-Type: text/plain;
charset=us-ascii; name=R-makecheck.patch; SizeOnDisk=306
# Remove "ignore" flag from test-All so that
# build will fail if "make check" fails.
#
--- Makefile.in Wed Jan 6 16:37:37 1999
+++ Makefile.in.patched Tue Apr 13 11:00:42 1999
@@ -151,4 +151,4 @@
check test:: test-All
test-All test-Examples::
- -@(cd tests &&...
1999 Apr 13
0
make check
...submitting this as a bug
report.
Martyn
--_=XFMail.1.3.p0.Linux:990413120342:8241=_
Content-Disposition: attachment; filename="R-makecheck.patch"
Content-Transfer-Encoding: 7bit
Content-Description: R-makecheck.patch
Content-Type: text/plain;
charset=us-ascii; name=R-makecheck.patch; SizeOnDisk=306
# Remove "ignore" flag from test-All so that
# build will fail if "make check" fails.
#
--- Makefile.in Wed Jan 6 16:37:37 1999
+++ Makefile.in.patched Tue Apr 13 11:00:42 1999
@@ -151,4 +151,4 @@
check test:: test-All
test-All test-Examples::
- -@(cd tests &&...
1999 Apr 22
0
mvfft
...ere, I can't say, as we're in goto hell at this point.
Martyn
--_=XFMail.1.3.p0.Linux:990422185944:4782=_
Content-Disposition: attachment; filename="dumpdata"
Content-Transfer-Encoding: 7bit
Content-Description: dumpdata
Content-Type: text/plain; charset=us-ascii; name=dumpdata; SizeOnDisk=946
"xx" <-
structure(c(2.80791, 2.92504, 3.02911, 2.85911, 3.28071, 3.43015,
2.3898, 1.67055, 3.81164, 2.43832, 2.92065, 1.37547, 3.23811,
2.96203, 2.83998, 2.36596, 3.51832, 2.59301, 3.08633, 2.87675,
3.16977, 2.81822, 2.48206, 3.28322, 2.51132, 3.01153, 3.25603,
2.98599, 2.9323...
1997 Aug 25
0
R-alpha: ts problems
...gth(ind) - 1)/(ytsp[2] -
ytsp[1])
tsp(y) <- ytsp
}
y
}
}
I hope this is useful.
Martyn
--_=XFMail.1.1.p0.Linux:970825095458:252=_
Content-Type: text/plain;
charset=us-ascii; name=R-0.50.a3-tspatch; SizeOnDisk=613
Content-Description: R-0.50.a3-tspatch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="R-0.50.a3-tspatch"
diff -uNr R-0.50-a1-orig/src/library/base/funs/ts R-0.50-a1/src/library/base/fun
s/ts
--- R-0.50-a1-orig/src/library/base/funs/ts Sun Aug 24 14:51:23 1...
1999 Jul 02
0
Bug in "[.ts" for multivariate ts {Problem with plot.ts, "[" (PR#217)
...: 18:02:32
This message was sent by XFMail
----------------------------------
--_=XFMail.1.3.p0.Linux:990702182137:16900=_
Content-Disposition: attachment; filename="tsfix"
Content-Transfer-Encoding: 7bit
Content-Description: tsfix
Content-Type: text/plain; charset=us-ascii; name=tsfix; SizeOnDisk=1838
"[.ts" <- function (x, i, j, drop = TRUE)
{
y <- NextMethod("[")
if (missing(i))
ts(y, start = start(x), freq = frequency(x))
else y
}
"window.ts" <-
function (x, start, end, frequency, deltat)
{
x <- as.ts(x)
xtsp <...
1999 Jul 02
1
Bug in "[.ts" for multivariate ts {Problem with plot.ts, "["} (PR#216)
>>>>> On Fri, 02 Jul 1999, Adrian Trapletti <Adrian.Trapletti@wu-wien.ac.at> said:
Adrian> There seems to be a problem with plot.ts (R Version 0.64.2)
> x<-cbind(1:10,2:11)
> x<-as.ts(x)
> plot(x)
Adrian> Error: subscript (20) out of bounds, should be at most 10
This is definitely a bug
--> CC: R-bugs
ALL NOTE : This is *not* new
1997 Nov 28
3
R-alpha: Problems with dimnames and names
...t; c(u=100,b=4)
b
4
This seems to happen only for "r" and "u". Other single-letter
names are OK. This doesn't happen on my home PC which is still
running R-0.50-a1.
Martyn
--_=XFMail.1.1.p0.Linux:971128122615:3052=_
Content-Type: text/plain; charset=us-ascii; name=apatch; SizeOnDisk=1206
Content-Description: apatch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="apatch"
diff -ur R-0.50-a4/src/main/cov.c R-0.50-a4.patched/src/main/cov.c
--- R-0.50-a4/src/main/cov.c Sun Nov 24 23:43:05 1996
+++ R-0.50-a4.patched/src/main/cov.c Fri Nov 28 11:...