Skip to content

Commit f92c30a

Browse files
committed
Update README
1 parent b8cb4a5 commit f92c30a

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

README.Rmd

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# rang <img src="man/figures/rang_logo.svg" align="right" height="200" />
16+
# rang <img src="man/figures/rang_logo.png" align="right" width = "120" />
1717

1818
<!-- badges: start -->
1919
[![R-CMD-check](https://github.com/gesistsa/rang/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/gesistsa/rang/actions/workflows/R-CMD-check.yaml)
@@ -303,10 +303,19 @@ If you run the container using `apptainer exec` command, you will have to kill t
303303
`rang` can still be used to recreate computational environments for R < 3.1.0. The Dockerfile generated is based on Debian Lenny (5.0) and the requested version of R is compiled from source. As of writing, this method works for R < 3.1.0 but not R < 1.3.1. The `image` parameter is ignored in this case.
304304

305305
```r
306-
rang_rio <- resolve("rio", snapshot_date = "2013-08-28") ## R 3.0.1
306+
rang_rio <- resolve("rio", snapshot_date = "2013-08-30") ## R 3.0.1
307307
dockerize(rang_rio, output_dir = "~/old_renviron")
308308
```
309309

310+
## `evercran` support (experimental)
311+
312+
`rang` supports [evercran](https://github.com/r-hub/evercran). As of writing, the support is still experimental (just like `evercran` itself). In the future, `evercran` will replace the Debian method.
313+
314+
```r
315+
rang_rio <- resolve("rio", snapshot_date = "2013-08-30") ## R 3.0.1
316+
dockerize(rang_rio, output_dir = "~/old_renviron", method = "evercran")
317+
```
318+
310319
## Acknowledgment
311320

312321
The logo of rang is a remix of [this](https://commons.wikimedia.org/wiki/File:Flag_of_the_Canary_Islands.svg) public domain image. The two dogs should be *Presa Canario*, the native dog breed on the islands of Gran Canaria and Tenerife.

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# rang <img src="man/figures/rang_logo.svg" align="right" height="200" />
4+
# rang <img src="man/figures/rang_logo.png" align="right" width = "120" />
55

66
<!-- badges: start -->
77

@@ -342,10 +342,21 @@ method works for R \< 3.1.0 but not R \< 1.3.1. The `image` parameter is
342342
ignored in this case.
343343

344344
``` r
345-
rang_rio <- resolve("rio", snapshot_date = "2013-08-28") ## R 3.0.1
345+
rang_rio <- resolve("rio", snapshot_date = "2013-08-30") ## R 3.0.1
346346
dockerize(rang_rio, output_dir = "~/old_renviron")
347347
```
348348

349+
## `evercran` support (experimental)
350+
351+
`rang` supports [evercran](https://github.com/r-hub/evercran). As of
352+
writing, the support is still experimental (just like `evercran`
353+
itself). In the future, `evercran` will replace the Debian method.
354+
355+
``` r
356+
rang_rio <- resolve("rio", snapshot_date = "2013-08-30") ## R 3.0.1
357+
dockerize(rang_rio, output_dir = "~/old_renviron", method = "evercran")
358+
```
359+
349360
## Acknowledgment
350361

351362
The logo of rang is a remix of

man/figures/rang_logo.png

27.9 KB
Loading

0 commit comments

Comments
 (0)