Re: [R] Rtools virus

2020-05-08 Thread Gavan McGrath
Thanks Jeff, It was downloaded from https://cran.r-project.org/bin/windows/Rtools/ Kind Regards, Gavan Dr Gavan McGrath, PhD, B.E. Research Scientist Biodiversity and Conservation Science Department of Biodiversity, Conservation and Attractions Street Address: 17 Dick Perry Avenue, Kensington

[R] Rtools virus

2020-05-08 Thread Gavan McGrath
Hi, My IT department instructed me to uninstall Windows 64-bit: rtools40-x86_64.exe as it contained a virus which they identified at https://www.virustotal.com/gui/file/5c10d60e73dd0186e8f886ef0b9388bb7dbdfdc17366c14c16183edb08fdb58a/detection Kind Regards, Dr Gavan McGrath, PhD, B.E

[R] BayesianTools update prior

2017-07-23 Thread Gavan McGrath
Hi, Using the example in ?VSEM in the package BayesianTools I'm attempting to iteratively update the prior but find the plotTimeSeriesResults produces the following errors when I extend the VSEM example in BayesianTools. With the Code below (the errors) I get: " Error in quantile.default(x, p

[R] How to make new predictions from a GAM with a spline forced through the origin

2015-05-29 Thread Gavan McGrath
Hi, I’m followed an example to fit a GAM with a spline forced through a point, i.e. (0,0). This works fine from one of Simon’s examples however when it comes to making a prediction from a new set of x values I’m a bit stumped. In the example below a smooth term is constructed and the basis and

[R] Bigalgebra and irlba error

2013-02-26 Thread Gavan McGrath
When running irlba on a big.matrix as in the example from the vignette (on Windows R 2.15.2 64 bit) it returns with an error (see below). irlba works fine on a regular R matrix > library(bigalgebra) > library(irlba) Loading required package: Matrix Loading required package: lattice > matmul <-

[R] Compiling R extension: undefined reference to `__mingw_vsprintf'

2011-10-14 Thread Gavan McGrath
I'm trying to link a hydrological model in FORTRAN with R. I have a subroutine inside wetall.f90 which calls two contained functions. When I try rcmd SHLIB -o wetall.dll wetall.f90 I get a bunch of errors stating undefined reference to `__mingw_vsprintf' from dos (see below). When the same is run