From d27520fed8e282ea9c234e8b6c21e5a5b42b23a1 Mon Sep 17 00:00:00 2001 From: cristinamullin <46969696+cristinamullin@users.noreply.github.com> Date: Thu, 2 May 2024 13:14:48 -0400 Subject: [PATCH] remove full path --- demos/Harmonize_Pensacola.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/Harmonize_Pensacola.Rmd b/demos/Harmonize_Pensacola.Rmd index cf87051..b33d16e 100644 --- a/demos/Harmonize_Pensacola.Rmd +++ b/demos/Harmonize_Pensacola.Rmd @@ -107,7 +107,7 @@ However, you may still need to specify the location. If needed, update the code ```{r, results = 'hide'} # update the 'dir' in this chuck to specify the location of conda.exe on your computer # Note that the environment name may need to include the full path (e.g. "C:/Users/USERNAME/AppData/Local/miniforge3/Scripts/conda.exe") -options(reticulate.conda_binary = "C:/Users/CMULLI01/AppData/Local/miniforge3/Scripts/conda.exe") +options(reticulate.conda_binary = "~/AppData/Local/miniforge3/Scripts/conda.exe") ``` Next, update the code chunk below to create a new Python environment in the envs @@ -115,7 +115,7 @@ folder on your computer called "wq_harmonize". ```{r, results = 'hide'} # Note that the environment name may need to include the full path (e.g. "C:/Users/USERNAME/AppData/Local/miniforge3/envs/wq_harmonize") -reticulate::conda_create("C:/Users/CMULLI01/AppData/Local/miniforge3/envs/wq_harmonize") +reticulate::conda_create("~/AppData/Local/miniforge3/envs/wq_harmonize") ``` Install the following python and R packages to the newly created