Package: mise
Title: Clears the Workspace (Mise en Place)
Version: 0.1.0
Authors@R: person("Patrick", "Applegate", email = "applegatepj@gmail.com",
                  role = c("aut", "cre"))
Description: Clears the workspace. Useful for the beginnings of R scripts, to
    avoid potential problems with accidentally using information from variables
    or functions from previous script evaluations, too many figure windows open
    at the same time, packages that you don't need any more, or a cluttered
    console.  Uses code from various StackOverflow users.  See help(mise) for
    pointers to the relevant StackOverflow pages.
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-29 15:25:25 UTC; pja148
Author: Patrick Applegate [aut, cre]
Maintainer: Patrick Applegate <applegatepj@gmail.com>
Repository: CRAN
Date/Publication: 2016-06-30 20:14:18
Built: R 4.0.2; ; 2020-07-15 16:19:07 UTC; unix
