Displaying 20 results from an estimated 600 matches similar to: "how to check all CRAN dependencies for my package, before submitting"
2011 Sep 14
1
S4 method dispatch
List,
In order to get rid of some old, unreadable S3 code in package sp, I'm
trying to rewrite things using S4 methods. Somewhere I fail, and I
cannot sort out why. In order to isolate the problem, I created two
functions, doNothing<- and dosth, and both should do nothing. The issue
is that in most cases they do nothing, but in some cases dosth(obj)
changes the class of obj and breaks with
2011 Nov 14
0
R Development Center(s)
A while ago our institute was approached by a large company, say XXX,
who asked whether we would like to become an Xxx development center, as
we are active in the same area. After some negotation we did, believing
there will be mutual benefits.
Some time later, after putting up the Xxx development center logo on
the institute home page, my feeling grew that we are also, and probably
to a larger
2012 May 07
0
FW: Overlapping area Script
Dear All
I would really appreciate some help with a script which a colleague wrote for me, but I am having problems running (and have not been able to contact my colleague).
The script is designed to compare the area of suitable habitat in binary projections of a large number of species current and future distributions, and create an excel file detailing the total area suitable in the
2016 Jun 09
1
cumsum method in Math group
When running
a = runif(10)
class(a) = "foo"
Math.foo = function(x, ...) {
    NextMethod(.Generic)
}
signif(a, 3)
cumsum(a)
I don't understand why cumsum strips the class, but signif does not.
Both claim in the documentation that "These are generic functions:
methods can be defined for them individually or via the ?Math? group
generic."
-- 
Edzer Pebesma
Institute for
2008 Oct 10
4
how to convert source code in windows package for linux (ubuntu)
Hi All,
I was wondering if anyone here as successfully converted a package for
windows to one that will work in Linux?
What are the necessary steps if you have the source code?
Thanks,
Josh
2018 Sep 05
0
[FORGED] Re: plotmath degree symbol
Thanks, Paul -- setting the ~/.fonts.conf file the way ?X11 describes it
under the section you pointed to resolved the problem for me, on ubuntu.
On 09/04/2018 11:55 PM, Paul Murrell wrote:
> Hi
> 
> Thanks for that, but I still cannot confirm on ...
> 
> sudo docker run -v $(pwd):/home/work/ -w /home/work --rm -ti
> rocker/r-ver:3.5.1
> 
> Could you please read the
2018 Aug 24
4
plotmath degree symbol
In plotmath expressions, R's degree symbol, e.g. shown by
plot(1, main = parse(text = "1*degree*C"))
has sunk to halfway the text line, instead of touching its top. In older
R versions this looked much better.
-- 
Edzer Pebesma
Institute for Geoinformatics
Heisenbergstrasse 2, 48151 Muenster, Germany
Phone: +49 251 8333081
2018 Sep 04
2
[FORGED] Re: plotmath degree symbol
Hi
Thanks for that, but I still cannot confirm on ...
sudo docker run -v $(pwd):/home/work/ -w /home/work --rm -ti 
rocker/r-ver:3.5.1
Could you please read the comments within the "Cairo Fonts" section of 
the ?X11 help page, in case that offers some explanation.
Paul
On 29/08/18 02:15, Martin M?ller Skarbiniks Pedersen wrote:
> On Fri, 24 Aug 2018 at 19:53, Edzer Pebesma
>
2006 Nov 27
2
[R-sig-Geo] plot() and Jpeg() increase font size and resolution
Thanks to Edzer and Roger,
I can now plot with increased font sizes. However, jpeg still does not
reproduce these, nor does it show up in high quality. What I would like
to do is produce some highresolution jpegs.
Any help would be appreciated
Thanx
Herry
R2.4 on Mandriva 10.2 linux.
Dr Alexander Herr
Spatial and statistical analyst
CSIRO, Sustainable Ecosystems
Davies Laboratory,
University
2018 Aug 28
0
plotmath degree symbol
On Fri, 24 Aug 2018 at 19:53, Edzer Pebesma
<edzer.pebesma at uni-muenster.de> wrote:
>
> In plotmath expressions, R's degree symbol, e.g. shown by
>
> plot(1, main = parse(text = "1*degree*C"))
>
> has sunk to halfway the text line, instead of touching its top. In older
> R versions this looked much better.
I can confirm this problem.
R version 3.5.1
2014 Nov 18
2
Windows 8.1 client not able to see and connect to samba server
Hi,
I am using a samba server for file sharing in our companies IPv4 based
LAN. The samba server is running as VM on a ubuntu 14.04 qemu/kvm host
using ubuntu 14.04 as OS.
I am using the lastet version available for samba:
4.1.6+dfsg-1ubuntu2.14.04.3
My Windows 7 and Windows 8.1 client are able to find the server and
connect to the shares but the Windows 8.1 client of a colleague is not
able to
2015 Mar 12
2
Understanding why "no metadata object found ... not exported?" warnings from the methods package exist, and what they mean
Hi
 
I am seeking to understand why the methods package (to be specific
`methods:::.findOrCopyClass` when called by `setIs` when called by
`setClass`) emits a warning message such as
 
` class "SpatialLinesNULL" is defined (with package slot 'rgeos') but no
metadata object found to revise subclass information---not exported?  Making
a copy in package 'minweSpatialNULL `
2015 Mar 13
0
Understanding why "no metadata object found ... not exported?" warnings from the methods package exist, and what they mean
This warning message is on my to-look-at list; I agree that sometimes it's obviously possible for the system to get the information if it tries hard enough.
The message means what it says:  Class information in a session includes the currently loaded subclasses of a particular class.  Not critical but sometimes useful.
In this case, (as I understand it without having looked recently), the
2005 Jun 17
0
New CRAN package sp: classes and methods for spatial data
We're happy to announce the CRAN release of "sp", an R package which
has new-style classes and methods for spatial data, version 0.7-9.
Spatial data types that sp implements are: points, grids, lines, and
polygons (i.e., rings) optionally with holes. Methods include
+ the usual print, summary, plot, [, [[, $, ...
+ coercion between types (e.g. points and grids, matrices,
2005 Jun 17
0
New CRAN package sp: classes and methods for spatial data
We're happy to announce the CRAN release of "sp", an R package which
has new-style classes and methods for spatial data, version 0.7-9.
Spatial data types that sp implements are: points, grids, lines, and
polygons (i.e., rings) optionally with holes. Methods include
+ the usual print, summary, plot, [, [[, $, ...
+ coercion between types (e.g. points and grids, matrices,
2015 Mar 13
1
Understanding why "no metadata object found ... not exported?" warnings from the methods package exist, and what they mean
On looking more closely, the purpose of finding the class definition is to update the entry for the new relationship, as the warning message suggests.  That requires that the namespace holding the definition be writable.
In the case of subclass information, the original namespace is very likely to be locked, if it's not the package currently being loaded.  Copying the definition in order to
2016 Oct 19
2
Xen in stretch - 4.7 or 4.8 ?
On 19/10/16 16:54, Ian Jackson wrote:
> Ian Jackson writes ("Xen in stretch - 4.7 or 4.8 ?"):
>> Hi.  I was wanting an initial opinion from the Release Team, about the
>> Xen packages.  Currently they are in bad shape in stretch and I intend
>> to fix them ASAP.
>>
>> The question is whether I should move to Xen 4.7, or Xen 4.8.
> 
> I just asked
2017 Sep 22
2
S4 method implementation for S3 class
2017-09-22 19:04 GMT+02:00 Michael Lawrence <lawrence.michael at gene.com>:
> The %*% function is a primitive. As it says in the documentation under
> ?Methods_Details
>
>      Methods may be defined for most primitives, and corresponding
>      metadata objects will be created to store them. Calls to the
>      primitive still go directly to the C code, which will
2017 Sep 22
0
S4 method implementation for S3 class
On Fri, Sep 22, 2017 at 10:28 AM, I?aki ?car <i.ucar86 at gmail.com> wrote:
> 2017-09-22 19:04 GMT+02:00 Michael Lawrence <lawrence.michael at gene.com>:
>> The %*% function is a primitive. As it says in the documentation under
>> ?Methods_Details
>>
>>      Methods may be defined for most primitives, and corresponding
>>      metadata objects will be
2015 Mar 13
0
Ah I've got it now .Thanks! RE: Understanding why "no metadata object found ... not exported?" warnings from the methods package exist, and what they mean
Ah, I've got it now.
>From `?base:bindenv` comes
> " The namespace environments of packages with namespaces are locked when
loaded."
A locked environment 
> " prevents adding or removing variable bindings from the environment.
Changing the value of a variable is still possible unless the binding has
been locked"
A bit of experimentation shows that as well as