-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
19 lines (19 loc) · 859 Bytes
/
DESCRIPTION
File metadata and controls
19 lines (19 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: xlsformr
Type: Package
Title: Creating XLSForms for Open Data Kit Using R
Version: 0.1.0
Authors@R: person("Ernest", "Guevarra", comment = c(ORCID = "0000-0002-4887-4415"),
email = "ernestgmd@gmail.com", role = c("aut", "cre"))
Description: Open Data Kit (ODK) uses a low-level form specification based on
XForms. However, XForms can still prove challenging to use for creating
forms. XLSForm, a high-level spreadsheet-based form specification, has been
developed to facilitate creation of ODK forms for majority of users as it
uses a tool that is familiar with most. This package provides functions to
create an XLSForm using R.
License: MIT + file LICENSE
Imports: openxlsx,
readxl
Encoding: UTF-8
LazyData: true
URL: https://github.com/rapidsurveys/xlsformr
BugReports: https://github.com/rapidsurveys/xlsformr/issues