search for: readnew

Displaying 15 results from an estimated 15 matches for "readnew".

Did you mean: readnews
2010 Aug 27
2
NEWS and readNEWS
readNEWS() states: Read R's ?NEWS? file or a similarly formatted one. This is an experimental feature, new in R 2.4.0 and may change in several ways and news() also indicates that this tool is supposed to work with non-R news files. However, I've not been able to get readNEWS to...
2011 Feb 19
1
Accessing Package NEWS (NEWS.Rd)
Okay. So, after having spent quite some time never really tracking down why my package NEWS files were unacceptable to readNEWS(), I noticed that there was recent (to me anyway) development that allowed the NEWS to be done as an Rd file. Sweet! A more standard format... I converted a NEWS file in one of my unreleased packages to Rd format. checkNEWS() gave it a thumbs up. But then it went south. Tried the following after...
2007 Mar 13
3
inconsistent behaviour of add1 and drop1 with a weighted linear model
Dear R Help, I have noticed some inconsistent behaviour of add1 and drop1 with a weighted linear model, which affects the interpretation of the results. I have these data to fit with a linear model, I want to weight them by the relative size of the geographical areas they represent. _________________________________________________________________________________________ > example
2000 Sep 05
7
NMBD Not Starting
I moved an entire RH 6.2 server from one CPU to a new one using a tape backup/restore. Everything from the old server is working on the new server, but when SysV starts up smb, the nmbd daemon (2.0.6) exits with an error: create_subnets: No local interfaces! eth0 has already started according to the logs and console. Any ideas? Thanks. ______________________ Greg Kelley, IT Director SSA, EAA,
2009 Jun 26
0
R 2.9.1 is released
...ld crash R in platform-dependent ways.) o parse_Rd() would mishandle braces when they occurred at the start of a line within an R string in an Rd file (reported by Alex Couture-Beil) or when they occurred in an R comment (reported by Mark Bravington). o readNEWS() missed version numbers with more than one digit. o building R --without-x no longer fails (PR#13665) o printCoefmat(cbind(0,1)) now works too (PR#13677) o bw.SJ(c(1:99, 1e6)) now works too. o Rd2txt() could not handle empty descriptions of items in an Rd file...
2009 Jun 26
0
R 2.9.1 is released
...ld crash R in platform-dependent ways.) o parse_Rd() would mishandle braces when they occurred at the start of a line within an R string in an Rd file (reported by Alex Couture-Beil) or when they occurred in an R comment (reported by Mark Bravington). o readNEWS() missed version numbers with more than one digit. o building R --without-x no longer fails (PR#13665) o printCoefmat(cbind(0,1)) now works too (PR#13677) o bw.SJ(c(1:99, 1e6)) now works too. o Rd2txt() could not handle empty descriptions of items in an Rd file...
2009 Apr 17
2
suggestion for R >= 3.0: computer-readable CHANGELOG
Hello, Here are a few questions that would be useful to get an answer via dedicated functions in utils or tools packages: - When did function foo appeared in R or in a given package? - When did argument myarg appeared in function foo? - When did function bar get deprecated or when did it disappeared? - I wrote a script using functions foo and bar with R 1.9.1. My script does not work any more
2009 Oct 26
0
R 2.9.0 is released
...the actual contrast function if that has a formal argument 'sparse'. 'contrasts(f, .) <- val' now also works when 'val' is a sparse Matrix. It is planned that model.matrix() will work with such factors 'f' in the future. o readNEWS() will recognize a UTF-8 byte-order mark (BOM) in the NEWS file. However, it is safer to use only ASCII code there because not all editors recognize BOMs. o New utility function inheritedSlotNames() for S4 class programming. o tabulate() now allows NAs to pass through...
2009 Oct 26
0
R 2.9.0 is released
...the actual contrast function if that has a formal argument 'sparse'. 'contrasts(f, .) <- val' now also works when 'val' is a sparse Matrix. It is planned that model.matrix() will work with such factors 'f' in the future. o readNEWS() will recognize a UTF-8 byte-order mark (BOM) in the NEWS file. However, it is safer to use only ASCII code there because not all editors recognize BOMs. o New utility function inheritedSlotNames() for S4 class programming. o tabulate() now allows NAs to pass through...
2009 Oct 26
0
R 2.10.0 is released
...the actual contrast function if that has a formal argument 'sparse'. 'contrasts(f, .) <- val' now also works when 'val' is a sparse Matrix. It is planned that model.matrix() will work with such factors 'f' in the future. o readNEWS() will recognize a UTF-8 byte-order mark (BOM) in the NEWS file. However, it is safer to use only ASCII code there because not all editors recognize BOMs. o New utility function inheritedSlotNames() for S4 class programming. o tabulate() now allows NAs to pass through...
2009 Oct 26
0
R 2.10.0 is released
...the actual contrast function if that has a formal argument 'sparse'. 'contrasts(f, .) <- val' now also works when 'val' is a sparse Matrix. It is planned that model.matrix() will work with such factors 'f' in the future. o readNEWS() will recognize a UTF-8 byte-order mark (BOM) in the NEWS file. However, it is safer to use only ASCII code there because not all editors recognize BOMs. o New utility function inheritedSlotNames() for S4 class programming. o tabulate() now allows NAs to pass through...
2008 Apr 22
3
R 2.7.0 is released
...; vectors longer than one. o Progress-bar functions txtProgressBar(), tkProgressBar() in package tcltk and winProgressBar() (Windows only). o readChar() gains an argument 'useBytes' to allow it to read a fixed number of bytes in an MBCS locale. o readNEWS() has been moved to the tools package. o round() and signif() now do internal argument matching if supplied with two arguments and at least one is named. o New function showNonASCII() in package tools to aid detection of non-ASCII characters in .R and .Rd files....
2008 Apr 22
3
R 2.7.0 is released
...; vectors longer than one. o Progress-bar functions txtProgressBar(), tkProgressBar() in package tcltk and winProgressBar() (Windows only). o readChar() gains an argument 'useBytes' to allow it to read a fixed number of bytes in an MBCS locale. o readNEWS() has been moved to the tools package. o round() and signif() now do internal argument matching if supplied with two arguments and at least one is named. o New function showNonASCII() in package tools to aid detection of non-ASCII characters in .R and .Rd files....
2006 Oct 03
1
R-2.4.0 is released
...t used recursively and can restrict the classes of elements to which it is applied. o r2dtable() has been moved to package 'stats'. o New function read.DIF() to read Data Interchange Format files, and (on Windows) this format from the clipboard. o New experimental function readNEWS() to read R's own "NEWS" file and similarly formatted ones. o readLines() has a new argument 'warn' to suppress warnings: the default behaviour is still to warn. o reg.finalizer() has a new argument 'onexit' to parallel the C-level equivalent R_RegisterFi...
2006 Oct 03
1
R-2.4.0 is released
...t used recursively and can restrict the classes of elements to which it is applied. o r2dtable() has been moved to package 'stats'. o New function read.DIF() to read Data Interchange Format files, and (on Windows) this format from the clipboard. o New experimental function readNEWS() to read R's own "NEWS" file and similarly formatted ones. o readLines() has a new argument 'warn' to suppress warnings: the default behaviour is still to warn. o reg.finalizer() has a new argument 'onexit' to parallel the C-level equivalent R_RegisterFi...