Package: librarysnapshot
Date: 2018-02-12
Version: 0.1.2
Type: Package
Title: Library Snapshot for Packages and Dependencies in Use by Current
        Session
Authors@R: c(
        person(
          "Peter", "Meissner", role = c("aut", "cre"),
          email = "retep.meissner@gmail.com"
        )
	    )
Maintainer: Peter Meissner <retep.meissner@gmail.com>
Description: Generate a local library copy with relevant packages. 
    All packages currently found within the search path - except base packages - 
    will be copied to the directory provided and can be used later on with the 
    .libPaths() function. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: utils
URL: https://github.com/petermeissner/librarysnapshot
BugReports: https://github.com/petermeissner/librarysnapshot/issues
Suggests: covr, testthat
NeedsCompilation: no
Packaged: 2018-02-12 20:43:54 UTC; peter
Author: Peter Meissner [aut, cre]
Repository: CRAN
Date/Publication: 2018-02-13 09:34:24 UTC
Built: R 4.6.0; ; 2025-08-18 03:54:12 UTC; unix
