-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.03 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
35
36
37
38
39
Package: lzstring
Type: Package
Title: Wrapper for 'lz-string' 'C++' Library
Version: 0.1.3
Description: Provide access to the 'lz-string'
<http://pieroxy.net/blog/pages/lz-string/index.html> 'C++' library for
Lempel-Ziv (LZ) based compression and decompression of strings.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LinkingTo:
cpp11
Suggests:
testthat (>= 3.0.0),
ggplot2,
bench
Config/testthat/edition: 3
RoxygenNote: 7.3.1
URL: https://parmsam.github.io/lzstring-r/, https://github.com/parmsam/lzstring-r
Authors@R: c(
person(
given = "Sam",
family = "Parmar",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = "Andrey",
family = "Krasnov",
role = "cph",
comment = "Author of included lz-string C++ library"
),
person(
given = "Pawel",
family = "Rucki",
role = c("ctb"),
email = "[email protected]"
))
BugReports: https://github.com/parmsam/lzstring-r/issues