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.

21 results for “from:Skye Bender-deMoll”

quieting the "apparent S3 methods" warning
Skye Bender-deMoll · Mar 20, 2015 · r-devel

Dear R-devel, Recent versions of R CMD check have been flagging apparent S3 methods that are not registered in the NAMESPACE as such. In most situations this is very helpful. However, I have few cases in existing packages where...

possible Sweave problem in rdevel build on Debian 6.0.8?
Skye Bender-deMoll · Oct 21, 2013 · r-sig-debian

Dear R-sig-debian, As of last night, we are running into a build failure when trying to compile the development version of R from the svn repository, Revision: 64090: ./configure && make -j4 distclean && ./configure && make -j4 [lots of normal...

Rmpi install issues
Skye Bender-deMoll · Apr 7, 2015 · r-sig-debian

Hi Folks, I've recently transitioned to Debian 8.0 and was having a hard time getting Rmpi to work. I believed I'd successfully installed dependencies via > sudo apt-get install r-cran-rmpi > apt-show-versions r-cran...

what is the current correct repos structure for mac osx binaries?
Skye Bender-deMoll · Jun 17, 2014 · r-devel

Please forgive another comment on this topic. The 'type' argument to tools::write_PACKAGES doesn't currently accept the 'mac.binary.mavericks' value. It seems like it should, to make it possible to pass the same 'type' argument to all...

alternatives to do.call() when namespace is attached but not loaded?
Skye Bender-deMoll · Feb 24, 2015 · r-devel

Dear R-devel I have a function in a package that essentially provides a wrapper for a group of functions in another Suggested package (it sets appropriate defaults for the context, transforms output, etc). I've implemented this by verifying...

what is the current correct repos structure for mac osx binaries?
Skye Bender-deMoll · Jun 13, 2014 · r-devel

Dear R-developers, As part of our package building process, we maintain internal CRAN-like repositories of our packages. This has worked pretty well, but we are running into issues with R 3.1 and OSX mavericks. Specifically, machines with...

issues with dev.new avoiding RStudio plot device on unix?
Skye Bender-deMoll · Sep 25, 2015 · r-devel

Hi R-devl, I'm still unable to force opening an *interactive* non-Rstudio platform-specific plot device on *unix* systems. dev.new() add a new argument 'noRStudioGD' in R 3.1.1. Thank you. It works for me when...

declaring nonS3method
Skye Bender-deMoll · Jun 12, 2015 · r-devel

If Martin's proposal for declaring non-S3 methods in NAMESPACE is feasible, it would be very helpful. The packages we support have multiple examples of unfortunately named functions non-S3 functions, so creating a route for migrating them into...

what is the correct way to force a copy of an object?
Skye Bender-deMoll · Nov 22, 2013 · r-devel

Dear R-devs, I'm working on a package where we have a function that modifies an Object via .Call to a C function. Unfortunately in some situations this counterintuitive modifies a previously made copy of the object passed to...

How to force dispatch to an internal generic?
Skye Bender-deMoll · Dec 20, 2013 · r-devel

Dear R-devel, I have a class 'myClass' in R that is essentially a list with pre-specified structure. It has an assignment operator which is going to do some things and then should assign the value using the regular...

libcurl support and curlGetHeaders warning message in R CMD check
Skye Bender-deMoll · Jan 27, 2015 · r-devel

Dear R devel, Is libcurl support required to run R.devel, or is it optional? I'm compiling R.devel on an older Debian machine that only has libcurl version 7.21.0 The R news file says " Sun, 25...

possible Sweave problem in rdevel build on Debian 6.0.8?
Skye Bender-deMoll · Oct 22, 2013 · r-devel

Dear R-Devel, Note: I posted a similar message to R-sig-debian yesterday because I assumed it was a Debian issue, received response that it it may be more appropriate for r-devel since it involves building from the...

appropriate work-around for problems with a specific plot device (Rstudio)?
Skye Bender-deMoll · Oct 24, 2013 · r-devel

Dear r-devel-opers, I'm working on a package that does some plot-intensive work using the animation library. It turns out that this performs very badly in the RStudio plot device, which is the preferred IDE for our...

best way to write tests when sort() evaluates differently in R CMD check due to LC_COLLATE locale setting?
Skye Bender-deMoll · Apr 14, 2014 · r-devel

Dear R devel, What is the correct way to write package tests that could possibly fail due to locale collation behavior? Is it safe/proper for me to call Sys.setlocale("LC_COLLATE", "en_US.UTF-8") in each test...

issues with dev.new avoiding RStudio plot device on unix?
Skye Bender-deMoll · Sep 29, 2015 · r-devel

On 09/26/2015 03:22 AM, Duncan Murdoch wrote: > On 26/09/2015 1:42 AM, Skye Bender-deMoll wrote: >> Sorry, should have given more background. x11 works fine on all my >> systems when called by x11(). I'm...

possible Sweave problem in rdevel build on Debian 6.0.8?
Skye Bender-deMoll · Oct 23, 2013 · r-devel

That fixed it for me, r64100 is building cleanly again. thanks! -skye On 10/23/2013 01:37 AM, peter dalgaard wrote: > Affirmative. I was seeing this in 64099, but it disappeared with 64101. (OSX Lion if it matters to...

[R-pkg-devel] package upload failing with note about 'calibre' files in temp dirs
Skye Bender-deMoll · Jul 23, 2021 · r-package-devel

Dear CRAN devs I've recently run into some testing issues when attempting to release fixes for the ndtv package on CRAN. 1) I have examples in documentation that test the ability of the package to export files, but the...

libcurl support and curlGetHeaders warning message in R CMD check
Skye Bender-deMoll · Feb 1, 2015 · r-devel

Dear Uwe, CRAN. We test against R.devel trunk nightly. I just re-ran R CMD check again with R Under development (unstable) (2015-01-31 r67686), and now I just get the message: "Checking URLs requires 'libcurl' support in...

Problems building package vignette: Sweave requires multiple passes to build document.
Skye Bender-deMoll · Mar 14, 2014 · r-devel

Dear R-devel, Question: How can I get Sweave to recognize that the \thebibliography section is already created and generate the vignette pdf with a single pass? Or is there a way to let R CMD build know that Sweave...

issues with dev.new avoiding RStudio plot device on unix?
Skye Bender-deMoll · Sep 25, 2015 · r-devel

Sorry, should have given more background. x11 works fine on all my systems when called by x11(). I'm the maintainer of a package that uses the animation library, which has performance issues when used with the RStudio plot device...

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