Skip to content

Commit 3e48cf9

Browse files
committed
Update function name
1 parent a1d9bd5 commit 3e48cf9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_pkgdown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ template:
1313
twitter:
1414
creator: "@"
1515
card: summary_large_image
16-
16+
1717
navbar:
1818
structure:
1919
left: [intro, reference, articles, tutorials, news]
@@ -98,7 +98,7 @@ reference:
9898
desc: "Helper functions for working with Docker environments"
9999
contents:
100100
- determine_package_manager
101-
- determine_os
101+
- determine_linux_distribution
102102
- map_to_sysreqs_platform
103103
- generate_pkg_install_cmd
104104

@@ -123,4 +123,4 @@ home:
123123
href: https://docs.docker.com/build/concepts/context/#dockerignore-files
124124

125125
development:
126-
mode: auto
126+
mode: auto

vignettes/making-a-dockitect-dockerfile-into-a-running-container.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ docker build -t r-interactive .
196196
docker run -it -v $(pwd):/app r-interactive R
197197
```
198198

199-
This gives you an interactive R session with all your packages pre-installed, and your current directory mounted so you can access your files.
199+
This gives you an interactive R session with all your packages pre-installed,
200+
and your current directory mounted so you can access your files.
200201

201202
## Troubleshooting Common Issues
202203

0 commit comments

Comments
 (0)