Re: [Rd] validspamobject?

2018-08-14 Thread Roy Mendelssohn - NOAA Federal via R-devel
A quick google search has a function called `validate_spam()` in the package: SPAM . SPArse Matrix Package spam is a collection of functions for sparse matrix algebra. Are you doing anything with sparse matrices? HTH, -Roy > On Aug 14, 2018, at 5:56 PM, Ronald Barry wrote: > > validspamobje

[Rd] validspamobject?

2018-08-14 Thread Ronald Barry
Greetings, My R package has been showing warnings of the form: `validspamobject()` is deprecated. Use `validate_spam()` directly None of my code uses the function validspamobject, so it must be a problem in another package I'm calling, possibly spam or spdep. Has this problem occurred with oth

Re: [Rd] R CMD check warnings on Windows

2018-08-14 Thread peter dalgaard
I don't think this has anything to do with Fortran. The full warning message is presumably like Warning: S3 methods . . . were declared in NAMESPACE but not found which according to google-fu happens if you are declaring methods from a package that isn't loaded, in this case possibly dplyr. O

[Rd] R CMD check warnings on Windows

2018-08-14 Thread Wang, Zhu
Hi all, For the R package bujar, the warnings below were generated on CRAN's Windows systems. The package uses some Fortran subroutines. I would appreciate any advice to eliminate the warnings. By the way, similar warnings were generated to some unrelated R packages as well: https://www.r-proj

[Rd] CRAN incoming queue closed from Sep 1 to Sep 9

2018-08-14 Thread Uwe Ligges
Dear developers, the CRAN incoming queue will be closed from Sep 1 to Sep 9. Hence package submissions are only possible before and after that period. Best, Uwe Ligges (for the CRAN team) __ R-devel@r-project.org mailing list https://stat.ethz.ch/ma

Re: [Rd] vector arithmetic

2018-08-14 Thread Hiroaki Yutani
I've been wondering this, too! Following the codes in arithmetic.c, I've finally reached MOD_ITERATE2_CORE macro in src/include/R_ext/Itermacros.h. Is this the place? Best 2018年8月14日(火) 2:59 isomorphismes : > I'm looking for where in the source recycling and vector > multiplication+addition are