[R-pkg-devel] Problem enhancing a package with a predict method not declared to be an S3 method

2017-12-15 Thread Chris Brien
Dear list members, I am in a bind. I have a package asremlPlus that "Enhances" the commercial package asreml (and asreml4), for which I am not a maintainer. It is not available in a public repository and because of this, when checking it for CRAN, it always gives the following NOTE, which is a

Re: [R-pkg-devel] Trouble installing XML on Windows 7 (64-bit)

2017-12-15 Thread Haigh, Rowan
Hi Avi, Thank-you so much for your help. It took me a long time to figure it out but your suggestion was a great start. The trick in the end was to define the variable LIB_CURL in the Makeconf files to be the same as CURL_PATH. The package source build routine just did not recognise the latter v

Re: [R-pkg-devel] Trouble installing XML on Windows 7 (64-bit)

2017-12-15 Thread Avraham Adler
On Fri, Dec 15, 2017 at 12:02 PM, Haigh, Rowan wrote: > Hi Duncan, > > Well I finally managed to install XML from source in Windows under R-devel. > Basically it was a clue provided by user wlandau-lilly (last message on > https://github.com/igraph/igraph/issues/915), and discussions between Gáb

Re: [R-pkg-devel] Trouble installing XML on Windows 7 (64-bit)

2017-12-15 Thread Haigh, Rowan
Hi Duncan, Well I finally managed to install XML from source in Windows under R-devel. Basically it was a clue provided by user wlandau-lilly (last message on https://github.com/igraph/igraph/issues/915), and discussions between Gábor and user stewid (https://github.com/krlmlr-archive/r-portab

Re: [R-pkg-devel] Dialect for shell scripts

2017-12-15 Thread Rodrigo Tobar
Hi all, I'm just bumping this up in case somebody can shed any light on it -- otherwise I will try again to submit this question to r-devel. Regards, Rodrigo On 12/12/17 06:56, Rodrigo Tobar wrote: Dear all, During a recent package submission, we were highlighted that some lines in our con