Re: [R-pkg-devel] Package fails to build on Windows only, builds on GNU/Linux (parse issue)

2016-02-03 Thread Irucka Embry
Hi everyone, thank you for the responses. I did some more searching after I had posted my question. It was a BOM (Byte Order Mark) issue. I removed the BOM from all of my files and I have been successful at submitting the packages to CRAN. Thank you again. Irucka <-Original Message->

Re: [R-pkg-devel] compiling and executing binaries while testing

2016-02-03 Thread Dirk Eddelbuettel
Dear 'code M', We all participate here with 'vizors up' and clear view of each other's identities. Please consider doing the same. On 3 February 2016 at 09:37, code M wrote: | hi, i am sorry if this has been asked already, | but i could not find an answer. | | in short: am i allowed to download

Re: [R-pkg-devel] Package fails to build on Windows only, builds on GNU/Linux (parse issue)

2016-02-03 Thread Uwe Ligges
On 03.02.2016 14:31, Michael Dewey wrote: Duncan Murdoch wrote : On 02/02/2016 2:23 PM, Irucka Embry wrote: https://gitlab.com/iembry/install.load/raw/master/R/install_load.R is the link to raw R code for my package. I have been successful at building the package on GNU/Linux, but buildin

Re: [R-pkg-devel] Package fails to build on Windows only, builds on GNU/Linux (parse issue)

2016-02-03 Thread Michael Dewey
Duncan Murdoch wrote : > On 02/02/2016 2:23 PM, Irucka Embry wrote: > > https://gitlab.com/iembry/install.load/raw/master/R/install_load.R > is > > the link to raw R code for my package. I have been successful at > > building the package on GNU/Linux, but building on Windows fails. I have > > use

Re: [R-pkg-devel] Package fails to build on Windows only, builds on GNU/Linux (parse issue)

2016-02-03 Thread Duncan Murdoch
On 02/02/2016 2:23 PM, Irucka Embry wrote: https://gitlab.com/iembry/install.load/raw/master/R/install_load.R is the link to raw R code for my package. I have been successful at building the package on GNU/Linux, but building on Windows fails. I have used R 3.2.3 in both cases. On Windows, using

[R-pkg-devel] Package fails to build on Windows only, builds on GNU/Linux (parse issue)

2016-02-03 Thread Irucka Embry
https://gitlab.com/iembry/install.load/raw/master/R/install_load.R is the link to raw R code for my package. I have been successful at building the package on GNU/Linux, but building on Windows fails. I have used R 3.2.3 in both cases. On Windows, using readLines, this is the result of the Line 1:

[R-pkg-devel] compiling and executing binaries while testing

2016-02-03 Thread code M
hi, i am sorry if this has been asked already, but i could not find an answer. in short: am i allowed to download, compile and execute (github) packages while testing? reason for this: the package i develop is a simple 'bridge', the goal is to allow users to easily access (commonly used or their