Re: [R-pkg-devel] Need help testing for Apple

2020-03-11 Thread David Winsemius
> On Mar 11, 2020, at 11:39 AM, Neal Fultz wrote: > > Hello, > > I am working on a package that does terminal graphics for hterm, but iterm2 > should work too; if you have an apple computer with iterm2, could you > please help test it for me? > > Installation: > >

Re: [R-pkg-devel] check --as-cran error on Rd file

2020-03-11 Thread Duncan Murdoch
On 11/03/2020 11:44 a.m., Charles Geyer wrote: blurfle$ cat sped.Rcheck/00check.log * using log directory ‘/home/geyer/Software/sped/package/sped.Rcheck’ * using R Under development (unstable) (2020-03-10 r77920) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 *

[R-pkg-devel] check --as-cran error on Rd file

2020-03-11 Thread Charles Geyer
blurfle$ cat sped.Rcheck/00check.log * using log directory ‘/home/geyer/Software/sped/package/sped.Rcheck’ * using R Under development (unstable) (2020-03-10 r77920) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using option ‘--as-cran’ * checking for file

[R-pkg-devel] Need help testing for Apple

2020-03-11 Thread Neal Fultz
Hello, I am working on a package that does terminal graphics for hterm, but iterm2 should work too; if you have an apple computer with iterm2, could you please help test it for me? Installation: remotes::install_github("nfultz/osc1337") Then run this demo: demo("barplot", "osc1337")

Re: [R-pkg-devel] Fwd: Re: [CRAN-pretest-archived] CRAN submission SSLR 0.9.0

2020-03-11 Thread Martin Morgan
After running R CMD check SSLR_0.9.0.tar.gz there is a file SSLR.Rcheck/SSLR-Ex.R. Try running that R -f SSLR.Rcheck/SSLR-Ex.R my guess is that somewhere else in the examples you load a package that has a generic 'fit' that masks SSLR::fit in your package, so R is not able to find your

Re: [R-pkg-devel] Fwd: Re: [CRAN-pretest-archived] CRAN submission SSLR 0.9.0

2020-03-11 Thread Henrik Bengtsson
'fpalomares', it's not clear if you can reproduce this locally or not, but make sure you can reproduce it locally. I could using: R CMD check --as-cran SSLR_0.9.0.tar.gz with R 3.6.3 on Ubuntu 18.04. In other words, this is neither a problem with the CRAN incoming checks nor win-builder. Yes,

Re: [R-pkg-devel] Package windows binaries not updating?

2020-03-11 Thread Uwe Ligges
Sorry, takes longer as I we use a lot of COU cychecking ... Uwe On 11.03.2020 15:23, Joe Thorley wrote: Hi All Version 0.4.0 of the chk package was accepted by CRAN over a week ago (on March 3rd 2020). However, the windows binaries have not yet updated for r-devel and r-release.

Re: [R-pkg-devel] Fwd: Re: [CRAN-pretest-archived] CRAN submission SSLR 0.9.0

2020-03-11 Thread Duncan Murdoch
Uwe Ligges answered you yesterday on this question. Duncan Murdoch On 11/03/2020 7:39 a.m., fpaloma...@correo.ugr.es wrote: Hi, I dont know how to fix this problem: https://win-builder.r-project.org/VK8P07E1QHFA/ The error is: Error in UseMethod("fit") : no applicable method for 'fit'

[R-pkg-devel] Package windows binaries not updating?

2020-03-11 Thread Joe Thorley
Hi All Version 0.4.0 of the chk package was accepted by CRAN over a week ago (on March 3rd 2020). However, the windows binaries have not yet updated for r-devel and r-release. https://cran.r-project.org/web/packages/chk/index.html Is