Re: [R-pkg-devel] Checking for future file timestamps - warning with worldclockapi HTTP status 403 Site Disabled

2019-03-08 Thread Gábor Csárdi
I think you can put this in appveyor.yml: environment: _R_CHECK_SYSTEM_CLOCK_: 0 before the "build_script" section. Gabor On Fri, Mar 8, 2019 at 5:15 AM Marta Karaś wrote: > > I have faced the same problem with using http://worldclockapi.com/. I dealt > with Travis fail (because warnings ar

[R-pkg-devel] compute pnorm in Fortran subroutine in R package

2019-03-08 Thread Wang, Zhu
Hello, In my R package I would like a Fortran subroutine to compute the same value as pnorm does in R. I didn't find out an existing Fortran pnorm subroutine. Perhaps a Fortran subroutine can somehow call R function pnorm, but I would like advice on how to do this correctly. Many thanks! Zhu

Re: [R-pkg-devel] compute pnorm in Fortran subroutine in R package

2019-03-08 Thread Duncan Murdoch
On 08/03/2019 12:55 p.m., Wang, Zhu wrote: Hello, In my R package I would like a Fortran subroutine to compute the same value as pnorm does in R. I didn't find out an existing Fortran pnorm subroutine. Perhaps a Fortran subroutine can somehow call R function pnorm, but I would like advice on

Re: [R-pkg-devel] compute pnorm in Fortran subroutine in R package

2019-03-08 Thread Wang, Zhu
Thanks for the useful tips! -Original Message- From: Duncan Murdoch Sent: Friday, March 8, 2019 1:32 PM To: Wang, Zhu ; R-package-devel@r-project.org Subject: Re: [R-pkg-devel] compute pnorm in Fortran subroutine in R package On 08/03/2019 12:55 p.m., Wang, Zhu wrote: > Hello, > > In m