You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

33 lines
1.1 KiB

Package: plist
Type: Package
Title: Read and Manipulate Binary or XML Property Lists
Version: 0.1.0
Date: 2019-10-22
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: A property list is a representation of a hierarchy of objects that
can be stored in the file system, memory, or databases and reconstituted later.
Property lists give applications a lightweight and portable way to store small
amounts of data. They are hierarchies of data made from specific types of
objects—they are, in effect, an object graph. Tools are provided to read
and manipulate binary or XML property lists.
URL: https://gitlab.com/hrbrmstr/plist
SystemRequirements: https://github.com/libimobiledevice/libplist, C++11
NeedsCompilation: yes
BugReports: https://gitlab.com/hrbrmstr/plist/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.2.0)
Imports:
XML,
Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
LinkingTo:
Rcpp