Skip to content

Commit

Permalink
Merge pull request #165 from nuest/master
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
nuest authored Aug 20, 2019
2 parents e8a9924 + f48dfd3 commit d839c71
Show file tree
Hide file tree
Showing 85 changed files with 215 additions and 172 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: containerit
Title: Package R in Docker Containers
Version: 0.5.0
Version: 0.6.0
Authors@R:
c(person(given = "Daniel",
family = "Nuest",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# containerit 0.6.0 (2019-08-20)

* 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)

# containerit 0.5.0 (2019-07-19)

* Initial release with support for creating a Dockerfile from sessionInfos (objects, stored in files) and installing packages from CRAN, Bioconductor, and GitHub
Expand Down
7 changes: 4 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"identifier": "containerit",
"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>).",
"name": "containerit: Package R in Docker Containers",
"codeRepository": "https://o2r.info/containerit/",
"codeRepository": "https://github.com/o2r-project/containerit/",
"relatedLink": "https://o2r.info/containerit/",
"issueTracker": "https://github.com/o2r-project/containerit/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.5.0",
Expand Down Expand Up @@ -572,6 +573,7 @@
"sameAs": "https://CRAN.R-project.org/package=versions"
}
],
"keywords": ["docker", "reproducible-research", "reproducible-science", "r", "dockerfile"],
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -592,8 +594,7 @@
}
],
"name": "containerit: Package R in Docker Containers",
"url": "https://o2r.info/containerit/",
"description": "R package version 0.5.0"
"description": "https://o2r.info/containerit/,\nhttps://github.com/o2r-project/containerit/"
}
]
}
2 changes: 1 addition & 1 deletion docs/CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 31 additions & 31 deletions docs/articles/basic.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/articles/bioconductor.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 34 additions & 7 deletions docs/articles/container.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d839c71

Please sign in to comment.