-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: demystas
Title: Demystifying Automation on Simple Tasks
Version: 1.3.11
Date: 2018-11-14
Authors@R: person("Atreya", "Shankar", email = "shankar@pik-potsdam.de",
role = c("aut", "cre"))
Description: There are a myriad of daily tasks which seem simple, but yet hide complex computational requirements. These are the kind of challenges that we encounter that are not entirely part of our main objective, but need to be overcome nonetheless. These include conducting complicated string searches, querying spatial information and sometimes just organizing messy data. This package aims to offer useful functions for data analysts which might help in making these "on-the-fly" tasks lighter and more automated.
Depends: R(>= 2.10.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 6.1.0
Imports: doParallel,
snow,
foreach,
doSNOW,
utils,
sp,
raster,
geosphere,
methods,
parallel,
stats
ValidationKey: 23400039
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr