Nothing
## File Name: cdm_print_summary_package.R
## File Version: 0.03
cdm_print_summary_package <- function(pack="CDM")
{
d1 <- utils::packageDescription(pack)
cat( paste( d1$Package, " ", d1$Version, " (", d1$Date, ")", sep=""), "\n" )
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.