diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-26 15:32:10 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-26 16:43:45 +0100 |
commit | 031462bac87b956bca5e31b16b82483f73e9fafc (patch) | |
tree | ddb5c7b9c7d1178d970bc184f922bb84b4c4061d /gnu | |
parent | afa427e328a7e6a2de207a968bed00cc6397eb32 (diff) | |
download | patches-031462bac87b956bca5e31b16b82483f73e9fafc.tar patches-031462bac87b956bca5e31b16b82483f73e9fafc.tar.gz |
gnu: r-circlize: Improve description.
* gnu/packages/cran.scm (r-circlize)[description]: Fix typo and adjust
grammar based on upstream description.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 8eeba10cac..62dc6a9bd7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -261,15 +261,15 @@ validation and filtering on the values, making options invisible or private.") (home-page "https://github.com/jokergoo/circlize") (synopsis "Circular visualization") (description - "Circular layout is an efficient way for the visualization of huge -amounts of information. This package provides an implementation of circular -layout generation in R as well as an enhancement of available software. The -flexibility of the package is based on the usage of low-level graphics -functions such that self-defined high-level graphics can be easily implemented -by users for specific purposes. Together with the seamless connection between -the powerful computational and visual environment in R, it gives users more -convenience and freedom to design figures for better understanding complex -patterns behind multiple dimensional data.") + "Circular layout is an efficient way to visualise huge amounts of +information. This package provides an implementation of circular layout +generation in R as well as an enhancement of available software. Its +flexibility is based on the usage of low-level graphics functions such that +self-defined high-level graphics can be easily implemented by users for +specific purposes. Together with the seamless connection between the powerful +computational and visual environment in R, it gives users more convenience and +freedom to design figures for better understanding complex patterns behind +multi-dimensional data.") (license license:gpl2+))) (define-public r-powerlaw |