Displaying 1 result from an estimated 1 matches for "invertmap".
Did you mean:
insert_map
2007 Aug 28
1
R CMD check: Error in function (env) : could not find function "finalize"
Hi,
does someone else get this error message:
Error in function (env) : could not find function "finalize"?
I get an error when running examples in R CMD check (v2.6.0; session
info below):
> ### * invertMap
>
> flush(stderr()); flush(stdout())
> ### Name: invertMap
> ### Title: Inverts a read or a write map
> ### Aliases: invertMap
> ### Keywords: file IO internal
>
> ### ** Examples
>
> # .... [TRUNCATED]
> nbrOfCells <- 2600000
> readMap <- sample(nbrOfCells...