Skip to content

Commit f19a57f

Browse files
author
Kevin Cazelles
committed
version 1.4.0 🔖
1 parent a879293 commit f19a57f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: graphicsutils
22
Type: Package
33
Title: Collection of graphics utilities
4-
Version: 1.3.0-9000
4+
Version: 1.4.0
55
Date: 2019-08-16
66
Authors@R: c(
77
person("Kevin", "Cazelles", role = c("aut", "cre"), email = "kcazelle@uoguelph.ca", comment = c(ORCID = "0000-0001-6619-9874")),

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ The easiest way to install `graphicsutils` is to use the
3636
[*devtools*](http://cran.r-project.org/web/packages/devtools/index.html)
3737
(or [*githubinstall*](http://cran.r-project.org/web/packages/githubinstall/index.html))package:
3838

39-
install.packages("devtools")
40-
devtools::install_github("inSileco/graphicsutils")
39+
install.packages("remotes")
40+
remotes::install_github("inSileco/graphicsutils")
4141

4242
Then, load it:
4343

inst/NEWS.Rd

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

6-
\section{Changes in graphicsutils version 1.3.0-9000}{
6+
\section{Changes in graphicsutils version 1.4.0}{
77
\itemize{
88
\item Addition of new features:
99
\itemize{

0 commit comments

Comments
 (0)