Richard Beare

Results 36 comments of Richard Beare

@blowekamp This PR has recent changes I've added for windows R support. At this stage it was to see whether I've broken anything. Most of the changes were in the...

It must be - looks like escaping the % signs outside the sections is causing problems. When outside a section the % were functioning as latex comments and removing that...

I've made some changes available in https://github.com/richardbeare/SimpleITK/tree/RB_fix_rampant_escaping The C++ include information isn't needed for R and isn't being placed in a relevant structure at moment. Best to stop it being...

@zivy I have a draft of the ITK modifications at: InsightSoftwareConsortium/ITK#3599

I'll look into it. I haven't used lintr in the past. I normally conform to many of the standard recommendations, but don't agree with all of them. I was copying...

Interesting - is there a spec/list somewhere? I've been using R, coming from a programming background, for nearly 20 years, and I've never had a problem with R's scoping. I...

It is interesting to see lots of opinions on this sort of thing, and to think back on how ones own impressions change as a result of familiarity with the...

I think the major reason for standards for C++ code on any given project is to ensure that not too much time is spent reformatting one another's code. I certainly...

The lapply calls are there for cases when there are multiple of what I've called "chains". This requires more than a single lookups, and the results can be variable length,...

The list comes in the response, rather than the input. startidx is a vector of positions in the original (corresponding to NA, from a match call (I think)). It won't...