-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
17 lines (17 loc) · 933 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: objectremover
Title: 'RStudio' Addin for Removing Objects from the Global Environment Based on Patterns and Object Type
Version: 0.8.1
Authors@R: person("Alan", "Yeung", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5226-3695"))
Maintainer: Alan Yeung <[email protected]>
Description: An 'RStudio' addin to assist with removing objects from the global environment. Features include removing objects according to name patterns and object type. During the course of an analysis, temporary objects are often created and this tool assists with removing them quickly. This can be useful when memory management within 'R' is important.
Depends: R (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/alan-y/objectremover
BugReports: https://github.com/alan-y/objectremover/issues
RoxygenNote: 7.1.1
Imports:
shiny,
miniUI,
Suggests:
rstudioapi