search for: onews

Displaying 20 results from an estimated 110 matches for "onews".

Did you mean: ones
2009 Nov 20
1
Suggestion for the reproducibility of R home page figure
...s the firt hit, which is extremly nice. By clicking on the figure you get the code of the "Winner of the R Homepage graphics competition 2004." By copy/pasting in your R console it doesn't work because it is impossible to install the mva package. This is my point. As documented in ONEWS the reason is simple: since R 1.9.0 the package mva as been merged into the package stats. My suggestion is just to change the begining of the code as follows to neutralize the requirement for the mva package: ---- ### Code by Eric Lecoutre, Universite catholique de Louvain, Belgium ### Winner of...
1999 Aug 23
1
Strange 'Unimplemented feature in rep' error (PR#254)
I have a large computation that performs various bootstrap resampling loops over pairs of samples using lapply(). After a few seconds it stops like this > do.summarize.effects(compute.power=T) ... Error: Unimplemented feature in rep > .Traceback [[1]] [1] "rep(no, length = length(ans))" [[2]] [1] "ifelse(t.howto == \"n\", boot.result, l.meanboot.test(onew.x,
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9 and 10. You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc. And fixed a bug that was stopping the filters being used in a activeX control in an IE browser. www.illiminable.com/ogg/ Enjoy, Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9 and 10. You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc. And fixed a bug that was stopping the filters being used in a activeX control in an IE browser. www.illiminable.com/ogg/ Enjoy, Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9 and 10. You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc. And fixed a bug that was stopping the filters being used in a activeX control in an IE browser. www.illiminable.com/ogg/ Enjoy, Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9 and 10. You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc. And fixed a bug that was stopping the filters being used in a activeX control in an IE browser. www.illiminable.com/ogg/ Enjoy, Zen.
2005 Jan 11
2
Changes in expression in R 2.0.1
Hello! plot(1:10,main=expression(1 <= "m" <= 5)) The above command works perfectly in R 1.9.1 but returns an error in R 2.0.1 This is documented in NEWS for R 2.0.0 (or ONEWS in R 2.0.1) and it is said: o R no longer accepts associative use of relational operators. That is, 3 < 2 < 1 (which used to evalute as TRUE!) now causes a syntax error. If this breaks existing code, just add parentheses -- or braces in the case of plotmath. It is true t...
2000 Jul 07
1
multiply defined symbols (PR#597)
Full_Name: Peter Lucas Version: 1.1.0 OS: redHat 6.2 Linux Submission from: (NULL) (139.133.200.15) I tried to install R 1.1.0 on my i686 PC with Redhat 6.2 Linux on it. I am using fort77 with f2c. I am not able to build R, as libc.a contains regex.o, causing a conflict with src/main/regex.o. the ONEWS mentions that this problem was solved, but it obviously was not. I am not a real Unix hacker, so I wonder how to proceed. Peter -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "i...
2005 Oct 28
1
Error in ?strsplit
...nd 'split' will be coerced to character, so you will see uses with 'split = NULL' to mean 'split = character(0)', including in the examples below. I caught myself trying to use strsplit() on a factor and the coercion on 'x' is not done. According to the ONEWS file, the coercion on 'x' was removed in 1.8.0: o strsplit(x, *) now preserves names() but won't work for non-character `x' anymore {formerly used as.character(x), destroying names(x)}. The function prototype is: > strsplit function (x, split, extended = TRUE, fixed = FA...
2000 Jul 02
1
X11 font problem
...ponse: Hit <Return> to see next plot: Error in text.default(x, y, txt, cex = cex, font = font) : X11 font at size 16 could not be loaded In addition: Warning message: freeing previous text buffer in GStrWidth These errors did not occur in my previous version of R. Looking at the files ONEWS and NEWS that came with the 1.0.0 and 1.1.0 releases respectively, I notice that a great deal has changed with X11 font handling in R since version 0.64.1. I confess that I am still rather inexperienced in the R system and so don't know whether these errors are because of R, my Linux setup or...
2007 May 15
2
Unexpected alteration of data frame column names
Hi, I'm using data.frame(..., check.names=FALSE), because I want to create a data frame with duplicated column names (in the real life you can get such data frame as the result of an SQL query): > df <- data.frame(aa=1:5, aa=9:5, check.names=FALSE) > df aa aa 1 1 9 2 2 8 3 3 7 4 4 6 5 5 5 Why is [.data.frame changing my column names? > df[1:3, ]
2004 Dec 20
3
RE: [R] SAS or R software
...t? > > > > Paul > > > It works here using R 2.0.1 under FC3. I tried it to the display and > with pdf() using sinkplot(). > > With postscript() one can use the 'family = "Courier' > argument as well. > Seems to work here. > > According to ONEWS, par("family") is new for 2.0.0. Missed that one. > > Thanks Paul. > > Marc > > > LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}
2004 Dec 20
1
mono fonts (was RE: RE: [R] SAS or R software)
...R 2.0.1 under FC3. I tried it to the > display and > >> with pdf() using sinkplot(). > >> > >> With postscript() one can use the 'family = "Courier' > >> argument as well. > >> Seems to work here. > >> > >> According to ONEWS, par("family") is new for 2.0.0. > Missed that one. > >> > >> Thanks Paul. > >> > >> Marc > >> > >> > >> > > > > > > LEGAL NOTICE\ Unless expressly stated otherwise, this > messag...{{dropped}} >...
2005 Apr 18
0
Re-release of R 2.1.0
...nd its way to CRAN and its mirrors some time tomorrow. The new files have md5 sums as follows: 94d55d512a9ba36caa9b7df079bae19f COPYING d8045f3b8f929c1cb29a1e3fd737b499 COPYING.LIB 70447ae7f2c35233d3065b004aa4f331 INSTALL 8b78e12b100a6834fdada2dfaab98ab0 NEWS 88bbd6781faedc788a1cbd434194480c ONEWS 4f004de59e24a52d0f500063b4603bcb OONEWS fb47b1fdef4323031e24d541a2f36b2b R-2.0.1.tar.gz 270f7a7382e8cb10a353148598f91096 R-2.1.0.tar.gz d8a2d5461c16aa37b1418c0500423bec R-2.1.0.tar.gz-split.aa 9a8e7b5988fc4e43b56561cbb6853534 R-2.1.0.tar.gz-split.ab dfb0600d8726613ac5a424bbd054c243 R-2.1.0.ta...
2003 Sep 22
0
R installation
...Stop. *** Exit 1 Stop. there is a Makeconf file in the directory I'm trying to install from /OSF1/R-1.7.1 ecs1h[jps]71: ls AUTHORS ChangeLog Makefile NEWS VERSION bin configure.ac include share BUGS FAQ Makefile.in ONEWS Y2K config.log date-stamp library so_locations COPYING INSTALL Makefrag.cc README acinclude.m4 config.site debian libtool src COPYING.LIB Makeconf Makefrag.cxx RESOURCES aclocal.m4 config.status doc...
2005 Apr 18
0
Re-release of R 2.1.0
...nd its way to CRAN and its mirrors some time tomorrow. The new files have md5 sums as follows: 94d55d512a9ba36caa9b7df079bae19f COPYING d8045f3b8f929c1cb29a1e3fd737b499 COPYING.LIB 70447ae7f2c35233d3065b004aa4f331 INSTALL 8b78e12b100a6834fdada2dfaab98ab0 NEWS 88bbd6781faedc788a1cbd434194480c ONEWS 4f004de59e24a52d0f500063b4603bcb OONEWS fb47b1fdef4323031e24d541a2f36b2b R-2.0.1.tar.gz 270f7a7382e8cb10a353148598f91096 R-2.1.0.tar.gz d8a2d5461c16aa37b1418c0500423bec R-2.1.0.tar.gz-split.aa 9a8e7b5988fc4e43b56561cbb6853534 R-2.1.0.tar.gz-split.ab dfb0600d8726613ac5a424bbd054c243 R-2.1.0.ta...
2005 Apr 03
1
Error: NAs are not allowed in subscripted assignments: change from R.1.9
Hi, There seems to be a change in 2.0.1 in the workings of subscript assignments with missing values. # This is R.2.0.1 # assignment w/ missing index doesn't work when right-hand-side is a matrix. It did work in 1.9.1 > x = matrix(1, 2, 2); x[c(1,NA),] = x Error: NAs are not allowed in subscripted assignments # it does work for a vector > x = matrix(1, 2, 2); x[c(1,NA),] = 1 Is this
2010 Jul 21
1
new bug in install.packages()
Hi, install.packages() seems to be broken in latest R-devel snapshot (2010-07-19 r52561) if you are using an R/R.version$platform-library/x.y directory. > .libPaths() [1] "/home/hpages/R/x86_64-unknown-linux-gnu-library/2.12" [2] "/home/hpages/R-2.12/library" > install.packages("car") Error in sprintf(gettext(fmt, domain = domain), ...) : too
2009 Nov 14
1
R_tryEval for OCaml-R.
Hello. I'm currently working on the OCaml-R binding allowing to call R code from Objective Caml. As Objective Caml is a functional language, I'd like the binding to be as 'functional' as possible. Specifically, this means that I'd like using the R_tryEval function and all related entry points in libR.so. I've had a look at R-exts.pdf, but R_tryEval is not documented.
2010 Feb 18
1
Problems installing R-2.10.1 on Linux
...-rw-r--r-- 1 rhett rhett 59 2010-02-18 11:23 Makefrag.cc_lo -rw-r--r-- 1 rhett rhett 387 2010-02-18 11:23 Makefrag.cxx -rw-r--r-- 1 rhett rhett 60 2010-02-18 11:23 Makefrag.m -rw-r--r-- 1 rhett rhett 412980 2009-12-14 17:34 NEWS -rw-r--r-- 1 rhett rhett 315644 2008-03-25 20:26 ONEWS -rw-r--r-- 1 rhett rhett 103957 2006-09-04 22:21 OONEWS drwxr-xr-x 2 rhett rhett 4096 2009-12-14 18:15 po -rw-r--r-- 1 rhett rhett 3922 2006-09-04 22:21 README drwxr-xr-x 10 rhett rhett 4096 2009-12-14 18:15 share drwxr-xr-x 12 rhett rhett 4096 2009-12-14 18:15 src -rw-r--r-- 1 rhe...