Re: [R-pkg-devel] Error in curl: Failed FTP upload: 550

2020-02-21 Thread Ivan Krylov
On Fri, 21 Feb 2020 14:04:24 +0100 Gianmarco Alberti wrote: > I have also used: > check_win_devel() and check_win_release() out of devtools, but I keep > getting the following message: > Error in curl::curl_fetch_memory(url, handle = h) : > Failed FTP upload: 550 Does it work if you build the

Re: [R-pkg-devel] no visible binding for '<<-' assignment note

2020-02-21 Thread Max Turgeon
The only thing I know about your package is the code you've shared so far, so I may be wrong. If I understand correctly, you're using kronecker and dnormfun to evalute the normal density at several values of mu and sigma, but a fixed point x. And you're fixing that point x in dnormfun, with the

Re: [R-pkg-devel] no visible binding for '<<-' assignment note

2020-02-21 Thread Weimin Zhang
Thank you Max. The reason I used the super assignment "<<-" is because the "dnormfun" function later called by function kronecker(X, Y, FUN = "*",...) through FUN=" ". If I don't use the super assignment "<<-" then the kronecker function cannot find "dnormfun" function. The question now

Re: [R-pkg-devel] Error in curl: Failed FTP upload: 550

2020-02-21 Thread Uwe Ligges
Yes, queue is stuck, will be cleared up by tomorrow, Uwe Ligges On 21.02.2020 18:01, Gianmarco Alberti wrote: Thank you. So, it’s better to wait for few days? Best Gm Dr Gianmarco Alberti (PhD Udine) Lecturer in Spatial Forensics Coordinator of

Re: [R-pkg-devel] no visible binding for '<<-' assignment note

2020-02-21 Thread Richard M. Heiberger
I would guess that your NAMESPACE file doesn't export dnormfun. On Fri, Feb 21, 2020 at 1:38 PM Weimin Zhang wrote: > > Thank you Max. > > The reason I used the super assignment "<<-" is because the "dnormfun" > function later called by function kronecker(X, Y, FUN = "*",...) through > FUN="

Re: [R-pkg-devel] Error in curl: Failed FTP upload: 550

2020-02-21 Thread Gianmarco Alberti
Hello, Thanks for your reply. I build the package manually, and then uploaded it here: https://win-builder.r-project.org/upload.aspx I got the following: Access to the path 'C:\Inetpub\ftproot\R-release\GmAMisc_1.1.0.tar.gz' is denied. in both cases: R-devel and R-release. I don’t have any