This repository was archived by the owner on Jun 22, 2021. It is now read-only.
Commit bbf0eba
committed
Fix Rprofile.site to point to correct mirror
Earlier, interactive use of R somehow wasn't loading
appropriate instructions on setting CRAN from Rprofile.site,
resulting (partially) in errors like this:
berkeley-dsep-infra/datahub#2255 (comment)
My informed guess is that the `local{}` was scoping the effects,
so it worked during build but not during interactive use.
Removing that seems to make it work for both.
Inspired by toolforge/paws#621 parent 4054744 commit bbf0eba
File tree
2 files changed
+20
-12
lines changed- deployments
- biology/image
- datahub/images/default
2 files changed
+20
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments