Package 'testIntNA'

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

Help Index


What the package does (short line)

Description

More about what it does (maybe more than one line)

Details

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

Author(s)

Who wrote it

Maintainer: Who to complain to <[email protected]>

References

Nothing here

See Also

TMB

Examples

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()

Testing NA

Description

Tests NA

Usage

a(x)

Arguments

x

not input

Details

There are no more details

Value

Returns nothing

Note

Notes...

Author(s)

Me

References

No ref

See Also

TMB

Examples

a()