Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.6.0 #165

Merged
merged 3 commits into from
Aug 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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