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
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
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="
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 see
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 clu
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 p