[Bioc-devel] Question about "Warning: '.local' is deprecated."
Jakob Theorell
j@kob@theore|| @end|ng |rom ndcn@ox@@c@uk
Mon Apr 27 11:50:23 CEST 2020
Thank you!
Found it: "flowCore::description" is old, "flowCore::keyword" is replacement.
Best regards
Jakob
________________________________
From: Martin Morgan <mtmorgan.bioc using gmail.com>
Sent: 27 April 2020 10:28
To: Jakob Theorell <jakob.theorell using ndcn.ox.ac.uk>; bioc-devel using r-project.org <bioc-devel using r-project.org>
Subject: Re: [Bioc-devel] Question about "Warning: '.local' is deprecated."
I would suggest forcing warnings to errors
options(warn=2)
and then when the now-error occurs using
traceback()
to see what is wrong -- I think this is a call to a deprecated S4 method, and what you'd really like is the method signature.
Martin
On 4/27/20, 2:58 AM, "Bioc-devel on behalf of Jakob Theorell" <bioc-devel-bounces using r-project.org on behalf of jakob.theorell using ndcn.ox.ac.uk> wrote:
Dear all,
In one of my packages, flowSpecs, I have over the last weeks gotten this warning message:
* checking examples ... WARNING
Found the following significant warnings:
Warning: '.local' is deprecated.
Deprecated functions may be defunct as soon as of the next release of
R.
See ?Deprecated.
I am trying my best to check the ?Deprecated pages, but I find them quite uninformative, and the specific deprecation help does not take me further either, it only says:
> .Deprecated(old = ".local")
Warning message:
'.local' is deprecated.
See help("Deprecated")
And most annoying of all: there are no .local calls in the package since weeks back. Very thankful for any input that can straighten this out.
Best regards
Jakob Theorell, MD/PhD
Autoimmune Neurology Group
Nuffield Department of Clinical Neurosciences
University of Oxford
Phone: +447597976151
[[alternative HTML version deleted]]
_______________________________________________
Bioc-devel using r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel
[[alternative HTML version deleted]]
More information about the Bioc-devel
mailing list