Hi, R people.
Consider the following small R session:
==>
> a <- c(8.48, 9.58, 9.96)
> stem(a)
The decimal point is at the |
8 |
8 | 5
9 |
9 | 6
10 | 0
> stem(round(a,1))
The decimal point is at the |
8 | 5
# R for Windows will not send your bug report automatically.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# [EMAIL PROTECTED]
#
##
The R documentation for "is.R" says
"## 'which()'
Hi,
Please forgive me but I am just learning how to debug in this
environment.
Info on Bug 7924, as far as I understand the comment, if someone knew
how calling identical(call1,call2) actually helped set NAMED it might
lead them to a solution.
Here is my attempt to track down when how this
Hi Thomas,
> A key fact here is that NAMED(object) is 0 if the object is not
> (part of) an R variable, 1 if it is (part of) exactly one R
> variable, 2 if it is part of more than one R variable.
> The point is that NAMED=0 or 1 objects can be safely modified, but
> NAMED=2 have to be copi
Thanks. The following line of explanation has also disappeared.
On Fri, 2 Jun 2006, Seth Falcon wrote:
> Hi,
>
> The man page for readBin has a small typo:
>
> --- a/src/library/base/man/readBin.Rd
> +++ b/src/library/base/man/readBin.Rd
> @@ -58,7 +58,7 @@ writeBin(object, con, size = NA, endia
Hi,
The man page for readBin has a small typo:
--- a/src/library/base/man/readBin.Rd
+++ b/src/library/base/man/readBin.Rd
@@ -58,7 +58,7 @@ writeBin(object, con, size = NA, endian
\code{readBin} and \code{writeBin} read and write C-style
zero-terminated character strings. Input string
Hi All,
Well I finally have found the time to get svn working and I have
successfully built my own tuned atlas (multi-threaded version) libs
and have both the r-devel and r-patched trees building daily on my box.
The problem is I still do not have a good idea of the layout and
design of R,
Achim Zeileis wrote:
> Paul,
>
> ctv is a contributed package...
>
>
>>I am getting several errors about Windows only packages when I use
>>task views. Is this suppose to be a Windows-centric utility?
>
>
> No.
> I'll see whether there is an easy way to keep install.views() from
> installing
Paul Gilbert wrote:
> I am getting several errors about Windows only packages when I use task
> views. Is this suppose to be a Windows-centric utility?
Paul,
not at all, but the 3 packages mentioned below only work under Windows,
because they depend on software such as DCOM, OpenBUGS and MIM,
Paul,
ctv is a contributed package...
> I am getting several errors about Windows only packages when I use
> task views. Is this suppose to be a Windows-centric utility?
No.
I'll see whether there is an easy way to keep install.views() from
installing Windows-only packages on non-Windows machin
I am getting several errors about Windows only packages when I use task
views. Is this suppose to be a Windows-centric utility?
Also, I am sure there must be a simple way to tell which packages are in
a view, but I haven't found it. If there isn't, it would be nice to have.
Paul Gilbert
__
On Fri, 2 Jun 2006, [EMAIL PROTECTED] wrote:
> Full_Name: Karsten Tabelow
> Version: R-2.3.1
> OS: AIX5.3
> Submission from: (NULL) (62.141.176.2)
>
>
> Specification in config.site:
>
> CC=xlc_r
> CFLAGS='-O -qstrict'
> F77=xlf_r
> FFLAGS='-O -qstrict'
> SHLIB_LDFLAGS='-G'
> DYLIB_LDFLAGS='-G'
>
Full_Name: Karsten Tabelow
Version: R-2.3.1
OS: AIX5.3
Submission from: (NULL) (62.141.176.2)
Specification in config.site:
CC=xlc_r
CFLAGS='-O -qstrict'
F77=xlf_r
FFLAGS='-O -qstrict'
SHLIB_LDFLAGS='-G'
DYLIB_LDFLAGS='-G'
LDFLAGS='-brtl'
CXX=xlc++_r
CXXFLAGS='-O -qstrict'
Complilation error in
On Fri, 2 Jun 2006, Jean lobry wrote:
> Dear R-Devel,
>
> consider:
>
> [rufus:~] lobry% R --vanilla --quiet
>> sessionInfo()
> Version 2.3.0 (2006-04-24)
> powerpc-apple-darwin8.6.0
>
> attached base packages:
> [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
> [7] "ba
Dear R-Devel,
consider:
[rufus:~] lobry% R --vanilla --quiet
> sessionInfo()
Version 2.3.0 (2006-04-24)
powerpc-apple-darwin8.6.0
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "base"
> help.search(package = "graphics", keyword = "hplot")
15 matches
Mail list logo