Re: [Rd] [tryExcept] New try Function

2018-11-26 Thread Andrew Redd
I have two related packages that are already submitted to CRAN but are awaiting approval. They are part of the R Documentation Task Force efforts to improve documentation. The exact function you are referring to I have called `catch_condition()` and included it in my `testextra` package. You

Re: [Rd] formal process for orphaning a package

2016-09-21 Thread Andrew Redd
The README states clearly that a package is orphaned under any of three conditions: 1. The Maintainer requests is. 2. The maintainer email bounces 3. The maintainer is unresponsive to requests regarding the package from CRAN maintainers But I think that it is a good idea to include

Re: [Rd] Announcing the R Documentation Task Force

2016-09-12 Thread Andrew Redd
is not guaranteed to be included in R Core. My apologies to any who may have misinterpreted the intentions of the announcement. Sincerely, Andrew Redd On Fri, Sep 9, 2016 at 8:46 PM Andrew Redd <andrew.r...@hsc.utah.edu> wrote: > cross-posting announcement to R-Announce, R-devel and R-package-devel.

[Rd] Announcing the R Documentation Task Force

2016-09-09 Thread Andrew Redd
, skills or expertise as it relates to R documentation. Also email if you have ideas or concerns but do not wish to play and active role. Thank you, Andrew Redd __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Description depends line for windows only

2013-03-22 Thread Andrew Redd
I am developing a package that is only applicable on windows, is there a line I can put in the depends field of the DESCRIPTION file to tell that this should only be build for windows? Are there any other protocols that I should follow? Thanks, -- Andrew May the Open Source be with you.

[Rd] Write unix format files on windows and vice versa

2012-04-24 Thread Andrew Redd
I go back and forth between windows and linux, and find myself running into problem with line endings. Is there a way to control the line ending conversion when writing files, such as write and cat? More explicitly I want to be able to write files with LF line endings rather than CRLF line

Re: [Rd] unloading compiled code.

2010-11-18 Thread Andrew Redd
this will only run on exit. -Andrew On Tue, Nov 16, 2010 at 6:34 PM, Charles C. Berry cbe...@tajo.ucsd.edu wrote: On Tue, 16 Nov 2010, Andrew Redd wrote: so should I use reg.finalizer or overwrite .Last()? .Last Error: object '.Last' not found You create your own .Last - there is nothing

Re: [Rd] unloading compiled code.

2010-11-16 Thread Andrew Redd
Are packages unloaded on quit so that the .Last.lib or .onUnload are called for packages? -Andrew On Fri, Nov 12, 2010 at 3:52 PM, Andrew Redd amr...@gmail.com wrote: Perhaps you could help me make some sense of this.  Here is a printout of my sessions. --- toys$R -q library(test2

Re: [Rd] unloading compiled code.

2010-11-16 Thread Andrew Redd
Just found in the documentation for getHook that packages are not unloaded on quit. How should I force a package to unload on quit? -Andrew On Tue, Nov 16, 2010 at 10:25 AM, Andrew Redd amr...@gmail.com wrote: Are packages unloaded on quit so that the .Last.lib or .onUnload are called

Re: [Rd] unloading compiled code.

2010-11-16 Thread Andrew Redd
don't overwrite .Last if if has another purpose. -Andrew On Tue, Nov 16, 2010 at 11:27 AM, Charles C. Berry cbe...@tajo.ucsd.edu wrote: On Tue, 16 Nov 2010, Andrew Redd wrote: Just found in the documentation for getHook that packages are not unloaded on quit.  How should I force a package

[Rd] unloading compiled code.

2010-11-12 Thread Andrew Redd
. Thanks, Andrew Redd __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] unloading compiled code.

2010-11-12 Thread Andrew Redd
I explicitly unload the test2.so it does not through a segfault. Why would this be happening? and how do I circumvent it. thanks, Andrew On Fri, Nov 12, 2010 at 3:32 PM, Prof Brian Ripley rip...@stats.ox.ac.uk wrote: On Fri, 12 Nov 2010, Andrew Redd wrote: I have a package that I'm

[Rd] Segmentation Fault when using CUDA

2010-11-08 Thread Andrew Redd
, but the Rcpp is not the problem, but happened to be convenient to use to get the configure scripts right for the CUDA cu files. The results from running valgrind Rscript testgpu.R are linked to in testgpu.log but do not show anything interesting. Can anyone give any insight? Thanks, Andrew Redd

[Rd] Changing the Prompt for browser()

2010-03-05 Thread Andrew Redd
Is there a way that I can change the prompt for within a browser() call. I often use use code like with(obj1,browser()) Browse[1] Is there a way that I can set it so that I can get something like with(obj1,browser(prompt=obj1)) obj1[1] I know that prompt is not a valid option for browser,

[Rd] dger_ in BLAS definition

2009-03-10 Thread Andrew Redd
I'm developing some software and running into compiling warning: conditionals.c:104: warning: passing argument 4 of 'dger_' discards qualifiers from pointer target type conditionals.c:104: warning: passing argument 6 of 'dger_' discards qualifiers from pointer target type the netlib documentation

[Rd] Diagnosing Crashes on garbage collection

2008-11-16 Thread Andrew Redd
I'm having problems with an access violation error on some compiled code that I'm writing and I was hoping that some one had insights as to what might be causing the access violation and possibly how to remedy it. Here's the situation. The compiled code performs an EM algorithm on the data for

[Rd] na.action does not return na.action element of lm object

2008-08-25 Thread Andrew Redd
that it is not? I did a search through the archives but did not turn up anything relevant. Thanks, Andrew Redd __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel