Displaying 3 results from an estimated 3 matches for "make_target".
2013 Aug 09
1
a fast table() for the 1D case
...es(ans)) <- "x" # always set to 'x'
class(ans) <- "table"
ans
}
table1D() also fixes some issues with base::table() that can be exposed
by running the tests below.
test_table <- function(FUN_NAME)
{
FUN <- match.fun(FUN_NAME)
.make_target <- function(target_names, target_data)
{
ans <- array(target_data)
dimnames(ans) <- list(as.character(target_names))
names(dimnames(ans)) <- "x"
class(ans) <- "table"
ans
}
.check_identical <- functio...
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all,
At long last, Lustre 1.6.5 is available on the Sun Download Center Site.
http://www.sun.com/software/products/lustre/get.jsp
The change log and release notes can be read here:
http://wiki.lustre.org/index.php?title=Change_Log_1.6
Thank you for your assistance; as always, you can report issues via
Bugzilla (https://bugzilla.lustre.org/)
Happy downloading!
-- The Lustre Team --
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all,
At long last, Lustre 1.6.5 is available on the Sun Download Center Site.
http://www.sun.com/software/products/lustre/get.jsp
The change log and release notes can be read here:
http://wiki.lustre.org/index.php?title=Change_Log_1.6
Thank you for your assistance; as always, you can report issues via
Bugzilla (https://bugzilla.lustre.org/)
Happy downloading!
-- The Lustre Team --