-
Notifications
You must be signed in to change notification settings - Fork 29
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
added copy export, to fix #171 #190
base: master
Are you sure you want to change the base?
Changes from 3 commits
5ab8f59
6c1891b
db58b01
0d19711
f245b98
8386bbc
a8042f0
d6f4691
81680d5
4a12c25
c28e12b
2b48c0c
3573184
31cf167
86255b4
2af23e3
ba4daa6
a76cdd3
235f09f
8527cb5
21ff490
8822aff
0f7aaf4
31175cf
ab2e804
e27a175
5bd7c4f
e5c11df
04731e9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ df <- dockerfile(from = info) | |
A shortcut to this is provided with the function `containerit::clean_session(..)`: | ||
|
||
```{r bioc_dockerfile_clean_session, results='hide'} | ||
containerit::clean_session(expr = quote(library("BiocGenerics"))) | ||
containerit::clean_session(expr = c(quote(library("BiocGenerics")))) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The first still should work (hence the fix above), but figured the vignette should show the "right" way to do it. |
||
``` | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relevant news on deprecation: https://cran.r-project.org/web/packages/units/news/news.html