forked from RyanLab/microclimloggers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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: microclimloggers
Type: Package
Title: Data Wrangling Functions For Microclimate Loggers
Version: 0.1.1
Date: 2018-10-10
Authors@R:
c(person(given = "Philipp",
family = "Boersch-Supan",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6723-6833")),
person(given = "William",
family = "Petry",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5230-5987")))
Maintainer: Philipp Boersch-Supan <[email protected]>
Description: This package provides functions to parse and reshape microclimate
logger data (e.g. iButton Hygrochron, HOBO pendant loggers). It originated as
an internal package for various field projects of the Ryan lab at UF Geography.
These functions may or may not generalize to other loggers from the same
manufacturers.
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.2.3
Imports: lubridate, stringr, tidyr,
plyr, dplyr, units