-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
23 lines (23 loc) · 948 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: snxt
Title: CONTAINS FUNCTIONS FREQUENTLY USED AT THE NETWORKS LAB
Version: 0.0.0.9000
Authors@R:
person(given = "anoop",
family = "rawat",
role = c("aut", "cre"),
email = "anoop.rawat@ifmr.ac.in",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: The package contains functions that are frequently used at the networks lab. Current functions- 1) 'pull_data' pulls data to R using surveycto api. 2)pull_media downloads the media collected during the survey 3) 'vc_mount' mounts a veracrypt containter directly from R. 4) 'vc_dismount' dismounts a veracrypt container directly from R.
License: `use_mit_license()`, `use_gpl3_license()` or friends to
pick a license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports: httr (>= 1.4.1),
jsonlite (>= 1.6.1),
readr (>= 1.3.1)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr