Skip to content

added copy export, to fix #171#190

Open
muschellij2 wants to merge 29 commits intoo2r-project:masterfrom
muschellij2:master
Open

added copy export, to fix #171#190
muschellij2 wants to merge 29 commits intoo2r-project:masterfrom
muschellij2:master

Conversation

@muschellij2
Copy link
Copy Markdown

Simply added example and copy export, to fix #171

```{r}
library(units)
gallon = make_unit("gallon")
gallon = as_units("gallon")
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


```{r bioc_dockerfile_clean_session, results='hide'}
containerit::clean_session(expr = quote(library("BiocGenerics")))
containerit::clean_session(expr = c(quote(library("BiocGenerics"))))
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The 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.

@muschellij2
Copy link
Copy Markdown
Author

Some failures seem due to new sysreqs coming into play https://ci.appveyor.com/project/nuest/containerit-rrvpq/builds/41103797#L1538

@muschellij2
Copy link
Copy Markdown
Author

@muschellij2
Copy link
Copy Markdown
Author

This also has the enhancement of sysreqs to fixing #193

@muschellij2
Copy link
Copy Markdown
Author

I've also added output for Add and Env in my version.

Comment thread R/package-installation-methods.R
@muschellij2
Copy link
Copy Markdown
Author

I think we're goign to simply move forward in our work with these changes and rely on my version. Let me know if, in the future, there's anything I can do to incorporate this into the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom COPY additions not exported

2 participants