Re: [Rd] R CMD check and CRAN's Rust policy

2025-03-31 Thread Chris Black
I took a more extreme version of this approach for a project that keeps many R packages in a monorepo and checks them all at once, where we do a lot of saying “let’s ignore this warning _in this package_ until someone has a chance to fix it properly, but still fail the build if it shows up in _o

Re: [Rd] [EXTERNAL] Re: NOTE: multiple local function definitions for ?fun? with different formal arguments

2024-10-21 Thread Chris Black
your help to keep the “bitten by function redefinition” club a small one. Thanks, Chris [1] https://mastodon.social/@benzipperer/113328761897124440 > On Feb 7, 2024, at 11:53 AM, Duncan Murdoch wrote: > > I put the idea below into a function that gives nicer looking results. Here

Re: [Rd] specials and ::

2024-08-26 Thread Chris Black
It’s completely reasonable to decline to do extra work to support it, but at the same time: Qualified calls are widely used and recommended, and users are also being completely reasonable when they try to use them (probably without checking the manual!) and expect them to work. Would there be a

Re: [Rd] [EXTERNAL] Re: NOTE: multiple local function definitions for ?fun? with different formal arguments

2024-02-07 Thread Chris Black
t them to a check result to go along with it. I don’t think this is grounds on its own to change a 20-year precedent, but in case anyone is collecting wishlist reasons to make the check look harder... Thanks, Chris > On Feb 6, 2024, at 3:17 PM, Martin Morgan wrote: > > I went looking

[Rd] Feature request: Limiting output of installed.packages()

2023-04-19 Thread Chris Woelkers - NOAA Federal via R-devel
ent behaviour. But when the 'fields' argument is present only those fields that are listed are outputted. This would help me greatly as I could then run just the installed.packages(fields = ) function without having to add any sorting after the fact. Thanks, Chris Woelker

[Rd] Bug 17432 in readLines with R >= 3.5.0 still a problem

2018-09-12 Thread Chris Culnane
ess lines as they are sent, it only receives them when StdIn is closed. Best Regards Chris __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Possible bug(s) causing ggplot2 and XLConnect to crash recent builds of r-devel

2017-11-14 Thread Chris Brien
In this case executing library(XLConnect) cause the same response - "R Session aborted" with the information that "R encountered a fatal error". These are not packages that I maintain. However, I have packages (imageData and dae) that depend on ggplot2 and it seems that this bu

[Rd] Problem with a regular expression.

2017-08-16 Thread Chris Triggs
;, "B", "A", "*", "B" The regular expression is ")" The call which freezes R is strsplit(Oldterm, ")" ) Thomas - after he had reproduced the problem - suggested that I submit it to r-devel. Best wishes...

Re: [Rd] v3.4.0-2 incompatible with gcc 7.1

2017-06-23 Thread Chris Cole
Thanks Ista, that's good to know. Did you install from pacman? Chris On Fri, 23 Jun 2017 at 20:35 Ista Zahn wrote: > FWIW, I don't have any problems with R on Arch Linux. > > On Jun 23, 2017 1:32 PM, "Chris Cole" wrote: > >> Thank you for correcting my m

Re: [Rd] v3.4.0-2 incompatible with gcc 7.1

2017-06-23 Thread Chris Cole
Thank you for correcting my misunderstandings, Professor. Compiling from source did the trick, and I'll be following up with the arch maintainers about addressing the issue on their end. Best, Chris On Fri, 23 Jun 2017 at 11:02 Prof Brian Ripley wrote: > R is compatible with GCC 7.

[Rd] v3.4.0-2 incompatible with gcc 7.1

2017-06-23 Thread Chris Cole
being able to handle the new compiler version any time soon, and if there are any other workarounds than having two versions of the compiler. Thanks. Chris [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.et

Re: [Rd] please apply my patches

2016-05-17 Thread Chris Smowton
rent mailing list. Thank you Göran for confirming that you experience these bugs. I've Cc'ed two other users, Chris Smowton and "Terran", who commented on the Bugzilla bugs. Do you guys want to weigh in on the relative importance of getting these fixed? Nobody asked me to describ

[Rd] does parLapplyLB do load-balancing?

2014-12-05 Thread Chris Paciorek
ing R 3.1.1 and the 3.1.1 version of the parallel package under Ubuntu 14.04, but the code appears to be the same in R-devel. Chris -- Chris Paciorek Statistical Computing Consultant Statistical Com

Re: [Rd] How to (appropropriately) use require in a package?

2014-08-07 Thread Chris Green
tensions manual: http://cran.fhcrc.org/doc/manuals/r-release/R-exts.html#Package-Dependencies Chris Green Ph.D. Student, Statistics University of Washington, Seattle On Thu, Aug 7, 2014 at 4:35 PM, Joshua Wiley wrote: > Dear All, > > What is the preferred way for Package A, to i

[Rd] Multiple versions of data in a package

2014-07-21 Thread Chris Wallace
quot; to my functions, but these are large datasets, and I don't want to use time and memory loading both versions when I expect any individual user to pick a single version and stick with it. Can anyone suggest how else I might proceed? Thank you, Chris -- JDRF/WT Diabetes & Infla

[Rd] Catch SIGINT from user in backend C++ code

2013-05-02 Thread Jewell, Chris
gorithm is launched again R dies. If I could trap the SIGINT, then I could make sure a) that the algorithm stops immediately, and b) that the CUDA context is destructed nicely. Is there a "R-standard" method of doing this? Thanks, Chris -- Dr Chris Jewell Lecturer in Biosta

Re: [Rd] "Default" accessor in S4 classes

2013-01-08 Thread Chris Jewell
rns a character vector with "as.numeric", so I'm assuming this is the problem. How do I explicitly export my as.double method? Thanks, Chris __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] "Default" accessor in S4 classes

2013-01-07 Thread Chris Jewell
oad the entire dataset into memory? Which method do I overload to achieve the following? > fullData <- myLargeData > class(fullData) [1] "data.frame" or apply transformations: > myEigen <- eigen(myLargeData) In C++ I would normally overload the "double" or &qu

[Rd] Licensing concerns in porting S-Plus code to R libraries

2012-10-16 Thread Chris Green
any thanks, Chris Green [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Inserting and testing revised functions in a package

2012-08-09 Thread Chris Warren
g but got "The following object(s) are masked _by_ ‘.GlobalEnv’: probtrans" Thanks for your help, Chris __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] R with ATLAS avoids Linux cpu affinity

2010-12-06 Thread Chris Jewell
AS2 deb packages in future > Debian and Ubuntu releases. Thanks for the comments, Dirk. I take your point about ATLAS having the cores compiled in. I have replaced ATLAS with ACML, and all works fine. Cheers, Chris -- Dr Chris Jewell Department of Statistics University of Warwick Coventry C

[Rd] R with ATLAS avoids Linux cpu affinity

2010-12-06 Thread Chris Jewell
I was under the impression that any child processes or threads inherit the cpu affinity of the parent. Does anyone have experience of this and could offer a comment or solution? Thanks, Chris -- Dr Chris Jewell Department of Statistics University of Warwick Coventry CV4 7AL UK Tel: +44

[Rd] Package options

2010-02-03 Thread Chris Brien
this? Cheers, Chris Brien Adjunct Senior Lecturer in Statistics - School of Mathematics & Statistics - Mawson Lakes Phenomics and Bioinformatics Research Centre University of South Australia GPO Box 2471 ADELAIDE  5001  South Australia Phone:  +61 8 8302 5873   Fax:  +61 8 8302 5785 E

[Rd] Typo in help(Special) (PR#14111)

2009-12-05 Thread chris . jackson
t) dt} I checked this is still in current r-patched and r-devel. Chris --please do not edit the information below-- Version: platform = sparc-sun-solaris2.10 arch = sparc os = solaris2.10 system = sparc, solaris2.10 status = major = 2 minor = 10.0 year = 2009 month = 10 d

[Rd] Small patch to packages.R

2009-11-07 Thread Chris Masters
had no dependency on R in the Depends field on any of the packages. Got around it by adding "Depends: R (>=2.7.0)" to the packages but it was still a regression from 2.9 behaviour. Cheers Chris __ R-devel@r-project.org mailing list htt

[Rd] failure to find lapply (PR#9999)

2007-10-11 Thread chris . knight
I have been unable to reproduce this problem but the warning I got told me to send a bug report, so here it is. After a fairly lengthy session, using the ape and ade4 packages, conducted via a terminal in kate under kubuntu 6.06 linux , I found errors claiming not to find lapply- see first sec

[Rd] rendering dashed steps produces solid horizontal lines (PR#9953)

2007-10-10 Thread chris . bainbridge
Full_Name: Chris Bainbridge Version: 2.2.1 OS: Linux Submission from: (NULL) (86.157.4.96) The following python script will render two pdf files, one with lines and one with steps. The pdf with steps (s.pdf) renders the horizontal line as a solid when it should be dotted as in lpdf. It seems as

[Rd] Hyball in R? (Factor analysis & exploratory SEM)

2007-09-04 Thread Chris
Bill's website. If you encounter problems downloading the HYPAK.EXE file, let me know and I can try to e-mail you a copy. I can also provide copies of the articles listed below, in the form of .pdf files. Thank you. Chris References Rozeboom, W. W. (1991a). H

Re: [Rd] Scoping issues

2007-01-08 Thread Chris Eisley
variables need to be available to several other functions that I'd like to move to separate source files. Since the tkframe variables can't be created in the environment of ui.main, I'm not sure how to get around this problem without a lot of argument passing. > On Sun, 7 Jan 2

[Rd] Scoping issues

2007-01-06 Thread Chris Eisley
th this kind of issue. Any help is greatly appreciated. -Chris __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Choropleths maps of the USA states (PR#9111)

2006-07-31 Thread Chris Lawrence
;ARIZONA" , = > I get the "UTAH" state also coloured as "ARIZONA". > > The same thing happens with some other states, I get two states coloured in= > stead of one. > > Is there any problem with the way I have made the ranking of states in "ord= >

Re: [Rd] vignette("introduction") causes "Error in sprintf(" (PR#9069)

2006-07-10 Thread Chris Evans
Friedrich Leisch sent the following at 10/07/2006 11:28: ... some snipped ... > Fixed now in both r-patched and r-devel. > > Fritz > Wow, wonderful, thanks. My first ever R bug report resolved and closed in a weekend. Stunning. C -- Chris Evans <[EMAIL PROTECTED

Re: [Rd] vignette("introduction") causes "Error in sprintf(" (PR#9069)

2006-07-09 Thread Chris Evans
sh as it might be good if the vignette code checked for multiple vignettes with the same name and returned a choice or a message warning you that there are multiples. Should I do a follow-up to that bug? Many thanks to you and all for R: incredible resource. Chris -- Chris Evans <[EM

[Rd] vignette("introduction") causes "Error in sprintf(" (PR#9069)

2006-07-09 Thread chris
Full_Name: Chris Evans Version: 2.3.1 OS: Windoze XP Submission from: (NULL) (217.34.100.197) If I give "vignette("introduction")" I get: Error in sprintf(gettext(fmt, domain = domain), ...) : use format %s for character objects vignette() works for some

Re: [Rd] Rserve setSEXP command

2005-12-26 Thread Chris Burke
ng them up to the first zero only, and discarding the rest. Incidentally, this is for the XT_STR expression. For DT_STR, lengths of either 6 or 8 work correctly. Great program, by the way. Chris __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Rserve setSEXP command

2005-12-26 Thread Chris Burke
Can any valid SEXP expression be given in the setSEXP command? I tried to send a numeric matrix by including the dim attribute with the data, but get an error code 68 (some parameters are invalid). Is the dim attribute not supported by setSEXP? If so, does this mean a matrix should be sent as a li

[Rd] indicating progress in RGui from a c function

2005-09-20 Thread Chris Paulse
RPrintf, but it isn't clear to me what the easiest way to do this is. Would it be possible to add a flag to RPrintf to have this done implicitly? Thanks, chris [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list

Re: [Rd] floating point control on windows

2005-08-29 Thread Chris Paulse
== DLL_PROCESS_ATTACH) { Rwin_fpset(); } return TRUE; } #endif -Original Message- From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 10:53 AM To: Chris Paulse Cc: r-devel@r-project.org Subject: Re: [Rd] floating point control on

[Rd] floating point control on windows

2005-08-29 Thread Chris Paulse
in x87 FPU This didn't fix my problem. I ended up sprinkling these liberally throughout my code, but that didn't help. One thing I do like about the Microsoft compiler is the debugging facility. But, I'll definitely switch to gcc if this is necessary to get rid of the problem.