From 814ed28f55fddb8ddfb9ae5cab3f9388c86ad826 Mon Sep 17 00:00:00 2001 From: elviss dvinskis Date: Tue, 22 Aug 2023 11:12:25 +0200 Subject: [PATCH] Update README.Rmd --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 5d8bbaf..a32d869 100644 --- a/README.Rmd +++ b/README.Rmd @@ -118,7 +118,7 @@ set_python_env(x = "rmidas", type = "conda") 1. [`vignette("imputation_demo", "rMIDAS")`](https://github.com/MIDASverse/rMIDAS/blob/master/vignettes/imputation_demo.md) demonstrates the basic workflow and capacities of **rMIDAS** 2. [`vignette("custom_python_versions", "rMIDAS")`](https://github.com/MIDASverse/rMIDAS/blob/master/vignettes/custom_python_versions.md) provides detailed guidance on configuring Python binaries and environments, including some troubleshooting tips -3. [`vignette("use_server", "rMIDAS")`](https://github.com/MIDASverse/rMIDAS/blob/master/vignettes/use_server.md) provides guidance for running **rMIDAS** in headless mode +3. [`vignette("use_server", "rMIDAS")`](https://github.com/MIDASverse/rMIDAS/blob/master/vignettes/use-server.md) provides guidance for running **rMIDAS** in headless mode An additional example that showcases rMIDAS core functionalities can be found [here](https://github.com/MIDASverse/rMIDAS/blob/master/examples/rmidas_demo.md).