Re: [Bioc-devel] unit tests for C code inside a package

2015-01-27 Thread Elena Grassi
Thank you both for your suggestions. Peter: Rcpp attributes seem great but right now I would prefer to avoid changing all the pure C structs of my old codebase in C++ classes and so on. But if in the future we will need to add new features I will definitely add these two ++ :) Dan: yep, that was r

Re: [Bioc-devel] portable make syntax

2015-01-27 Thread Gordon Brown
Hi, Martin et al, At the risk of revealing myself to be an idiot in public... I just cannot get back ticks to work on an "include" line in a "Makevars" file. The file contains these lines: - SAMVARS = `echo 'cat(system.file("usretc", .Platform[["r_arch"]]

Re: [Bioc-devel] portable make syntax

2015-01-27 Thread Martin Morgan
On 01/27/2015 02:58 AM, Gordon Brown wrote: Hi, Martin et al, At the risk of revealing myself to be an idiot in public... I just cannot get back ticks to work on an "include" line in a "Makevars" file. The file contains these lines: - SAMVARS = `echo 'cat

Re: [Bioc-devel] portable make syntax

2015-01-27 Thread Gordon Brown
From: Martin Morgan mailto:mtmor...@fredhutch.org>> Date: Tuesday, 27 January 2015 12:04 To: Gord Brown mailto:gordon.br...@cruk.cam.ac.uk>>, "bioc-devel@r-project.org" mailto:bioc-devel@r-project.org>> Subject: Re: [Bioc-devel] portable make syntax On 01/27/2

Re: [Bioc-devel] Need help for C++ R connector

2015-01-27 Thread Steve Lianoglou
Hi, You've got the wrong mailing list. Your best bet would probably be to post on the rcpp mailing list. You can sign up here: https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel HTH, -steve On Mon, Jan 26, 2015 at 6:00 PM, Setia Pramana wrote: > Dear All, > > We have pla