Skip to content

Commit d839c71

Browse files
authored
Merge pull request #165 from nuest/master
Release 0.6.0
2 parents e8a9924 + f48dfd3 commit d839c71

File tree

85 files changed

+215
-172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+215
-172
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: containerit
33
Title: Package R in Docker Containers
4-
Version: 0.5.0
4+
Version: 0.6.0
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Nuest",

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# containerit 0.6.0 (2019-08-20)
2+
3+
* Review feedback from JOSS, see https://github.com/openjournals/joss-reviews/issues/1603 (paper improvements, include quick instructions, harden tests when crandeps.r-pkg.org is not available, add CONTRIBUTING.md, improve pkgdown site)
4+
15
# containerit 0.5.0 (2019-07-19)
26

37
* Initial release with support for creating a Dockerfile from sessionInfos (objects, stored in files) and installing packages from CRAN, Bioconductor, and GitHub

codemeta.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"identifier": "containerit",
55
"description": "Package R sessions, scripts, workspace directories, and R\n Markdown documents together with all dependencies to execute them in\n Docker containers. This package is supported by the project Opening\n Reproducible Research (<https://o2r.info>).",
66
"name": "containerit: Package R in Docker Containers",
7-
"codeRepository": "https://o2r.info/containerit/",
7+
"codeRepository": "https://github.com/o2r-project/containerit/",
8+
"relatedLink": "https://o2r.info/containerit/",
89
"issueTracker": "https://github.com/o2r-project/containerit/issues",
910
"license": "https://spdx.org/licenses/GPL-3.0",
1011
"version": "0.5.0",
@@ -572,6 +573,7 @@
572573
"sameAs": "https://CRAN.R-project.org/package=versions"
573574
}
574575
],
576+
"keywords": ["docker", "reproducible-research", "reproducible-science", "r", "dockerfile"],
575577
"citation": [
576578
{
577579
"@type": "SoftwareSourceCode",
@@ -592,8 +594,7 @@
592594
}
593595
],
594596
"name": "containerit: Package R in Docker Containers",
595-
"url": "https://o2r.info/containerit/",
596-
"description": "R package version 0.5.0"
597+
"description": "https://o2r.info/containerit/,\nhttps://github.com/o2r-project/containerit/"
597598
}
598599
]
599600
}

docs/CONDUCT.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/basic.html

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/bioconductor.html

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/container.html

+34-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)