| Title: | What the package does (short line) |
|---|---|
| Description: | More about what it does (maybe more than one line) |
| Authors: | Who wrote it |
| Maintainer: | Who to complain to <[email protected]> |
| License: | What license is it under? |
| Version: | 1.1 |
| Built: | 2026-05-22 18:50:38 UTC |
| Source: | https://github.com/calbertsen/testIntNA |
More about what it does (maybe more than one line)
The DESCRIPTION file:
| Package: | testIntNA |
| Type: | Package |
| Title: | What the package does (short line) |
| Version: | 1.1 |
| Date: | 2024-10-04 |
| Author: | Who wrote it |
| Maintainer: | Who to complain to <[email protected]> |
| Description: | More about what it does (maybe more than one line) |
| License: | What license is it under? |
| LinkingTo: | TMB, RcppEigen |
| Repository: | https://calbertsen.r-universe.dev |
| Date/Publication: | 2026-01-22 12:05:49 UTC |
| RemoteUrl: | https://github.com/calbertsen/testIntNA |
| RemoteRef: | HEAD |
| RemoteSha: | 6238def88e8e4b80cd3bae6e0e41398722b5de41 |
| RemoteSubdir: | testIntNA |
Index of help topics:
a Testing NA testIntNA-package What the package does (short line)
bla bla
Who wrote it
Maintainer: Who to complain to <[email protected]>
Nothing here
TMB
library(testIntNA) library(TMB) dat <- list(a = NA_real_, b = rep(NA_real_,5), d = matrix(NA_real_,3,3), e = array(NA_real_,dim=c(5,5,5)) ) obj <- MakeADFun(dat,list(x=0.0), DLL="testIntNA") obj$fn() obj$report()library(testIntNA) library(TMB) dat <- list(a = NA_real_, b = rep(NA_real_,5), d = matrix(NA_real_,3,3), e = array(NA_real_,dim=c(5,5,5)) ) obj <- MakeADFun(dat,list(x=0.0), DLL="testIntNA") obj$fn() obj$report()
Tests NA
a(x)a(x)
x |
not input |
There are no more details
Returns nothing
Notes...
Me
No ref
TMB
a()a()