Cpump <- compileNimble(pump, showCompilerOutput = TRUE)
compiling... this may take a minute. On some systems there may be some compiler warnings that can be safely ignored.
'\\bla.myuni.no\home8\MyName\R\R-3.4.4' is not recognized as an internal or external command,
operable program or batch file.
Error: Failed to create the shared library
In addition: Warning message:
running command '//bla.myuni.no/home8/MyName/R/R-3.4.4/bin/x64/R CMD SHLIB dynamicRegistrations_09_24_19_46_52.cpp -o dynamicRegistrations_09_24_19_46_52.dll' had status 1
--
You received this message because you are subscribed to the Google Groups "nimble-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nimble-users...@googlegroups.com.
To post to this group, send email to nimble...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nimble-users/210a94d5-330b-4fcb-b5f2-9c0c3717aaf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
PATH=C:\Users\Myname\Rtools\bin;...etc...;\\bla.myuni.no\home8\MyName\R\R-3.4.4To view this discussion on the web visit https://groups.google.com/d/msgid/nimble-users/46e15a52-bdb5-459f-a294-a860449c6c96%40googlegroups.com.
library(nimble)
pumpCode <- nimbleCode({
for (i in 1:N){
theta[i] ~ dgamma(alpha,beta)
lambda[i] <- theta[i]*t[i]
x[i] ~ dpois(lambda[i])
}
alpha ~ dexp(1.0)
beta ~ dgamma(0.1,1.0)
})
pumpConsts <- list(N = 10,
t = c(94.3, 15.7, 62.9, 126, 5.24,
31.4, 1.05, 1.05, 2.1, 10.5))
pumpData <- list(x = c(5, 1, 5, 14, 3, 19, 1, 1, 4, 22))
pumpInits <- list(alpha = 1, beta = 1,
theta = rep(0.1, pumpConsts$N))
pump <- nimbleModel(code = pumpCode, name = "pump", constants = pumpConsts,
data = pumpData, inits = pumpInits)
Cpump <- compileNimble(pump, showCompilerOutput)
> Cpump <- compileNimble(pump, showCompilerOutput)
compiling... this may take a minute. On some systems there may be some compiler
warnings that can be safely ignored.
al command,
operable program or batch file.
Error: Failed to create the shared library
In addition: Warning message:
running command '//eir.uib.no/home8/fmu041/R/R-3.4.4/bin/x64/R CMD SHLIB dynamic
Registrations_09_25_09_24_09.cpp -o dynamicRegistrations_09_25_09_24_09.dll' had
status 1