## Not run:
# # Run bundle in the current path:
# bundle()
# # Check for the new `.Rbundle` entry in `.libPaths`:
# .libPaths()
#
# lib <- file.path(tempdir(), 'my_bundle_lib')
# # Run bundle in the current path, overriding the target library:
# bundle('.', lib)
# # Check for the new entry in `.libPaths`:
# .libPaths()
# ## End(Not run)
Run the code above in your browser using DataLab