-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version, update cran comments.
Also, fix codemeta metadata file.
- Loading branch information
Showing
5 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: codyn | ||
Title: Community Dynamics Metrics | ||
Version: 2.0.3.9001 | ||
Version: 2.0.4 | ||
Authors@R: c(person("Lauren", "Hallett", email="[email protected]", role=c("aut")), | ||
person("Meghan L.", "Avolio", email="[email protected]", role=c("aut")), | ||
person("Ian T.", "Carroll", email="[email protected]", role=c("aut")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Start with the rstudio daily image, which is built on a daily R build snapshot | ||
FROM rocker/verse:devel | ||
FROM rocker/r-devel | ||
MAINTAINER Matt Jones [email protected] | ||
|
||
RUN apt-get update && apt-get install -y xvfb xauth xfonts-base | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Start with the ropensci image, and put our check code inline | ||
FROM rocker/verse | ||
FROM rocker/verse:3.6.3 | ||
MAINTAINER Matt Jones [email protected] | ||
|
||
RUN apt-get update && apt-get install -y xvfb xauth xfonts-base | ||
|