search for: rpbarry

Displaying 9 results from an estimated 9 matches for "rpbarry".

Did you mean: rbarry
2018 Aug 15
5
validspamobject?
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 other people? It doesn't have any deleterious effect, but it's annoying. In particular,
2018 Aug 15
0
validspamobject?
...). Hope you can catch it. Best regards, Emil Bode is an institute of the Dutch Academy KNAW <http://knaw.nl/nl> and funding organisation NWO <http://www.nwo.nl/>. ?On 15/08/2018, 02:57, "R-devel on behalf of Ronald Barry" <r-devel-bounces at r-project.org on behalf of rpbarry at alaska.edu> wrote: 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, p...
2018 Aug 16
1
Thanks for help with validspamobject
Hi, Thanks for all your help. The problem with an error involving validspamobject() has been resolved, as a new version of spdep (0.7-7) was just released and it seems to have stopped using the deprecated function. Ron B. [[alternative HTML version deleted]]
2018 Aug 18
0
validspamobject?
...ible to have the identical example in two help files but only have them run once (other than the obvious, which is putting a 'do not run' on one of them, which would seem to invite possible bad code)? Thanks for any information. Ron Barry On Tue, Aug 14, 2018 at 4:56 PM, Ronald Barry <rpbarry at alaska.edu> wrote: > 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 calli...
2011 May 31
1
Comment on build and INSTALL
...error and point out that there are unmatched brackets, but will often indicate that the unmatched bracket occurs in a different file that is in perfect shape. Ron Barry -- Please note that the ffrpb@uaf.edu e-mail address will stop working fairly soon, so you should start using the new address rpbarry AT alaska.edu [[alternative HTML version deleted]]
2011 Feb 20
1
Demo and 00Index problems
Greetings, I am sure I'm missing the obvious, but my 00Index file in the demo subdirectory is not recognized by R CMD check (the demo runs fine, but I get a WARNING from R CMD check about a lack of demo/00Index file. When I invoke demo() in R I see the name but not description of the demo). Is there documentation (other than 'Writing R extensions') on putting together the demo
2017 May 20
1
What to do re 'replacing previous import' errors
After looking at a few discussions of this problem online, I can't seem to find a good solution. When running a CHECK on a package I'm working on (which passed all tests a few years ago), I get the following 'significant warning': Warning: replacing previous import ?spam::tail? by ?utils::tail? when loading ?latticeDensity? Warning: replacing previous import ?spam::head? by
2014 May 28
1
Style question
Greetings, When using a 'foreign' function (from another package, say function 'whatever' from package 'foo'), you can of course just require the package and then just have whatever(...) in your code. However, I would like to use the foo::whatever(...) form instead, just for documentation purposes (easier to see what function comes from what package). Is there a
2010 Nov 28
1
.Rdata file in data subdirectory won't load
Greetings, I wanted to add a dataset to a complete R package I am working on (the package cleanly installs and passes the R CMD check). The data (a matrix) was saved, and the save() image dragged to the /data folder, and is a .Rdata file. It can be read directly using load (see below), but now the R CMD check indicates "subdirectory data contains no datasets" and it won't load