Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

9 results for “from:Geoff Lee”

loadNamespace and versionChecking and the otherpackage::otherfun syntax
Geoff Lee · Dec 20, 2014 · r-devel

This is an enquiry not so much about what the code for loadNamespace does, but rather about the intent and design of loadNamespace, and how it interacts with the `::` function, which seems to me to follow a slightly different philosophy...

Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
Geoff Lee · Nov 28, 2014 · r-devel

Hi Duncan and others, For the record I think I have pinned down what happens wrt checking the version of an imported package. In summary : loadNamespace behaves as it ought to (once the discrepancy between the documentation and reality of...

Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
Geoff Lee · Nov 26, 2014 · r-devel

Hi I'm still exploring the R programming universe, so if this is being asked in the wrong place, or in the wrong way (e.g. too verbose or lacking in crucial detail or in the wrong format) please let...

Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
Geoff Lee · Nov 27, 2014 · r-devel

Hi Duncan, Many thanks (yet again). With the hint given by your earlier email (viz that currently loadNamespace expects a 3rd component called name in the list that is used for the versionCheck argument) I had another look at what...

Understanding why "no metadata object found ... not exported?" warnings from the methods package exist, and what they mean
Geoff Lee · Mar 12, 2015 · r-devel

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...

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
Geoff Lee · Mar 13, 2015 · r-devel

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...

Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
Geoff Lee · Nov 26, 2014 · r-devel

Many thanks Duncan for the quick response. A bug is a relief in a way. I've been digging my way deeper into this (and learning more as I go) for several days now - but it is a diversion from...

Problem understanding behaviour of versionCheck for loadNamespace (and when versions for Imports packages are checked)
Geoff Lee · Nov 26, 2014 · r-devel

Hi Duncan The difference is that in your call to loadNamespace, the versionCheck list has 3 components (name, op and version), whereas the documentation only mentions 2 (op and version). loadNamespace 'works' for me provided I add a third component...

Understanding why "no metadata object found ... not exported?" warnings from the methods package exist, and what they mean
Geoff Lee · Mar 13, 2015 · r-devel

Very many thanks indeed John for taking the time to look into this so closely and respond to me twice. I am hovering on the edge of understanding what was / is confusing me, and will read both your replies very...

Can't find what you're looking for? Try searching with Google .