Thanks for the info, Dirk.
The tarball builds don't run make check (because of a policy decision that it
is better to have the sources available on all platforms for testing than to
have none if it breaks on a single platform). However the build as of tonight
has no problem with make check on t
Er, until _what_ is fixed?
I see no anomalies with the version in R-pre:
> library(Matrix)
> as.vector
standardGeneric for "as.vector" defined from package "base"
function (x, mode = "any")
standardGeneric("as.vector")
Methods may be defined for arguments: x, mode
Use showMethods("as.vector")
> peter dalgaard
> on Fri, 4 Mar 2016 09:21:48 +0100 writes:
> Er, until _what_ is fixed?
> I see no anomalies with the version in R-pre:
Indeed.
The problem ... I also have stumbled over ..
is that I'm sure Jeff is accidentally loading a different
version of 'Matrix' than t
Hi,
I am a FORTRAN developer and I am 'translating' R functions in FORTRAN
subroutines. I am 'new' to R. It's my first question in this mailing-list and
English is not my natural language.
Very often, an R function gives an 'array' as result and you don't have to
bother with the dimension of t
On 04/03/2016 3:34 AM, MAURICE Jean - externe wrote:
Hi,
I am a FORTRAN developer and I am 'translating' R functions in FORTRAN
subroutines. I am 'new' to R. It's my first question in this mailing-list and
English is not my natural language.
Very often, an R function gives an 'array' as resul
I see as below, where getGeneric and getMethod imply a different signature; the
signature is mode="any" for both cases in R version 3.2.3 Patched (2016-01-28
r70038)I don't know how to reproduce Jeff's error, though.
> library(Matrix)
> as.vector
function (x, mode = "any")
.Internal(as.vector(x
On 4 March 2016 at 09:11, peter dalgaard wrote:
| Thanks for the info, Dirk.
|
| The tarball builds don't run make check (because of a policy decision that it
is better to have the sources available on all platforms for testing than to
have none if it breaks on a single platform). However the b
Thanks. Indeed I was having a permission issue installing/updating packages
and had put a version of Matrix in my personal library which must have been
getting loaded ahead of the one in revel library. Sorry for the bother.
On Friday, March 4, 2016, Morgan, Martin
wrote:
> I see as below, where
> Morgan, Martin
> on Fri, 4 Mar 2016 12:36:25 + writes:
> I see as below, where getGeneric and getMethod imply a different
signature; the signature is mode="any" for both cases in R version 3.2.3
Patched (2016-01-28 r70038)I don't know how to reproduce Jeff's error, though.
Dear helpers,
I have multiple vignette files for a package, and I would like to have the
"right" order of these files when displayed online. For instance, see below:
https://cran.r-project.org/web/packages/bst/index.html
The order of vignette links on CRAN is different from what I hoped for:
>
This probably belongs on r-package-de...@r-project.org as it is not
about the development of R itself, but about package development.
--
Brian
On Fri, 2016-03-04 at 14:44 +, Wang, Zhu wrote:
> Dear helpers,
>
> I have multiple vignette files for a package, and I would like to have the
> "
On 04/03/2016 9:44 AM, Wang, Zhu wrote:
Dear helpers,
I have multiple vignette files for a package, and I would like to have the
"right" order of these files when displayed online. For instance, see below:
https://cran.r-project.org/web/packages/bst/index.html
The order of vignette links on C
I think the online order of vignette files are not based on vignette title or
filename alphabetically. I am just curious: by what order these vignette files
were displayed online so I can make changes accordingly?
Thanks,
Zhu
-Original Message-
From: Duncan Murdoch [mailto:murdoch.dun.
Hi,
Until you get a more definitive answer, I will make an attempt to give some
advice.
When using an assumed sized array (i.e. REAL*8 array1(*)) you still need to
allocate the memory prior to calling the Fortran subroutine, so you would still
need to know its maximum length.
Arrays created i
Within R these are determined by \VignetteIndexEntry{}. I think you are
referring to the order on the CRAN landing page for your package
https://cran.r-project.org/web/packages/bst/index.html, and then the question
is for a CRAN member.
In Rnw
\documentclass{article}
% \VignetteIndexEntry{01-
On 04/03/2016 11:18 AM, Wang, Zhu wrote:
I think the online order of vignette files are not based on vignette title or
filename alphabetically. I am just curious: by what order these vignette files
were displayed online so I can make changes accordingly?
You have the source code, and can figu
I am trying to install the latest development version of R so as to be
able to perform a package check according the rules specified for CRAN.
I performed the following steps:
(1) Downloaded R-devel.tar.gz, dated 04-Mar-2016 03:21, from CRAN
(2) Upacked.
(3) Created directory "BldDir" next t
17 matches
Mail list logo