Hi,
does anybody know, how to enforce a certain encoding for
readCitationFile()? Haven't found any usable documentation for this :(
E.g.:
basecit <- system.file("CITATION", package="base")
source(basecit, echo=TRUE, encoding="8859-1")
readCitationFile(basecit)
BTW: 'make check' is a relativ long
rbind will work for data frames, but the type of your myData is not clear.
Is it a list of data frames, in which case you probably want
rbind(myData[[1]], myData[[2]])? I don't understand why you write
NewData[1] for your desired result and not NewData. Do you perhaps want
list(rbind(myData[[1]],
I want to join two lists but am so for not having any luck. Can anyone
assist ?
Variable: myData[1]
"Data.Id""Data.Length" "Data.Weight"
"1"1212
"2"4523
Variable: myData[2]
"Data.Id""Data.Length" "Data.Weight"
"3"25
On Thu, Dec 31, 2009 at 5:14 AM, spencerg wrote:
> I'm not familiar with 'class and object diagrams', but have you tried the
> sos package available from CRAN via something like the following:
>
> Packages with at least 7 matches using pattern
> 'class+and+object+diagram | class+and+object+diagra
Should file.access(as.character(NA)) return -1 to be consisting with
non-existing files?
> file.access(c("Non-existing-file", NA), mode=1)
Non-existing-file
-1 0
> file.access(c("Non-existing-file", NA), mode=2)
Non-existing-file
I'm seeing a probable error in the way R boot.ci calculates certain
confidence intervals. Not sure where to submit it. Should this go to the
package maintainer? If so, how would I identify that person?
=20
Thanks...Ed
=20
Ed J. Gracely, Ph.D.
Drexel University College of Medicine &
Drexel Univ
Hi!
I´m trying to create a new R package. I`ve already downloaded Rtools and
latex and I've tried with two simple examples.
But when i try to do "R CMD install mypkg" an error appears : "Can't open
perl script "C:\PROGRA~1\R\R-210~1.0/bin/install": No such file or di
rectory", but i installed perl
I'm not familiar with 'class and object diagrams', but have you tried
the sos package available from CRAN via something like the following:
library(sos)
cod <- findFn('class and object diagram')
cods <- findFn('class and object diagrams')
(cod. <- cod|cods)
summary(cod.)
When I ran this
On Tue, 29 Dec 2009, schlat...@math.uni-goettingen.de wrote:
Full_Name: Martin Schlather
Version: 2.10.0
Not current
OS: linux
Not really specific enough to be helpful: these things depend on the
compiler and libc.
Submission from: (NULL) (91.3.220.231)
Bug summary:
some functi
Hi all
Does anyone know if there are any R packages available for creating
UML class and object diagrams in R (suitable for use with Latex)?
I'm considering developing such a system...
Note, I'm aware there are Latex packages (so no one needs to state the obvious).
On a side issue I'm thinking a
10 matches
Mail list logo