Re: [R-pkg-devel] Windows binaries

2018-02-14 Thread Hadley Wickham
devtools::build_win() has an unfortunate name - it's actually more about checking your package on windows than building a package (and in the development version we've renamed to check_win()). However, fortunately, once your package has been accepted on CRAN, you don't need to worry about building

Re: [R-pkg-devel] Windows binaries

2018-02-14 Thread Dirk Eddelbuettel
On 14 February 2018 at 21:14, Kapur, Kush wrote: | Dear R development team, We're only regular list members here -- just like you. | I have also submitted the Windows binaries for the ssrm.logmer package using build_win function in devtools. Not sure I follow. You generally upload a _source_ t

[R-pkg-devel] Windows binaries

2018-02-14 Thread Kapur, Kush
Dear R development team, I have also submitted the Windows binaries for the ssrm.logmer package using build_win function in devtools. Is there anything else I need to take care of to make sure this package can be installed on windows system? Best, Kush Kush Kapur, PhD Assistant Professor

Re: [R-pkg-devel] Solaris and ggplot2

2018-02-14 Thread Dev Chakraborty
Thanks Kevin; I took care of that error but was unable to check my fix on r-hub solaris because ggplot failed to load on solaris; could it be that CRAN uses a different version of solaris that allows ggplot to load? Dev On Tue, Feb 13, 2018 at 6:50 PM Kevin Ushey wrote: > Hi, > > Glancing at the

Re: [R-pkg-devel] Lapack: undefined symbol: zgbsv_

2018-02-14 Thread Ralf Stubner
On 14.02.2018 05:12, Baptiste Auguie wrote: > It would make sense to test for internal vs external Lapack and decide > based on that (regardless of the OS); as you say, the results should be > essentially identical to what happens when the same user installs > RcppArmadillo on their machine. Unfo

Re: [R-pkg-devel] Lapack: undefined symbol: zgbsv_

2018-02-14 Thread Dirk Eddelbuettel
On 14 February 2018 at 17:12, Baptiste Auguie wrote: | Thanks Ralf, now it makes more sense to me. I had misunderstood the | situation on CRAN and r-hub and thought they used an external Lapack on | linux. This has been unchanged over the many years that you had these battles: - on Windows it is