Skip to content

Commit

Permalink
Add GitHub links to DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
parmsam committed May 1, 2024
1 parent 0d34e74 commit ae79e7a
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Type: Package
Title: An R wrapper of lzstring C++ library
Version: 0.1.0
Author: Sam Parmar
Maintainer: Sam Parmar <[email protected]>
Description: This package provides an R interface to the lz-string C++ library,
enabling LZ-based compression and decompression of strings directly within
R. This can be particularly useful for reducing the memory footprint of
large strings or for transmitting compressed data.
Maintainer: Sam Parmar <[email protected]>
Description: R interface to the lz-string C++ library, enabling LZ-based
compression and decompression of strings directly within R. Useful for
reducing the memory footprint of large strings or transmitting
compressed data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand All @@ -17,4 +17,18 @@ Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.2.3
URL: https://parmsam.github.io/lzstring-r/
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"
))
BugReports: https://github.com/parmsam/lzstring-r/issues

0 comments on commit ae79e7a

Please sign in to comment.