-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 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
28
29
30
31
32
33
34
Package: tcam
Type: Package
Title: Retrieve Radiometric Image Data from and Configure and Control tCam and
tCam-Mini Thermal Imaging Systems
Version: 0.1.0
Date: 2021-08-19
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: The tCam and tCam-Mini (<https://github.com/danjulio/lepton/tree/master/ESP32>)
are two cameras designed around the ESP32 chipset and provide easy access to
radiometric data from Lepton 3.5 sensors. Tools are provided to configure, control,
and receive radiometric data from tCam systems.
URL: https://git.rud.is/hrbrmstr/tcam
BugReports: https://git.rud.is/hrbrmstr/tcam/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.6.0)
Imports:
RcppSimdJson,
jsonlite,
openssl,
tidyr,
dplyr,
magrittr,
stringi,
utils
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1