## Not run:
# # simple package
# Rcpp.package.skeleton( "foobar" )
#
# # package using attributes
# Rcpp.package.skeleton( "foobar", attributes = TRUE )
#
# # package with a module
# Rcpp.package.skeleton( "testmod", module = TRUE )
#
# # the Rcpp-package vignette
# vignette( "Rcpp-package" )
#
# # the Rcpp-modules vignette for information about modules
# vignette( "Rcpp-modules" )
#
# ## End(Not run)
Run the code above in your browser using DataLab