Skip to content

Commit 4943077

Browse files
author
Kevin Cazelles
committed
prepare new release
1 parent 4fde89a commit 4943077

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

DESCRIPTION

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: graphicsutils
22
Type: Package
3-
Title: Collection of Graphics Utilities
3+
Title: Collection of graphics utilities
44
Version: 1.1-2
5-
Date: 2018-01-04
6-
Author: Kevin Cazelles [aut, cre], Nicolas Casajus [aut]
7-
Maintainer: Kevin Cazelles <kevin.cazelles@um2.fr>
8-
Description: A collection of functions that helps customizing graphics with the core package "graphics".
5+
Date: 2018-03-02
6+
Author: Kevin Cazelles [aut, cre], Nicolas Casajus [aut], David Beauchesnes [aut].
7+
Maintainer: Kevin Cazelles <kevin.cazelles@uoguelph.ca>
8+
Description: A collection of functions to help customizing graphics based plots.
99
Depends:
1010
R (>= 3.0)
1111
Imports:
@@ -16,8 +16,7 @@ Imports:
1616
utils,
1717
jpeg(>= 0.1-8),
1818
png(>= 0.1-7),
19-
magrittr(>= 1.5),
20-
RCurl(>= 1.95-4.7),
19+
magrittr(>= 1.5)
2120
Suggests:
2221
knitr,
2322
rmarkdown,

inst/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
\newcommand{\ghit}{\href{https://github.com/KevCaz/graphicsutils/issues/#1}{##1}}
55

66

7-
\section{Changes in graphicsutils version 1.1-2 (Unreleased)}{
7+
\section{Changes in graphicsutils version 1.1-2}{
88
\itemize{
99
\item Addition of R functions:
1010
\itemize{

0 commit comments

Comments
 (0)