<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>WURclient | Maikel P.H. Verouden, Ph.D.</title>
    <link>https://www.verouden.net/category/wurclient/</link>
      <atom:link href="https://www.verouden.net/category/wurclient/index.xml" rel="self" type="application/rss+xml" />
    <description>WURclient</description>
    <generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><copyright>© 2018--2026 Maikel P.H. Verouden</copyright><lastBuildDate>Sun, 27 Aug 2023 16:19:00 +0200</lastBuildDate>
    <image>
      <url>https://www.verouden.net/media/icon_huad10df73939ac9e293fe617f41f10a9f_9032_512x512_fill_lanczos_center_3.png</url>
      <title>WURclient</title>
      <link>https://www.verouden.net/category/wurclient/</link>
    </image>
    
    <item>
      <title>RStan installation on a Windows 10/11 or a WURclient computer</title>
      <link>https://www.verouden.net/post/2023/08/27/rstan-installation/</link>
      <pubDate>Sun, 27 Aug 2023 16:19:00 +0200</pubDate>
      <guid>https://www.verouden.net/post/2023/08/27/rstan-installation/</guid>
      <description>&lt;details class=&#34;toc-inpage d-print-none  &#34; open&gt;
  &lt;summary class=&#34;font-weight-bold&#34;&gt;Table of Contents&lt;/summary&gt;
  &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;Motivation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#requirements-for-rstan-installation&#34;&gt;Requirements for RStan installation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#installation&#34;&gt;Installation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#verifying-the-rstan-installation&#34;&gt;Verifying the RStan installation&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#failed-with-error-there-is-no-package-called-rstudioapi&#34;&gt;Failed with error: &amp;rsquo;there is no package called &amp;lsquo;rstudioapi&amp;rsquo;&#39;&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#loading-the-package&#34;&gt;Loading the package&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#installing-the-brms-package&#34;&gt;Installing the &lt;strong&gt;&lt;code&gt;brms&lt;/code&gt;&lt;/strong&gt; package&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
&lt;/details&gt;
&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;
&lt;p&gt;Whether working or studying everybody uses various sorts and types of software on their computer. Students taking &lt;a href=&#34;https://www.wur.nl/en/Research-Results/Research-Institutes/plant-research/biometris/Education/BSc-and-Master-Courses.htm&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Statistical Courses, as taught by the Mathematical and Statistical Methods group at Wageningen University &amp;amp; Research&lt;/a&gt;, will most likely use R. Students enrolled in &lt;a href=&#34;https://wur.osiris-student.nl/#/onderwijscatalogus/extern/cursus?cursuscode=MAT34806&amp;amp;collegejaar=huidig&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;MAT34806 Bayesian Data Analysis&lt;/a&gt; will use RStan as well as basic R. Therefore, they will need to install RStan.&lt;/p&gt;
&lt;p&gt;RStan is an implementation of &lt;a href=&#34;https://mc-stan.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Stan&lt;/a&gt; in &lt;a href=&#34;https://www.r-project.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;R&lt;/a&gt;. Stan is a state-of-the-art platform for statistical modeling and high-performance statistical computation. Thousands of users rely on Stan for statistical modeling, data analysis, and prediction in the social, biological, and physical sciences, engineering, and business.&lt;/p&gt;
&lt;p&gt;Users specify log density functions in Stan’s probabilistic programming language and get:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;full Bayesian statistical inference with MCMC sampling (NUTS, HMC)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;approximate Bayesian inference with variational inference (ADVI)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;penalized maximum likelihood estimation with optimization (L-BFGS)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Stan’s math library provides differentiable probability functions &amp;amp; linear algebra (C++ autodiff). Additional R packages provide expression-based linear modeling, posterior visualization, and leave-one-out cross-validation.&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    This post will show how to install Rtools on a &lt;strong&gt;privately owned&lt;/strong&gt; computer running Windows 10/11, or a &lt;strong&gt;WURclient&lt;/strong&gt; desktop or laptop computer.
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;requirements-for-rstan-installation&#34;&gt;Requirements for RStan installation&lt;/h2&gt;
&lt;p&gt;Prior requirements for installing RStan:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; R properly installed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;a href=&#34;https://www.verouden.net/post/2020/04/06/r-installation-windows-10/&#34;&gt;R installed on Windows 10/11&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; R installed on a WURclient via Software Center, or&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;a href=&#34;https://www.verouden.net/post/2021/01/24/r-installation-wurclient/&#34;&gt;R installed on a WURclient using a custom installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;a href=&#34;https://www.verouden.net/post/2022/07/05/rtools-installation/&#34;&gt;Rtools installed on a Windows 10/11 or a WURclient computer&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Without having R and Rtools installed on your desktop or laptop computer, it makes no sense to try to install RStan. RStan needs to be able to compile from source within R, making R and Rtools indispensable.&lt;/p&gt;
&lt;p&gt;Not required, however, highly recommended:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; RStudio installed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;a href=&#34;https://www.verouden.net/post/2020/04/13/rstudio-installation-on-windows-10/&#34;&gt;RStudio installed on Windows 10/11&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; RStudio installed on a WURclient via Software Center, or&lt;/li&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;a href=&#34;https://www.verouden.net/post/2021/06/17/rstudio-installation-wurclient/&#34;&gt;RStudio installed on a WURclient using a custom installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;p&gt;The RStan installation, described here, assumes usage of &lt;strong&gt;R version 4.2.x or above&lt;/strong&gt;. It uses the latest versions of the &lt;a href=&#34;https://cran.r-project.org/web/packages/rstan/index.html&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;rstan&lt;/strong&gt;&lt;/a&gt; and  &lt;a href=&#34;https://cran.r-project.org/web/packages/StanHeaders/index.html&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;StanHeaders&lt;/strong&gt;&lt;/a&gt; packages available on CRAN.&lt;!--It uses the latest development version (v2.32.x) of the RStan package, because of incompatibility of the current RStan package on CRAN (v2.21.x) for R versions above v4.2.x, as mentioned on [The Stan Blog: Stan &amp; R 4.2 on Windows](https://blog.mc-stan.org/2022/04/26/stan-r-4-2-on-windows/).--&gt;&lt;/p&gt;
&lt;p&gt;To install RStan:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Start either &lt;strong&gt;RStudio&lt;/strong&gt;, or the default &lt;strong&gt;R GUI&lt;/strong&gt;. RStudio being the recommended interface!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Remove, if present, the existing installation of the packages &lt;code&gt;StanHeaders&lt;/code&gt; and &lt;code&gt;rstan&lt;/code&gt; by executing at the R prompt:&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;remove.packages&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;pkgs&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;c&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;StanHeaders&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;rstan&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Install the latest on CRAN available version of &lt;code&gt;StanHeaders&lt;/code&gt; and &lt;code&gt;rstan&lt;/code&gt; by executing at the R prompt:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;install.packages&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;pkgs&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;c&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;StanHeaders&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;rstan&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;),&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                &lt;span class=&#34;n&#34;&gt;repos&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;c&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;https://cloud.r-project.org&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                &lt;span class=&#34;nf&#34;&gt;getOption&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;repos&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)))&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;!--
3. Install the latest development version of `StanHeaders` and `rstan` by executing at the R prompt:

```r
install.packages(pkgs = c(&#34;StanHeaders&#34;,&#34;rstan&#34;),
                repos = c(&#34;https://mc-stan.org/r-packages/&#34;,
                getOption(&#34;repos&#34;)))
```

--&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Congratulations, &amp;#x1f606;, you now have RStan installed on your personal Windows 10/11 or WURclient computer!
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;verifying-the-rstan-installation&#34;&gt;Verifying the RStan installation&lt;/h2&gt;
&lt;p&gt;To verify the RStan installation run the RStan example/test model at the R prompt:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Load the RStan library&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;library&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;rstan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Start up settings&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;options&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;mc.cores&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;parallel&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;detectCores&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;())&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;rstan_options&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;auto_write&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;TRUE&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;rstan_options&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;threads_per_chain&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;m&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# Run example&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;example&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;stan_model&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;package&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;rstan&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;run.dontrun&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;TRUE&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The model should then compile and sample.&lt;/p&gt;
&lt;p&gt;If the example model fails with the error:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;Error&lt;/span&gt; &lt;span class=&#34;kr&#34;&gt;in&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;compileCode&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;code&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;language&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;language&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;verbose&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;verbose&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;:&lt;/span&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;n&#34;&gt;C&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;\rtools43\x86_64&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;w64&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;mingw32.static.posix\bin&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ld.exe&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;file327c377a3dae.o&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;file327c377a3dae.cpp&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;.text&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;$&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;_ZN3tbb8internal26task_scheduler_observer_v3D0Ev[_ZN3tbb8internal26task_scheduler_observer_v3D0Ev]&lt;/span&gt;&lt;span class=&#34;m&#34;&gt;+0&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x1d&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;undefined&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;reference&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;to&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;`tbb::internal::task_scheduler_observer_v3::observe(bool)&amp;#39;C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file327c377a3dae.o:file327c377a3dae.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x1d): undefined reference to `tbb&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;internal&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;task_scheduler_observer_v3&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;observe&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;bool&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#39;C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file327c377a3dae.o:file327c377a3dae.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x3a): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)&amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;C&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;\rtools42\x86_64&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;w64&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;mingw32.static.posix\bin&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ld.exe&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;file327c377a3dae.o&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;file327c377a3dae.cpp&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;.text&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;$&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;_ZN3tbb10interface&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;Error&lt;/span&gt; &lt;span class=&#34;kr&#34;&gt;in&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;sink&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;type&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;output&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;invalid&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;connection&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Verify that the packages &lt;code&gt;StanHeaders&lt;/code&gt; and &lt;code&gt;rstan&lt;/code&gt; installed are of version 2.32.x or above. Executing the following commands will show the installed versions:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;packageVersion&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;pkg&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;StanHeaders&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;packageVersion&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;pkg&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;rstan&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;When the installed versions are lower than version 2.32.x, then repeat steps 2. and 3. as described in the section &lt;a href=&#34;#installation&#34;&gt;Installation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;failed-with-error-there-is-no-package-called-rstudioapi&#34;&gt;Failed with error: &amp;rsquo;there is no package called &amp;lsquo;rstudioapi&amp;rsquo;&#39;&lt;/h3&gt;
&lt;p&gt;When the verification of the Rstan installation fails with:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Loading required namespace: rstudioapi
Failed with error:  ‘there is no package called ‘rstudioapi’’
Error in .local(object, ...) : 
  must install the rstudioapi package when using RStan in parallel via RStudio
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The last line tells exactly what to do to fix the problem. Install the &lt;code&gt;rstudioapi&lt;/code&gt; package using:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;install.packages&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;rstudioapi&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Retry to verify the RStan installation as describe above. Now it should work!&lt;/p&gt;
&lt;h2 id=&#34;loading-the-package&#34;&gt;Loading the package&lt;/h2&gt;
&lt;p&gt;The package name is &lt;code&gt;rstan&lt;/code&gt; (all lowercase), to load the package execute:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;library&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;rstan&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# observe startup messages&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;As the start up message says, when using &lt;code&gt;rstan&lt;/code&gt; locally on a multi-core machine and the system has plenty of RAM to estimate the model in parallel, at this point execute at the R prompt:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;options&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;mc.cores&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;parallel&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;detectCores&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;())&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;In addition, execute the second start up message at the R prompt:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;rstan_options&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;auto_write&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;TRUE&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;which allows to automatically save a bare version of a compiled Stan program to the hard disk so that it does not need to be recompiled (unless after changing the program). These commands will need to be run, each time the &lt;code&gt;rstan&lt;/code&gt; library is loaded load in R.&lt;/p&gt;
&lt;p&gt;Finally, when using Windows as operating system, there will be a third startup message saying &lt;strong&gt;not&lt;/strong&gt; to use &lt;code&gt;--march=native&lt;/code&gt; compiler flag. This warning can be ignored, if the steps above have been followed and a &lt;code&gt;Makevars.win&lt;/code&gt; file on your system does not contain this flag. When the file name &lt;code&gt;Makevars.win&lt;/code&gt; does not ring any bells, this probably means it doesn&amp;rsquo;t exist in your system.&lt;/p&gt;
&lt;h2 id=&#34;installing-the-brms-package&#34;&gt;Installing the &lt;strong&gt;&lt;code&gt;brms&lt;/code&gt;&lt;/strong&gt; package&lt;/h2&gt;
&lt;p&gt;In the course &lt;a href=&#34;https://wur.osiris-student.nl/#/onderwijscatalogus/extern/cursus?cursuscode=MAT34806&amp;amp;collegejaar=huidig&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;MAT34806 Bayesian Data Analysis&lt;/a&gt; the &lt;code&gt;brms&lt;/code&gt; package will be used. This package extends RStan for Bayesian regression modeling. The package abbreviation &lt;code&gt;brms&lt;/code&gt; stands for Bayesian Regression Models using &amp;lsquo;Stan&amp;rsquo;.&lt;/p&gt;
&lt;p&gt;When the installation of RStan has been completed successfully, install the &lt;code&gt;brms&lt;/code&gt; package by executing at the R prompt the following command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;install.packages&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;pkgs&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;brms&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title>Custom Anaconda installation on a WURclient computer</title>
      <link>https://www.verouden.net/post/2022/11/03/anaconda-installation-wurclient/</link>
      <pubDate>Thu, 03 Nov 2022 00:00:00 +0000</pubDate>
      <guid>https://www.verouden.net/post/2022/11/03/anaconda-installation-wurclient/</guid>
      <description>&lt;details class=&#34;toc-inpage d-print-none  &#34; open&gt;
  &lt;summary class=&#34;font-weight-bold&#34;&gt;Table of Contents&lt;/summary&gt;
  &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;Motivation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#prerequisite&#34;&gt;Prerequisite&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#uninstall-a-previously-installed-anaconda-python-version&#34;&gt;Uninstall a previously installed Anaconda Python version&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#installed-from-software-center&#34;&gt;Installed from Software Center&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#installed-previously-as-a-custom-installation&#34;&gt;Installed previously as a custom installation&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#custom-anaconda-installation&#34;&gt;Custom Anaconda installation&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#download&#34;&gt;Download&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#installation&#34;&gt;Installation&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#configuration-anaconda3&#34;&gt;Configuration Anaconda3&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#changing-the-default-startup-working-directory&#34;&gt;Changing the Default Startup Working Directory&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#upgrading-anaconda-navigator-anaconda3&#34;&gt;Upgrading Anaconda Navigator (Anaconda3)&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#add-a-r-kernel&#34;&gt;Add a R kernel&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#add-a-julia-kernel&#34;&gt;Add a Julia kernel&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
&lt;/details&gt;
&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;
&lt;p&gt;A WURclient desktop or laptop at Wageningen University &amp;amp; Research is not a standard Windows 11 computer. WURclients use Windows 11 Enterprise, which has been modified by Facilities and Services Information Technology (FB-IT) among others with respect to installation rights for security reasons.&lt;/p&gt;
&lt;p&gt;Classic WURclient desktops and laptops at Wageningen University &amp;amp; Research can install RStudio from the Software Center created by the IT department, which is launched by clicking on Start and selecting the &amp;ldquo;Software Center&amp;rdquo; tile. Modern WURclient desktops and laptops use the &amp;ldquo;WURAppStore&amp;rdquo; instead. The available version of Anaconda Python (Anaconda3) in Software Center is &lt;code&gt;Anaconda Python 2025.06-0&lt;/code&gt;, whereas in the WURAppStore it is named &lt;code&gt;Anaconda3 2025.06-0&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This version of Anaconda Python was packaged for educational purposes. Only once per year a new version of Anaconda Python is released in Software Center (for Classic WURclients) and WURAppStore (for Modern WURclients, and course software for students).&lt;/p&gt;
&lt;p&gt;Many users, however, would like to use a newer version of Anaconda Python than the one in Software Center. At the moment of writing this post the latest version of Anaconda Python released on the &lt;a href=&#34;https://repo.anaconda.com/archive/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Anaconda Repository Archive&lt;/a&gt; is Anaconda3 version 2022.10 containing Python 3.9.13 (released on 2022-10-17). The post has been updated, with the exception of the screenshots, to Anaconda3 version &lt;code&gt;2025.06-1&lt;/code&gt; containing Python 3.13.5 (released 2025-07-18).&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    This post will show how to custom install Anaconda Python on a &lt;strong&gt;WURclient&lt;/strong&gt; desktop or laptop computer without using Software Center.
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    The installation instructions in this post are &lt;u&gt;&lt;strong&gt;not to be used on privately owned desktops or laptops&lt;/strong&gt;&lt;/u&gt;! For a privately owned desktop or laptop see the post: &lt;a href=&#34;https://www.verouden.net/post/2022/11/06/anaconda-installation-windows-10-11/&#34;&gt;Anaconda installation on Windows 10/11&lt;/a&gt;.
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;prerequisite&#34;&gt;Prerequisite&lt;/h2&gt;
&lt;p&gt;To be able to perform a custom installation of R you need to have &lt;u&gt;&lt;strong&gt;POWER USER RIGHTS&lt;/strong&gt;&lt;/u&gt; on the WURclient desktop or laptop.&lt;/p&gt;
&lt;p&gt;To see whether you possess these rights, right-click any icon (except Recycle Bin or WUR HELP) on the desktop. When the opened menu contains the option &amp;lsquo;WUR - Run with administrative rights&amp;rsquo; (seventh or eighth from the top), it means you have power user rights on that particular desktop or laptop.&lt;/p&gt;
&lt;h2 id=&#34;uninstall-a-previously-installed-anaconda-python-version&#34;&gt;Uninstall a previously installed Anaconda Python version&lt;/h2&gt;
&lt;p&gt;Before performing a new custom installation of Anaconda it is recommended to uninstall a previously installed version.&lt;/p&gt;
&lt;p&gt;Here two procedures are described, follow the one that fits your needs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#installed-from-software-center&#34;&gt;Installed from Software Center&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#installed-previously-as-a-custom-installation&#34;&gt;Installed previously as a custom installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In case you have no version of Anaconda installed on your WURclient desktop or laptop you can proceed to the section &lt;a href=&#34;#custom-anaconda-installation&#34;&gt;Custom Anaconda installation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;installed-from-software-center&#34;&gt;Installed from Software Center&lt;/h3&gt;
&lt;p&gt;If you previously installed Anaconda Python from Software Center, then to remove Anaconda Python reopen the Software Center by clicking on Start and next click on the Software Center tile. If for some reason you lack this tile in your start menu, just type &amp;lsquo;Software Center&amp;rsquo; and it will appear in a search results window in your Windows task bar.&lt;/p&gt;
&lt;p&gt;In the left column of Software Center navigate to &amp;ldquo;Installation Status&amp;rdquo;. Select the installed Anaconda Python version and click on the green button bearing the text &amp;ldquo;Uninstall&amp;rdquo;. This will start the removal of the software. You will be informed by the Software Center, when the software has been uninstalled.&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;If you have not installed another version of Anaconda Python, either via Software Center or via a custom installation, your computer should now be lacking a functioning Anaconda Python installation. Continue with the section &lt;a href=&#34;#custom-anaconda-installation&#34;&gt;Custom Anaconda installation&lt;/a&gt; to perform a new custom installation of Anaconda.&lt;/p&gt;
&lt;p&gt;When you do still have a working Anaconda Python installation on your WURclient computer, return to &lt;a href=&#34;#uninstall-a-previously-installed-anaconda-python-version&#34;&gt;Uninstall a previously installed Anaconda version&lt;/a&gt; and follow the procedure applicable to your situation.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;installed-previously-as-a-custom-installation&#34;&gt;Installed previously as a custom installation&lt;/h3&gt;
&lt;p&gt;Let&amp;rsquo;s assume you previously installed Anaconda3 version 2021.11 on a WURclient computer (either a desktop or laptop) by following the steps for a custom installation of Anaconda as described in this post. For a newer version of Anaconda the steps are the same, but names of folders may differ.&lt;/p&gt;
&lt;p&gt;To uninstall Anaconda perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open a File Explorer and navigate to the folder &lt;code&gt;C:\MyPrograms\Anaconda3&lt;/code&gt;. Right-click the file &lt;code&gt;Uninstall-Anaconda3.exe&lt;/code&gt; and select &amp;lsquo;WUR - Run with administrative rights&amp;rsquo; as displayed in &lt;a href=&#34;#figure-explorer_uninstall_anaconda&#34;&gt;Figure 1&lt;/a&gt; below.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-explorer_uninstall_anaconda&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Uninstall Custom Anaconda Installation from File Explorer.&#34; srcset=&#34;
               /media/anaconda-wurclient/1-uninstall-anaconda_hu3bd2061bc70fab4a28a211ea258142c1_364372_247f65905b2770d561ef2b8c54f01142.webp 400w,
               /media/anaconda-wurclient/1-uninstall-anaconda_hu3bd2061bc70fab4a28a211ea258142c1_364372_bf36b7af834ee1a8bc7daec8d459751a.webp 760w,
               /media/anaconda-wurclient/1-uninstall-anaconda_hu3bd2061bc70fab4a28a211ea258142c1_364372_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/1-uninstall-anaconda_hu3bd2061bc70fab4a28a211ea258142c1_364372_247f65905b2770d561ef2b8c54f01142.webp&#34;
               width=&#34;760&#34;
               height=&#34;474&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Uninstall Custom Anaconda Installation from File Explorer.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;The uninstaller will start as shown below in &lt;a href=&#34;#figure-uninstall_anaconda&#34;&gt;Figure 2&lt;/a&gt;. Click the &amp;lsquo;Next &amp;gt;&amp;rsquo; to proceed.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-uninstall_anaconda&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Welcome to Anaconda3 2021.11 (64-bit) Uninstall Announcement.&#34; srcset=&#34;
               /media/anaconda-wurclient/2-uninstaller-anaconda_hueef29ceddaa9971f96a4f59428e1e8d6_19338_865432ce5a4b0aec273f5654684bc9e8.webp 400w,
               /media/anaconda-wurclient/2-uninstaller-anaconda_hueef29ceddaa9971f96a4f59428e1e8d6_19338_7e7c44b80eb7784aead9de3446fc7c7e.webp 760w,
               /media/anaconda-wurclient/2-uninstaller-anaconda_hueef29ceddaa9971f96a4f59428e1e8d6_19338_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/2-uninstaller-anaconda_hueef29ceddaa9971f96a4f59428e1e8d6_19338_865432ce5a4b0aec273f5654684bc9e8.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Welcome to Anaconda3 2021.11 (64-bit) Uninstall Announcement.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;The uninstaller proceeds to the next screen, as shown in &lt;a href=&#34;#figure-uninstall_anaconda_from&#34;&gt;Figure 3&lt;/a&gt;, displaying the folder from where Anaconda3 will be uninstalled. Click the &amp;lsquo;Uninstall&amp;rsquo; to proceed.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-uninstall_anaconda_from&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Uninstall Anaconda3 2021.11 (64-bit) from specified location.&#34; srcset=&#34;
               /media/anaconda-wurclient/3-uninstall-anaconda-from_hub643296e29fd193afe28bd1772cc0141_11833_5aa4db2f6499b5c192d710e2da3acfc4.webp 400w,
               /media/anaconda-wurclient/3-uninstall-anaconda-from_hub643296e29fd193afe28bd1772cc0141_11833_26a24392aa916dc3f3c0faa896944f92.webp 760w,
               /media/anaconda-wurclient/3-uninstall-anaconda-from_hub643296e29fd193afe28bd1772cc0141_11833_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/3-uninstall-anaconda-from_hub643296e29fd193afe28bd1772cc0141_11833_5aa4db2f6499b5c192d710e2da3acfc4.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Uninstall Anaconda3 2021.11 (64-bit) from specified location.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Once the uninstallation has completed, a message of success will be display as shown below in &lt;a href=&#34;#figure-uninstall_anaconda_success&#34;&gt;Figure 4&lt;/a&gt;. Click the &amp;lsquo;Next &amp;gt;&amp;rsquo; button to continue.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-uninstall_anaconda_success&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Anconda Uninstallation Complete&#34; srcset=&#34;
               /media/anaconda-wurclient/4-successfull-uninstallation-anaconda_hu2aae7f97924636dc6f9a84339ee6f7b1_9550_e78dc40d273c9475dad19052a78b0745.webp 400w,
               /media/anaconda-wurclient/4-successfull-uninstallation-anaconda_hu2aae7f97924636dc6f9a84339ee6f7b1_9550_0c8a2da0426a95704286d1af596094c7.webp 760w,
               /media/anaconda-wurclient/4-successfull-uninstallation-anaconda_hu2aae7f97924636dc6f9a84339ee6f7b1_9550_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/4-successfull-uninstallation-anaconda_hu2aae7f97924636dc6f9a84339ee6f7b1_9550_e78dc40d273c9475dad19052a78b0745.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Anconda Uninstallation Complete
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;To finish off the uninstallation click the &amp;lsquo;Finish&amp;rsquo; button as displayed in &lt;a href=&#34;#figure-finish_uninstall_anaconda&#34;&gt;Figure 5&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-finish_uninstall_anaconda&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Completing Anconda3 2021.11 (64-bit) Uninstall&#34; srcset=&#34;
               /media/anaconda-wurclient/5-finish-uninstall-anaconda_huf72e4a329251eb600882b7b12f0ca078_18628_12aa733a9d7fe5a4fa3eb7e6b78b4a3f.webp 400w,
               /media/anaconda-wurclient/5-finish-uninstall-anaconda_huf72e4a329251eb600882b7b12f0ca078_18628_a70a05dda4552e3824565deaef9d8d75.webp 760w,
               /media/anaconda-wurclient/5-finish-uninstall-anaconda_huf72e4a329251eb600882b7b12f0ca078_18628_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/5-finish-uninstall-anaconda_huf72e4a329251eb600882b7b12f0ca078_18628_12aa733a9d7fe5a4fa3eb7e6b78b4a3f.webp&#34;
               width=&#34;499&#34;
               height=&#34;434&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Completing Anconda3 2021.11 (64-bit) Uninstall
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;If you have not installed another version of Anaconda Python, either via Software Center or via a custom installation, your computer should now be lacking a functioning Anaconda Python installation. Continue with the section &lt;a href=&#34;#custom-anaconda-installation&#34;&gt;Custom Anaconda installation&lt;/a&gt; to perform a new custom installation of Anaconda.&lt;/p&gt;
&lt;p&gt;When you do still have a working Anaconda Python installation on your WURclient computer, return to &lt;a href=&#34;#uninstall-a-previously-installed-anaconda-python-version&#34;&gt;Uninstall a previously installed Anaconda version&lt;/a&gt; and follow the procedure applicable to your situation.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;custom-anaconda-installation&#34;&gt;Custom Anaconda installation&lt;/h2&gt;
&lt;p&gt;To prepare the custom Anaconda installation a couple of folders need to be created prior to the installation of Anaconda. Perform the following steps exactly as described:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Search for the Command Prompt App by typing &lt;code&gt;cmd&lt;/code&gt; in the search field of the Windows task bar.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The left part of the search results will show the Command Prompt App as best match and it will be highlighted in blue. Click on &lt;code&gt;Open file location&lt;/code&gt; (third from the top) in the right part displaying the options for the Command Prompt App.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A File Explorer window will open with the shortcut to Command Prompt highlighted in blue. Right click the Command Prompt shortcut and select &amp;lsquo;WUR - Run with adminstrative rights&amp;rsquo; as shown in &lt;a href=&#34;#figure-explorer_cmd_pusr3&#34;&gt;Figure 6&lt;/a&gt; below.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-explorer_cmd_pusr3&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Run CMD with &amp;#39;WUR administrative rights&amp;#39; from File Explorer.&#34; srcset=&#34;
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_934d0ffdb7ce8f9ce630438d215f5a5c.webp 400w,
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_b767fe9446bf447954591c28b1f1904e.webp 760w,
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_934d0ffdb7ce8f9ce630438d215f5a5c.webp&#34;
               width=&#34;760&#34;
               height=&#34;428&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Run CMD with &amp;lsquo;WUR administrative rights&amp;rsquo; from File Explorer.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;The Command Prompt application will open, as shown in &lt;a href=&#34;#figure-cmd_prompt3&#34;&gt;Figure 7&lt;/a&gt;, on the folder &lt;code&gt;C:\Windows&lt;/code&gt;. The top of the window shows that the Command Prompt application is used in Administrator mode (&lt;strong&gt;&lt;span style=&#34;color:red;&#34;&gt;WARNING:&lt;/span&gt; BE CAREFULL!!&lt;/strong&gt;).&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-cmd_prompt3&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Command Prompt with Adminstrative Rights.&#34; srcset=&#34;
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_d2a46ed200483259f07179d651c8bf88.webp 400w,
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_9b336826b7887638f8c197de0f863e19.webp 760w,
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_d2a46ed200483259f07179d651c8bf88.webp&#34;
               width=&#34;670&#34;
               height=&#34;213&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Command Prompt with Adminstrative Rights.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Create the directory &lt;code&gt;C:\MyPrograms&lt;/code&gt;. In case the directory already exists, the message &lt;code&gt;A subdirectory or file C:\MyPrograms already exists.&lt;/code&gt; will appear. To create the indicated folder copy (CTRL+C), paste (CTRL+V) the following line behind the prompt and press return (Enter) to execute it:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mkdir C:&lt;span class=&#34;se&#34;&gt;\M&lt;/span&gt;yPrograms
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;6&#34;&gt;
&lt;li&gt;Next create the directory &lt;code&gt;C:\MyData&lt;/code&gt;. This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute. In case the directory already exists, the message &lt;code&gt;A subdirectory or file C:\MyData already exists.&lt;/code&gt; will appear.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mkdir C:&lt;span class=&#34;se&#34;&gt;\M&lt;/span&gt;yData
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;7&#34;&gt;
&lt;li&gt;To close the Command Prompt application type &lt;code&gt;exit&lt;/code&gt; and press return (Enter) to execute.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;download&#34;&gt;Download&lt;/h3&gt;
&lt;p&gt;At the time this post was written, the latest release of Anaconda3 was version 2022.10. It has been updated to the latest release version &lt;code&gt;2025.06-1&lt;/code&gt; of Anaconda3.&lt;/p&gt;
&lt;p&gt;The installer for Windows 10/11 can be downloaded directly from this link: &lt;a href=&#34;https://repo.anaconda.com/archive/Anaconda3-2025.06-1-Windows-x86_64.exe&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
  &lt;i class=&#34;fas fa-download  pr-1 fa-fw&#34;&gt;&lt;/i&gt; Anaconda3 2025.06-1 for Windows (ca. 914.6 MB, 64-bit).&lt;/a&gt;&lt;/p&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    From Anaconda3 version 2022.10 the installer is only available for 64-bit Windows 10/11 and will not install on a 32-bit version of the Operating System.
  &lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;installation&#34;&gt;Installation&lt;/h3&gt;
&lt;p&gt;For newer versions of Anaconda3 than 2022.10 the steps described below are the same and still correct, but start with a newer version of the downloaded executable installer file of Anaconda3. The screenshots in this post have not been updated. Therefore, what you see during your installation will differ with respect to the version number shown in the screenshots.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Right-click the downloaded file &lt;strong&gt;Anaconda3-2025.06-1-Windows-x86_64.exe&lt;/strong&gt; and select &amp;lsquo;WUR - Run with administrative rights&amp;rsquo;. This file will most likely reside in your Downloads folder of your user account.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If asked for, allow to install the software on your computer.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After the installer has started, a first selection window will appear as displayed below in &lt;a href=&#34;#figure-welcome_anaconda_setup&#34;&gt;Figure 8&lt;/a&gt;. Click the ‘Next &amp;gt;’ button to proceed.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-welcome_anaconda_setup&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Welcome to Anaconda3 2022.11 (64-bit) Setup.&#34; srcset=&#34;
               /media/anaconda-wurclient/6-welcome-installer-anaconda_hu396f62c39475ba2d86ec4ca451730450_20230_6cd22eb7c0d9f92e094931b77c4cda02.webp 400w,
               /media/anaconda-wurclient/6-welcome-installer-anaconda_hu396f62c39475ba2d86ec4ca451730450_20230_ec20aca3216417c2248cf88763c0ec33.webp 760w,
               /media/anaconda-wurclient/6-welcome-installer-anaconda_hu396f62c39475ba2d86ec4ca451730450_20230_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/6-welcome-installer-anaconda_hu396f62c39475ba2d86ec4ca451730450_20230_6cd22eb7c0d9f92e094931b77c4cda02.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Welcome to Anaconda3 2022.11 (64-bit) Setup.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;The installer will now display the license agreement for installation of Anaconda3, as shown below in &lt;a href=&#34;#figure-agreement_anaconda_setup&#34;&gt;Figure 9&lt;/a&gt;. Click on the ‘I Agree’ button to agree to the terms.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-agreement_anaconda_setup&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Anaconda3 Setup License Agreement&#34; srcset=&#34;
               /media/anaconda-wurclient/7-license-agreement-anaconda_hu6158eac176ef75b4ac1f6a3ef1122574_16569_14b1819052cd88a730e9e0757b695ebd.webp 400w,
               /media/anaconda-wurclient/7-license-agreement-anaconda_hu6158eac176ef75b4ac1f6a3ef1122574_16569_1c18fb9f321ef08fea96cd03b5e0e8de.webp 760w,
               /media/anaconda-wurclient/7-license-agreement-anaconda_hu6158eac176ef75b4ac1f6a3ef1122574_16569_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/7-license-agreement-anaconda_hu6158eac176ef75b4ac1f6a3ef1122574_16569_14b1819052cd88a730e9e0757b695ebd.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Anaconda3 Setup License Agreement
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;After agreeing to the license terms, the Anaconda3 setup will ask for whom you wish to install for, as displayed in &lt;a href=&#34;#figure-install_for&#34;&gt;Figure 10&lt;/a&gt;. Select the radio button ‘All Users (requires admin priveleges)’ and click on the ‘Next &amp;gt;’ button to proceed.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_for&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Anaconda3 Setup Select Installation Type&#34; srcset=&#34;
               /media/anaconda-wurclient/8-selection-installation-type_hu684a5c1b2c30995333270057cd6e7613_11760_bfc8d0652b444a185287ab5d9cce9af7.webp 400w,
               /media/anaconda-wurclient/8-selection-installation-type_hu684a5c1b2c30995333270057cd6e7613_11760_756770c21037ed8061e856a3e943e587.webp 760w,
               /media/anaconda-wurclient/8-selection-installation-type_hu684a5c1b2c30995333270057cd6e7613_11760_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/8-selection-installation-type_hu684a5c1b2c30995333270057cd6e7613_11760_bfc8d0652b444a185287ab5d9cce9af7.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Anaconda3 Setup Select Installation Type
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Having selected the installation type, the Anaconda3 setup will request for an installation location as shown in &lt;a href=&#34;#figure-install_location&#34;&gt;Figure 11&lt;/a&gt;. Change the destination location to &lt;code&gt;C:\MyPrograms\Anaconda3&lt;/code&gt;, to match &lt;a href=&#34;#figure-install_location&#34;&gt;Figure 11&lt;/a&gt;, by typing the destination path directly into the text field displayed (currently showing &lt;code&gt;C:\ProgramData\Anaconda3&lt;/code&gt;). Click on the ‘Next &amp;gt;’ button to continue.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_location&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Anaconda3 Setup Choose Installation Location&#34; srcset=&#34;
               /media/anaconda-wurclient/9-choose-install-location_hu84b8422e5e10b403833e852526d2294f_13197_73ba1079665d2e8e49686e474558c294.webp 400w,
               /media/anaconda-wurclient/9-choose-install-location_hu84b8422e5e10b403833e852526d2294f_13197_bb61276c24120bb1b688405180a3abe3.webp 760w,
               /media/anaconda-wurclient/9-choose-install-location_hu84b8422e5e10b403833e852526d2294f_13197_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/9-choose-install-location_hu84b8422e5e10b403833e852526d2294f_13197_73ba1079665d2e8e49686e474558c294.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Anaconda3 Setup Choose Installation Location
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;6&#34;&gt;
&lt;li&gt;After selecting the installation location folder the Advanced Installation Options will appear, as displayed below in &lt;a href=&#34;#figure-advanced_options&#34;&gt;Figure 12&lt;/a&gt;. Leave the selection as displayed and click on the ‘Install’ button to start the installation.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-advanced_options&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Anaconda3 Setup Advanced Installation Options&#34; srcset=&#34;
               /media/anaconda-wurclient/10-advanced-installation-options_hu90ff010ef82bdb293a632ac5998522a5_18126_439fe80d54a48b96d266e897f6afbeb0.webp 400w,
               /media/anaconda-wurclient/10-advanced-installation-options_hu90ff010ef82bdb293a632ac5998522a5_18126_3bd825d0cc42e4cefdcefda8039e302e.webp 760w,
               /media/anaconda-wurclient/10-advanced-installation-options_hu90ff010ef82bdb293a632ac5998522a5_18126_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/10-advanced-installation-options_hu90ff010ef82bdb293a632ac5998522a5_18126_439fe80d54a48b96d266e897f6afbeb0.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Anaconda3 Setup Advanced Installation Options
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;7&#34;&gt;
&lt;li&gt;Once the installation has been completed &lt;a href=&#34;#figure-installation_complete&#34;&gt;Figure 13&lt;/a&gt; will be displayed. Click on the ‘Next &amp;gt;’ button to continue.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-installation_complete&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Anaconda3 Setup Installation was completed successfully&#34; srcset=&#34;
               /media/anaconda-wurclient/11-installation-complete_hu28daa146e736f79edd57a459eaa76450_9807_d1e67bc72cd7c96aba1f0ca38fb497ed.webp 400w,
               /media/anaconda-wurclient/11-installation-complete_hu28daa146e736f79edd57a459eaa76450_9807_ea631d63ed5583cf0d739e660d9f47d9.webp 760w,
               /media/anaconda-wurclient/11-installation-complete_hu28daa146e736f79edd57a459eaa76450_9807_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/11-installation-complete_hu28daa146e736f79edd57a459eaa76450_9807_d1e67bc72cd7c96aba1f0ca38fb497ed.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Anaconda3 Setup Installation was completed successfully
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;8&#34;&gt;
&lt;li&gt;Next the Anaconda3 Setup will show some information on how great Anaconda works with DataSpell as shown in &lt;a href=&#34;#figure-anaconda_ds&#34;&gt;Figure 14&lt;/a&gt;. Click the &amp;lsquo;Next &amp;gt;&amp;rsquo; button to proceed.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-anaconda_ds&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Anacond3 Setup message about Anaconda and DataSpell&#34; srcset=&#34;
               /media/anaconda-wurclient/12-anaconda-jetbrains_hu3335129a9368a4d940b58af683515be7_16372_0976e1a176c221c79b3b90243194b19f.webp 400w,
               /media/anaconda-wurclient/12-anaconda-jetbrains_hu3335129a9368a4d940b58af683515be7_16372_aada5bc43aab87c91dc4bd011ffdcda6.webp 760w,
               /media/anaconda-wurclient/12-anaconda-jetbrains_hu3335129a9368a4d940b58af683515be7_16372_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/12-anaconda-jetbrains_hu3335129a9368a4d940b58af683515be7_16372_0976e1a176c221c79b3b90243194b19f.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Anacond3 Setup message about Anaconda and DataSpell
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;9&#34;&gt;
&lt;li&gt;Finally the Annaconda 3 Setup shows that installation has been completed as displayed in &lt;a href=&#34;#figure-anaconda_completing&#34;&gt;Figure 15&lt;/a&gt;. Remove the tick marks from the boxes in front of &amp;lsquo;Anaconda Distribution Tutorial&amp;rsquo; and &amp;lsquo;Getting Started with Anaconda&amp;rsquo;, unless you want to display this information, click the &amp;lsquo;Finish&amp;rsquo; button to finish off the installation and close the Anaconda3 Setup.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-anaconda_completing&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Completing Anacond3 Setup&#34; srcset=&#34;
               /media/anaconda-wurclient/13-finish-installer-anaconda_hu7515748c9898e057a5154c313d3418fe_20498_76fa4d43ffa90fdab0c60769dddead49.webp 400w,
               /media/anaconda-wurclient/13-finish-installer-anaconda_hu7515748c9898e057a5154c313d3418fe_20498_0a7602b823dc8b69af5f95b0c857f269.webp 760w,
               /media/anaconda-wurclient/13-finish-installer-anaconda_hu7515748c9898e057a5154c313d3418fe_20498_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/13-finish-installer-anaconda_hu7515748c9898e057a5154c313d3418fe_20498_76fa4d43ffa90fdab0c60769dddead49.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Completing Anacond3 Setup
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Congratulations, &amp;#x1f606;, you now have Anaconda3 version 2025.06-1 containing Python 3.13.5 installed on your WURclient desktop or laptop computer!
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;Before using Anaconda check out the configuration instructions below carefully.&lt;/p&gt;
&lt;p&gt;At least do the part on &lt;a href=&#34;#changing-the-default-startup-working-directory&#34;&gt;Changing the Default Startup Working Directory&lt;/a&gt;!&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;configuration-anaconda3&#34;&gt;Configuration Anaconda3&lt;/h2&gt;
&lt;!-- ORIGINAL: C:\MyPrograms\Anaconda3\python.exe C:\MyPrograms\Anaconda3\cwp.py C:\MyPrograms\Anaconda3 C:\MyPrograms\Anaconda3\python.exe C:\MyPrograms\Anaconda3\Scripts\jupyter-notebook-script.py &#34;%USERPROFILE%/&#34; --&gt;
&lt;!-- CHANGED WITH ADMIN RIGHTS TO: C:\MyPrograms\Anaconda3\python.exe C:\MyPrograms\Anaconda3\cwp.py C:\MyPrograms\Anaconda3 C:\MyPrograms\Anaconda3\python.exe C:\MyPrograms\Anaconda3\Scripts\jupyter-notebook-script.py &#34;M:\My Documents&#34; --&gt;
&lt;h3 id=&#34;changing-the-default-startup-working-directory&#34;&gt;Changing the Default Startup Working Directory&lt;/h3&gt;
&lt;p&gt;When starting JupyterLab or Jupyter Notebook from within Anaconda Navigator the default working directory on a WURclient will be &lt;code&gt;C:\User\user001&lt;/code&gt;, where &lt;code&gt;user001&lt;/code&gt; will display your own WUR username. This is not a very smart location to store your Jupyter Notebook files (files with the &lt;code&gt;*.ipynb&lt;/code&gt; extension), because this a local storage location without backup.&lt;/p&gt;
&lt;p&gt;Most users would like to store their documents in &lt;code&gt;M:\My Documents&lt;/code&gt;, which is an internal mapping to &lt;code&gt;\\WURNET.NL\Homes\user001\Documents&lt;/code&gt;. Files stored in your &lt;code&gt;M:\&lt;/code&gt;-drive are backed up by FB-IT and, therefore, provide a much safer storage environment.&lt;/p&gt;
&lt;p&gt;To change the default start up working directory perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open the Start Menu and navigate to &amp;lsquo;Anaconda3 (64-bit)&amp;rsquo;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Either start &amp;lsquo;Anaconda Powershell Prompt (Anaconda3)&amp;rsquo; or &amp;lsquo;Anaconda Prompt (Anaconda3)&amp;rsquo;. A window will open displaying the prompt as &lt;code&gt;(base) PS C:\&amp;gt;&lt;/code&gt; for &amp;lsquo;Anaconda Powershell&amp;rsquo;, or &lt;code&gt;(base) C:\&amp;gt;&lt;/code&gt; for &amp;lsquo;Anaconda Prompt`.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Type the command shown below behind the prompt and press return (Enter) to execute:&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;jupyter notebook --generate-config
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;
&lt;p&gt;A message stating: &lt;code&gt;Writing default config to: C:\Users\user001\.jupyter\jupyter_notebook_config.py&lt;/code&gt;, where &lt;code&gt;user001&lt;/code&gt; will display your own WUR username, is printed in the window. Type &lt;code&gt;exit&lt;/code&gt; and press return (Enter) to close the prompt window.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open a File Explorer window and navigate to the created file &lt;code&gt;C:\Users\user001\.jupyter\jupyter_notebook_config.py&lt;/code&gt;. You may have to change the settings in File Explorer to show the hidden items (File Explorer top menu bar &amp;lsquo;View&amp;rsquo; and place a tick mark in front of &amp;lsquo;hidden items&amp;rsquo;).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Right-click the file &lt;code&gt;jupyter_notebook_config.py&lt;/code&gt; and select &amp;lsquo;&lt;strong&gt;Open with&lt;/strong&gt;&amp;rsquo;. Remove the tick mark in front of &amp;lsquo;Always use this app to open .py files&amp;rsquo; and select e.g. &amp;lsquo;Notepad&amp;rsquo;. If you do not see &amp;lsquo;Notepad&amp;rsquo;, click on &amp;lsquo;More apps&amp;rsquo;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The file &lt;code&gt;jupyter_notebook_config.py&lt;/code&gt; will open in the &amp;lsquo;Notepad&amp;rsquo; application. Navigate to line 450 (press &lt;code&gt;CTRL+G&lt;/code&gt; and enter 450). Remove the &lt;code&gt;#&lt;/code&gt; and whitespace character in front of &lt;code&gt;c.NotebookApp.notebook_dir&lt;/code&gt; and replace &lt;code&gt;&#39;&#39;&lt;/code&gt; with &lt;code&gt;&#39;M:\My Documents&#39;&lt;/code&gt;. Save the document by press &lt;code&gt;CTRL+S&lt;/code&gt;. Lines 448-450 should now look like this:&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;## The directory to use for notebooks and kernels.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#  Default: &amp;#39;&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;c.NotebookApp.notebook_dir &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s1&#34;&gt;&amp;#39;M:\My Documents&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;8&#34;&gt;
&lt;li&gt;Make sure you have saved your changes in the file &lt;code&gt;jupyter_notebook_config.py&lt;/code&gt; and close the &amp;lsquo;Notepad` application.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You have now changed the default start up working directory permanently.&lt;/p&gt;
&lt;h3 id=&#34;upgrading-anaconda-navigator-anaconda3&#34;&gt;Upgrading Anaconda Navigator (Anaconda3)&lt;/h3&gt;
&lt;p&gt;After starting Anaconda Navigator, sometimes you will see that a newer version of the Navigator is available. In the top right corner this is indicated as displayed in &lt;a href=&#34;#figure-navigator_upgrade&#34;&gt;Figure 16&lt;/a&gt;&lt;/p&gt;
















&lt;figure  id=&#34;figure-navigator_upgrade&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Upgrade available for Anaconda Navigator&#34; srcset=&#34;
               /media/anaconda-wurclient/14-upgrade-navigator_hu5e2a456a3d1323cf60b4633b6f0fe935_2269_4f649266848a36fdd163b0e6cf70ac16.webp 400w,
               /media/anaconda-wurclient/14-upgrade-navigator_hu5e2a456a3d1323cf60b4633b6f0fe935_2269_7afdaf6c4c6511196e6e7f263420ef17.webp 760w,
               /media/anaconda-wurclient/14-upgrade-navigator_hu5e2a456a3d1323cf60b4633b6f0fe935_2269_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/anaconda-wurclient/14-upgrade-navigator_hu5e2a456a3d1323cf60b4633b6f0fe935_2269_4f649266848a36fdd163b0e6cf70ac16.webp&#34;
               width=&#34;371&#34;
               height=&#34;106&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Upgrade available for Anaconda Navigator
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;However, having started Anaconda Navigator from the Start Menu as regular user, you will be prompted to enter the administrator username and password. This is a problem, because you are a Power User and not an Administrator.&lt;/p&gt;
&lt;p&gt;To be able to upgrade Anaconda Navigator you have to start the application with &amp;lsquo;WUR - Run with adminstrative rights&amp;rsquo;. This can be done by following these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open the Start Menu and navigate to &amp;lsquo;Anaconda3 (64-bit)&amp;rsquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Right-click on the &amp;lsquo;Anaconda Navigator (Anaconda3)&amp;rsquo; start item, select &amp;lsquo;More&amp;rsquo; &amp;gt; &amp;lsquo;Open file location&amp;rsquo;. This will open a File Explorer window displaying the shortcuts to start items of &amp;lsquo;Anaconda3 (64-bit)&amp;rsquo;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Again right-click on the start item &amp;ldquo;Anaconda Navigator (Anaconda3)&amp;rdquo; in the File Explorer windows and select &amp;lsquo;WUR - Run with adminstrative rights&amp;rsquo;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now you will be able to upgrade Anaconda Navigatore by clicking on &amp;lsquo;Upgrade Now&amp;rsquo;, as displayed in &lt;a href=&#34;#figure-navigator_upgrade&#34;&gt;Figure 16&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;add-a-r-kernel&#34;&gt;Add a R kernel&lt;/h3&gt;
&lt;p&gt;After installing Anaconda3 only the Python kernel is present. To add a R kernel for use inside Jupyter Notebook or JupyterLab perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open the Start Menu and navigate to &amp;lsquo;Anaconda3 (64-bit)&amp;rsquo;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Start &amp;lsquo;Anaconda Powershell Prompt (Anaconda3)&amp;rsquo;. A window will open displaying the prompt as &lt;code&gt;(base) PS C:\&amp;gt;&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Navigate to where &lt;code&gt;R.exe&lt;/code&gt; is located. Let&amp;rsquo;s assume you have R v4.2.1 installed, either via Software Center or via &lt;a href=&#34;https://www.verouden.net/post/2021/01/24/r-installation-wurclient/&#34;&gt;Custom installation on a WURclient&lt;/a&gt;. For other R versions than 4.2.1 do not forget to change the R version number!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;For a installation via Sofware Center use the following commands:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; C:&lt;span class=&#34;se&#34;&gt;\P&lt;/span&gt;rogram Files&lt;span class=&#34;se&#34;&gt;\R\R&lt;/span&gt;-4.2.1&lt;span class=&#34;se&#34;&gt;\b&lt;/span&gt;in&lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt; .&lt;span class=&#34;se&#34;&gt;\R&lt;/span&gt;.exe
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;c1&#34;&gt;# At the R prompt, indicated by &amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; install.packages&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;IRkernel&amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   IRkernel::installspec&lt;span class=&#34;o&#34;&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; q&lt;span class=&#34;o&#34;&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; Save workspace image? &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;y/n/c&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;: n
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;c1&#34;&gt;# back at the powershell prompt, indicated by (base) PS C:\&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nb&#34;&gt;exit&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;For a &lt;a href=&#34;https://www.verouden.net/post/2021/01/24/r-installation-wurclient/&#34;&gt;Custom installation on a WURclient&lt;/a&gt; use the following commands:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; C:&lt;span class=&#34;se&#34;&gt;\M&lt;/span&gt;yPrograms&lt;span class=&#34;se&#34;&gt;\R\R&lt;/span&gt;-4.2.1&lt;span class=&#34;se&#34;&gt;\b&lt;/span&gt;in&lt;span class=&#34;se&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt; .&lt;span class=&#34;se&#34;&gt;\R&lt;/span&gt;.exe
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;c1&#34;&gt;# At the R prompt, indicated as &amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; install.packages&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;IRkernel&amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; IRkernel::installspec&lt;span class=&#34;o&#34;&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; q&lt;span class=&#34;o&#34;&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; Save workspace image? &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;y/n/c&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;: n
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;c1&#34;&gt;# back at the powershell prompt, indicated by (base) PS C:\&amp;gt;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &lt;span class=&#34;nb&#34;&gt;exit&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now the R kernel will be available in Jupyter Notebook and JupyterLab.&lt;/p&gt;
&lt;h3 id=&#34;add-a-julia-kernel&#34;&gt;Add a Julia kernel&lt;/h3&gt;
&lt;p&gt;After installing Anaconda3 only the Python kernel is present, unless you already did &lt;a href=&#34;#add-a-r-kernel&#34;&gt;Add a R kernel&lt;/a&gt; . To add a Julia kernel for use inside Jupyter Notebook or JupyterLab perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open Julia on your WURclient. A window will open and you will see the prompt displayed as &lt;code&gt;julia&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;]&lt;/code&gt; and the prompt will change into &lt;code&gt;(@v1.8) pkg&amp;gt;&lt;/code&gt;. This under the assumption that you have Julia v1.8.2 or later installed. For other versions of Julia the version number for package management will differ.&lt;/li&gt;
&lt;li&gt;Type the command &lt;code&gt;add IJulia&lt;/code&gt;. This will install a lot of packages and make the Julia kernel available in Jupyter Notebook and JupyterLab.&lt;/li&gt;
&lt;li&gt;Close the Julia package manager by pressing the BACKSPACE key on your keyboard.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;exit()&lt;/code&gt; to close Julia.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now the Julia kernel will be available in Jupyter Notebook and JupyterLab.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Mathworks Matlab installation on a WURclient computer</title>
      <link>https://www.verouden.net/post/2022/10/17/matlab-installation-wurclient/</link>
      <pubDate>Mon, 17 Oct 2022 11:00:00 +0200</pubDate>
      <guid>https://www.verouden.net/post/2022/10/17/matlab-installation-wurclient/</guid>
      <description>&lt;details class=&#34;toc-inpage d-print-none  &#34; open&gt;
  &lt;summary class=&#34;font-weight-bold&#34;&gt;Table of Contents&lt;/summary&gt;
  &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;Motivation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#prerequisite&#34;&gt;Prerequisite&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#installation&#34;&gt;Installation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#activation&#34;&gt;Activation&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#transition-a-previous-installation-to-named-user-licensing&#34;&gt;Transition a previous installation to named user licensing&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
&lt;/details&gt;
&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;
&lt;p&gt;A WURclient desktop or laptop at Wageningen University &amp;amp; Research is not a standard Windows 11 computer. WURclients use Windows 11 Enterprise, which has been modified by Facilities and Services Information Technology (FB-IT) among others with respect to installation rights for security reasons.&lt;/p&gt;
&lt;p&gt;WURclient computers at Wageningen University &amp;amp; Research can install &amp;ldquo;Matworks&lt;sup&gt;®&lt;/sup&gt; Matlab&amp;rdquo; from the Software Center created by the IT department, which is launched by clicking on Start and selecting the &amp;ldquo;Software Center&amp;rdquo; tile. At the time this post was written the latest version of Matlab&lt;sup&gt;®&lt;/sup&gt; in Software Center was &lt;code&gt;MATLAB R2021b (for NON commercial use only)&lt;/code&gt;. Currently the latest available version in Software Center is &lt;code&gt;MATLAB R2024b LNU (for NON commercial use only)&lt;/code&gt;.&lt;/p&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;Please note &lt;strong&gt;(for NON commercial use only)&lt;/strong&gt;!&lt;/p&gt;
&lt;p&gt;The license for Matworks&lt;sup&gt;®&lt;/sup&gt; Matlab is an Academic and &lt;strong&gt;not&lt;/strong&gt; a Commercial license. You are not allowed to used this software for commercial projects within Wageningen Research.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The Matlab&lt;sup&gt;®&lt;/sup&gt; version in Software Center for WURclient computers has one major drawbacks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is not always the latest version available.&lt;/li&gt;
&lt;/ul&gt;
&lt;!--2. It requires an internet connection to the WURNET to be able to check out a license. Outside a WUR location (campus or otherwise) a VPN connection will enable checkout of the license file.

&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    The Eduroam WiFi network is not part of WURNET. Therefore, you also need a VPN connection to check out a Matlab&lt;sup&gt;®&lt;/sup&gt;, when using the Software Center installation of Matlab&lt;sup&gt;®&lt;/sup&gt;.
  &lt;/div&gt;
&lt;/div&gt;
--&gt;
&lt;p&gt;In this post the installation procedure for Mathworks&lt;sup&gt;®&lt;/sup&gt; Matlab will be given step wise. Thereby, providing a way to install the latest version&lt;!-- as well as install the software on a WURclient laptop without having to connect to WURNET to checkout a license--&gt;.&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    This post will show how to install Matworks&lt;sup&gt;®&lt;/sup&gt; Matlab on a &lt;strong&gt;WURclient&lt;/strong&gt; desktop or laptop computer, where the user possesses &lt;u&gt;&lt;strong&gt;POWER USER RIGHTS&lt;/strong&gt;&lt;/u&gt;.
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;prerequisite&#34;&gt;Prerequisite&lt;/h2&gt;
&lt;p&gt;To be able to install Matworks&lt;sup&gt;®&lt;/sup&gt; Matlab you need to have &lt;u&gt;&lt;strong&gt;POWER USER RIGHTS&lt;/strong&gt;&lt;/u&gt; on the WURclient desktop or laptop.&lt;/p&gt;
&lt;p&gt;To see whether you possess these rights, right-click any icon (except Recycle Bin or WUR HELP) on the desktop. When the opened menu contains the option &amp;lsquo;WUR - Run with administrative rights&amp;rsquo; (seventh or eighth from the top), it means you have power user rights on that particular desktop or laptop.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;If you do not have one already, create a folder named &lt;code&gt;MyPrograms&lt;/code&gt; in your &lt;code&gt;C:\&lt;/code&gt;-drive. All programs, you install yourself on your WUR Desktop or Laptop, should be installed into this folder (&lt;code&gt;C:\MyPrograms&lt;/code&gt;). The folder can be created using File Explorer on your WURclient computer.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open an internet browser (e.g. Microsoft Edge or Google Chrome) and navigate to the following web-address: &lt;a href=&#34;https://nl.mathworks.com/login?uri=%2Fmwaccount%2F&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://nl.mathworks.com/login?uri=%2Fmwaccount%2F&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Log in with your WUR e-mail address and Mathworks&lt;sup&gt;®&lt;/sup&gt; password. If you have never visited The Mathworks&lt;sup&gt;®&lt;/sup&gt; website before, then create a new account with your WUR e-mail address. Remember the password (it never changes, unless you change it yourself)!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Once logged in you need to select:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;MATLAB (Designated Computer): The installation is restricted for use to a host ID that identifies a particular computer, but not a particular user. Any number of people can log in and use the software, but not simultaneously.&lt;/li&gt;
&lt;li&gt;MATLAB (Individual):  You can install and run the software on multiple computers. Each installation is restricted for use by a particular computer and a particular user name. This is advised for WURclient computers (desk- or laptops) and privately owned desk- or laptop computers.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After choosing the license type you will be sent to the License Center page of Mathworks&lt;sup&gt;®&lt;/sup&gt;. On this specific page you find a &amp;ldquo;Download&amp;rdquo; button. Pressing it allows you to download the version of Matlab&lt;sup&gt;®&lt;/sup&gt; you want to install.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Once the download has finished, navigate to your downloads folder. Start the installer with a right mouse click and select &amp;ldquo;WUR – Run with administrative rights&amp;rdquo; as shown below in &lt;a href=&#34;#figure-explorer_cmd_pusr&#34;&gt;Figure 1&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-explorer_cmd_pusr&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Run CMD with &amp;#39;WUR administrative rights&amp;#39; from File Explorer.&#34; srcset=&#34;
               /media/matlab-wurclient/1-install-with-wur-admin-rights_hu4d04d58bd1485fbd634e658c6a226a09_327719_627de6423b994a9d3f2d2a9488bc8698.webp 400w,
               /media/matlab-wurclient/1-install-with-wur-admin-rights_hu4d04d58bd1485fbd634e658c6a226a09_327719_b2560bb130501bc1b573a56e2e6bf480.webp 760w,
               /media/matlab-wurclient/1-install-with-wur-admin-rights_hu4d04d58bd1485fbd634e658c6a226a09_327719_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/matlab-wurclient/1-install-with-wur-admin-rights_hu4d04d58bd1485fbd634e658c6a226a09_327719_627de6423b994a9d3f2d2a9488bc8698.webp&#34;
               width=&#34;760&#34;
               height=&#34;314&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Run CMD with &amp;lsquo;WUR administrative rights&amp;rsquo; from File Explorer.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;7&#34;&gt;
&lt;li&gt;
&lt;p&gt;The Mathworks Product Installer will start with a screen asking to log into you Mathworks account. First provide your WUR e-mail address, followed by the password belonging to the MathWorks account you created earlier using your WUR e-mail address.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Confirm the Software Linense Agreement by selecting &lt;code&gt;Yes&lt;/code&gt; in the radio button. To confirm click the &amp;ldquo;Next&amp;rdquo; button.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the desired license (Designated Computer or Individual, as described in step 4.), and click the &amp;ldquo;Next&amp;rdquo; button to continue.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the destination folder. The recommended folder being &lt;code&gt;C:\MyPrograms\MATLAB\RYYYYv&lt;/code&gt;, where &lt;code&gt;RYYYYv&lt;/code&gt; represents the version, e.g., &lt;code&gt;R2024b&lt;/code&gt;. Click the &amp;ldquo;Next&amp;rdquo; button to continue.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the desired products to install onto you desk- or laptop computer, and click the &amp;ldquo;Next&amp;rdquo; button to continue.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tick the desired checkboxes to select the options wanted. Click the &amp;ldquo;Next&amp;rdquo; button to continue.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Press the &amp;ldquo;Begin Install&amp;rdquo; button to start the installation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To finalize the installation press the &amp;ldquo;Close&amp;rdquo; button in the &amp;ldquo;Installation Complete&amp;rdquo; screen of the MathWorks Product Installer.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;activation&#34;&gt;Activation&lt;/h2&gt;
&lt;p&gt;Mathworks&lt;sup&gt;®&lt;/sup&gt; has switched to named user licensing instead of Campus-Wide licensing, where you had to create a license file (&lt;code&gt;license.lic&lt;/code&gt;) on the Mathworks&lt;sup&gt;®&lt;/sup&gt; site and place it in a specific folder (&lt;code&gt;C:\MyPrograms\MATLAB\RYYYYv\licenses&lt;/code&gt;, where RYYYYv represented the version you installed, e.g., R2019a).&lt;/p&gt;
&lt;p&gt;To activate the installed Mathworks&lt;sup&gt;®&lt;/sup&gt; MATLAB after installation, start the application using either the created desktop icon or using the start menu. You will be asked for the e-mail address associated with your Mathworks&lt;sup&gt;®&lt;/sup&gt; account (your WUR e-mail address).&lt;/p&gt;
&lt;p&gt;Next enter the password of your Mathworks&lt;sup&gt;®&lt;/sup&gt; account in order to activate the installed Mathworks&lt;sup&gt;®&lt;/sup&gt; MATLAB.&lt;/p&gt;
&lt;p&gt;The activation is needed only once! After activation Mathworks&lt;sup&gt;®&lt;/sup&gt; MATLAB will also start even if you do not have access to internet.&lt;/p&gt;
&lt;!--
7. In the meantime, while Matlab&lt;sup&gt;&amp;#174;&lt;/sup&gt; is installing, navigate in your browser to the tab &#34;Install and Activate&#34; of the Mathworks&lt;sup&gt;&amp;#174;&lt;/sup&gt; License Center. In the right side of the screen under RELATED TASKS click the link &#34;Activate to Retrieve License File&#34;.

8. If you have not yet activated a computer on a Designated Computer or Individual License, the screen as displayed below in [Figure 2](#figure-manually_activate_software) will be shown

















&lt;figure  id=&#34;figure-manually_activate_software&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Manually Activate Software on a Computer&#34; srcset=&#34;
               /media/matlab-wurclient/2-Manually-Activate-Software_huabc57407519ba96b7ebcdf516864931f_32817_839fb5d2374a0ecca0b52b120ab3893f.webp 400w,
               /media/matlab-wurclient/2-Manually-Activate-Software_huabc57407519ba96b7ebcdf516864931f_32817_2d0adb859f0645804a076eaffc836e47.webp 760w,
               /media/matlab-wurclient/2-Manually-Activate-Software_huabc57407519ba96b7ebcdf516864931f_32817_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/matlab-wurclient/2-Manually-Activate-Software_huabc57407519ba96b7ebcdf516864931f_32817_839fb5d2374a0ecca0b52b120ab3893f.webp&#34;
               width=&#34;356&#34;
               height=&#34;320&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Manually Activate Software on a Computer
    &lt;/figcaption&gt;&lt;/figure&gt;

9. If you have already activated a computer, click on the &#34;Activate a Computer&#34; button and the screen displayed above in [Figure 2](#figure-manually_activate_software) will appear.

10. Select the Release and Operating System. To find the Host ID open the command prompt and type &#34;vol c:&#34;. The Volume Serial Number (looking something like &#34;1234-ABCD&#34;) printed in the command prompt, needs to be entered as Host ID. Use the number of you Desktop/Laptop, preceded with an D for a Desktop or an L for a Laptop, as the Activation Label  (e.g. D0123456) and press continue. After a question, whether the software is installed (just mark &#34;yes&#34; and continue), the window shown below in [Figure 3](#figure-download_license) will appear.

















&lt;figure  id=&#34;figure-download_license&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Next Steps to use the Matlab&amp;amp;#174; software&#34; srcset=&#34;
               /media/matlab-wurclient/3-dowload-license-file_hu752446dcd72665dbfb56252f3a83f8b8_43549_f91729264d30c38fe8593dd3cbec3718.webp 400w,
               /media/matlab-wurclient/3-dowload-license-file_hu752446dcd72665dbfb56252f3a83f8b8_43549_9775d62a69664ccf3500b843eab2d4ed.webp 760w,
               /media/matlab-wurclient/3-dowload-license-file_hu752446dcd72665dbfb56252f3a83f8b8_43549_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/matlab-wurclient/3-dowload-license-file_hu752446dcd72665dbfb56252f3a83f8b8_43549_f91729264d30c38fe8593dd3cbec3718.webp&#34;
               width=&#34;327&#34;
               height=&#34;330&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Next Steps to use the Matlab&lt;sup&gt;®&lt;/sup&gt; software
    &lt;/figcaption&gt;&lt;/figure&gt;

11. Select &#34;Download License File&#34;. The file will be downloaded as `license.lic` into your downloads folder.

12. Once the Matlab&lt;sup&gt;&amp;#174;&lt;/sup&gt; installation has finished, copy the `license.lic` file into `C:\MyPrograms\MATLAB\RYYYYv\licenses`, where RYYYYv represents the version you installed e.g. R2019a. In case the folder `C:\MyPrograms\MATLAB\RYYYYv\licenses` does not exist yet, create it yourself.

13. On your computer start “Activate Matlab RYYYYv” with administrative rights to correctly implement the downloaded license. In the start menu navigate to the item, right-click and select “more” &gt; “Open file location”. In the new File Explorer right-click on “Activate Matlab RYYYYv” and select &#34;WUR – Run with administrative rights&#34;.

14. Now you should be able to start MATLAB from your start menu without problems!
--&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Congratulations, &amp;#x1f606;, you now have Mathworks&lt;sup&gt;®&lt;/sup&gt; MATLAB installed on your WURclient desktop or laptop computer!
  &lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;transition-a-previous-installation-to-named-user-licensing&#34;&gt;Transition a previous installation to named user licensing&lt;/h3&gt;
&lt;p&gt;Previously installed versions of Mathworks&lt;sup&gt;®&lt;/sup&gt; MATLAB (&lt;strong&gt;R2023b&lt;/strong&gt; and newer) can be transitioned from a Campus-Wide license to an Individual named user license.&lt;/p&gt;
&lt;p&gt;Save the following files into the Downloads folder of your WURclient desk- or laptop by right-clicking the link and selecting the option &amp;lsquo;Save link as&amp;hellip;&amp;rsquo; (&lt;strong&gt;&lt;span style=&#34;color:red&#34;&gt;IMPORTANT:&lt;/span&gt; &lt;u&gt;DO NOT CHANGE THE FILE NAMES!&lt;/u&gt;&lt;/strong&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.verouden.net/files/matlab/license_info.xml&#34; target=&#34;_blank&#34;&gt;
  &lt;i class=&#34;fas fa-download  pr-1 fa-fw&#34;&gt;&lt;/i&gt; license_info.xml&lt;/a&gt; (only for MATLAB &lt;strong&gt;R2023b&lt;/strong&gt; and newer)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Switch to Individual named user licensing by performing the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open File Explore and navigate to the folder, where you previously installed Mathworks&lt;sup&gt;®&lt;/sup&gt; MATLAB, e.g., &lt;code&gt;C:\MyPrograms\MATLAB\R2023b&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Open the subfolder &lt;code&gt;licenses&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Delete the file named &lt;code&gt;license.lic&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Copy the file &lt;code&gt;license_info.xml&lt;/code&gt;, you downloaded earlier and most likely resides in your downloads folder, into the folder from which you deleted &lt;code&gt;license.lic&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Close File Explorer.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To reactivate read the &lt;a href=&#34;#activation&#34;&gt;Activation&lt;/a&gt; section above in this post.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Rtools installation on a Windows 10/11 or a WURclient computer</title>
      <link>https://www.verouden.net/post/2022/07/05/rtools-installation/</link>
      <pubDate>Tue, 05 Jul 2022 11:15:44 +0200</pubDate>
      <guid>https://www.verouden.net/post/2022/07/05/rtools-installation/</guid>
      <description>&lt;details class=&#34;toc-inpage d-print-none  &#34; open&gt;
  &lt;summary class=&#34;font-weight-bold&#34;&gt;Table of Contents&lt;/summary&gt;
  &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;Motivation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#requirement-for-and-download-of-rtools&#34;&gt;Requirement for and Download of Rtools&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#requirement&#34;&gt;Requirement&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#download&#34;&gt;Download&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#installation-rtools&#34;&gt;Installation Rtools&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#check-the-installation&#34;&gt;Check the Installation&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
&lt;/details&gt;
&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;
&lt;p&gt;Many people are able to use R, without ever having the need to compile from source and, therefore, the need to install Rtools. However, if you want to do package development, compile from source, or use packages like &lt;strong&gt;rstan&lt;/strong&gt; or &lt;strong&gt;cmdstanr&lt;/strong&gt;, you will definitely need to install Rtools.&lt;/p&gt;
&lt;p&gt;In this post the installation procedure for Rtools will be given step wise. It will work for both regular Windows 10/11 computers as well as WURclient computers.&lt;/p&gt;
&lt;p&gt;A WURclient desktop or laptop at Wageningen University &amp;amp; Research is not a standard Windows 11 computer. WURclients use Windows 11 Enterprise, which has been modified by Facilities and Services Information Technology (FB-IT) among others with respect to installation rights for security reasons.&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;This post will show how to install Rtools on a &lt;strong&gt;privately owned&lt;/strong&gt; running Windows 10/11, or a &lt;strong&gt;WURclient&lt;/strong&gt; desktop or laptop computer, where the user possesses &lt;u&gt;&lt;strong&gt;POWER USER RIGHTS&lt;/strong&gt;&lt;/u&gt;.&lt;/p&gt;
&lt;p&gt;The only difference is how the installer for Rtools is started.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;requirement-for-and-download-of-rtools&#34;&gt;Requirement for and Download of Rtools&lt;/h2&gt;
&lt;h3 id=&#34;requirement&#34;&gt;Requirement&lt;/h3&gt;
&lt;p&gt;Prior requirement for using Rtools:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; R properly installed:
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;a href=&#34;https://www.verouden.net/post/2020/04/06/r-installation-windows-10/&#34;&gt;R installed on Windows 10/11&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; R installed on a WURclient via Software Center, or&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;a href=&#34;https://www.verouden.net/post/2021/01/24/r-installation-wurclient/&#34;&gt;R installed on a WURclient using a custom installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Without having R installed on your desktop or laptop computer it makes no sense to install RTools. The software Rtools provides, as the name suggests, tools (compilers, and such) for usage within R.&lt;/p&gt;
&lt;h3 id=&#34;download&#34;&gt;Download&lt;/h3&gt;
&lt;p&gt;Rtools can be downloaded for the following webpage: &lt;a href=&#34;https://cran.r-project.org/bin/windows/Rtools/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://cran.r-project.org/bin/windows/Rtools/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Download the correct version, which matches the version of R installed on your desktop or laptop computer.&lt;/p&gt;
&lt;p&gt;For R version 4.5.0 and above (4.5.x) the installer for Rtools can be downloaded directly from this link: &lt;a href=&#34;https://cloud.r-project.org/bin/windows/Rtools/rtools45/files/rtools45-6768-6492.exe&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
  &lt;i class=&#34;fas fa-download  pr-1 fa-fw&#34;&gt;&lt;/i&gt; Rtools45 installer (ca. 461 MB, 64-bit).&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;installation-rtools&#34;&gt;Installation Rtools&lt;/h2&gt;
&lt;p&gt;The screenshots below are for the installation of Rtools42 and have not been updated, because the procedure for Rtools45 remains the same.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open a File Explorer window (keyboard shortcut: 🪟 + E) and navigate to your downloads folder.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On a Windows 10/11 computer start the downloaded Rtools installer. For a &lt;strong&gt;WURclient&lt;/strong&gt; computer right-click the downloaded Rtools installer and select select &amp;lsquo;WUR - Run with administrative rights&amp;rsquo; (see below in &lt;a href=&#34;#figure-start_installer_wurclient&#34;&gt;Figure 1&lt;/a&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-start_installer_wurclient&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Start Rtools installer on a WURclient.&#34; srcset=&#34;
               /media/rtools/00-installer-admin-rights_hub5fabaa704923f06efed57a0df549f34_196804_343ec75a9cdd02af5a9fbed9331ecd84.webp 400w,
               /media/rtools/00-installer-admin-rights_hub5fabaa704923f06efed57a0df549f34_196804_c6af86ed74cf22566f17f0aa71395587.webp 760w,
               /media/rtools/00-installer-admin-rights_hub5fabaa704923f06efed57a0df549f34_196804_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rtools/00-installer-admin-rights_hub5fabaa704923f06efed57a0df549f34_196804_343ec75a9cdd02af5a9fbed9331ecd84.webp&#34;
               width=&#34;760&#34;
               height=&#34;429&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Start Rtools installer on a WURclient.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;The Rtools installer will open with the Select Destination Location window as displayed below in &lt;a href=&#34;#figure-select_destination_location&#34;&gt;Figure 2&lt;/a&gt;. &lt;strong&gt;Do not change the destination location, leave the default suggested value (showing &lt;code&gt;C:\rtools45&lt;/code&gt;)!&lt;/strong&gt; Click ‘Next’ to continue.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-select_destination_location&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Select Rtools destination location.&#34; srcset=&#34;
               /media/rtools/01-select-destination-location_huf4eacd18e2c2250e34084f7ab5dec042_16835_d877147a18475987cb518457cd157b0a.webp 400w,
               /media/rtools/01-select-destination-location_huf4eacd18e2c2250e34084f7ab5dec042_16835_bd186d536afdecb1b5f192eefa29141a.webp 760w,
               /media/rtools/01-select-destination-location_huf4eacd18e2c2250e34084f7ab5dec042_16835_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rtools/01-select-destination-location_huf4eacd18e2c2250e34084f7ab5dec042_16835_d877147a18475987cb518457cd157b0a.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Select Rtools destination location.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;The installer will next show the Select Additional Tasks window, as show in &lt;a href=&#34;#figure-select_additional_tasks&#34;&gt;Figure 3&lt;/a&gt;. Make sure that both boxes are ticked and click the ‘Next’ button to continue.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-select_additional_tasks&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Select Rtools additional tasks.&#34; srcset=&#34;
               /media/rtools/02-select-additional-tasks_hu88f3f5a0724c97b0d7e535d22b47391d_16118_046f26330bb35d042746690540a00eeb.webp 400w,
               /media/rtools/02-select-additional-tasks_hu88f3f5a0724c97b0d7e535d22b47391d_16118_4b3abdc797919490dc369adbc0e90003.webp 760w,
               /media/rtools/02-select-additional-tasks_hu88f3f5a0724c97b0d7e535d22b47391d_16118_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rtools/02-select-additional-tasks_hu88f3f5a0724c97b0d7e535d22b47391d_16118_046f26330bb35d042746690540a00eeb.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Select Rtools additional tasks.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Now the installer will present a window, as displayed below in &lt;a href=&#34;#figure-ready_to_install&#34;&gt;Figure 4&lt;/a&gt;, with the selected installation options. Click the ‘Install’ button to start the installation or select ‘Back’ to modify the installer options.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-ready_to_install&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Rtools ready to install overview.&#34; srcset=&#34;
               /media/rtools/03-ready-2-install_hu0520b08c230e71fc96490ecc82f910f2_18332_65f0a39f2c8704a7a9b2320930bfd1b8.webp 400w,
               /media/rtools/03-ready-2-install_hu0520b08c230e71fc96490ecc82f910f2_18332_c38a2b7a8536a8c9eb81c389743e0a3a.webp 760w,
               /media/rtools/03-ready-2-install_hu0520b08c230e71fc96490ecc82f910f2_18332_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rtools/03-ready-2-install_hu0520b08c230e71fc96490ecc82f910f2_18332_65f0a39f2c8704a7a9b2320930bfd1b8.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Rtools ready to install overview.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;6&#34;&gt;
&lt;li&gt;Once the installer has completed, &lt;a href=&#34;#figure-finish_setup&#34;&gt;Figure 5&lt;/a&gt; will be shown. Click the ‘Finish’ button to complete the installation.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-finish_setup&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Finish the Rtools installation.&#34; srcset=&#34;
               /media/rtools/04-completing-rtools-setup-wizard_hudde7cddda30121ee48bc4388f13e60e8_16587_0c357d7f348fb624830f241361dd0c86.webp 400w,
               /media/rtools/04-completing-rtools-setup-wizard_hudde7cddda30121ee48bc4388f13e60e8_16587_e934eca497e8f117e48ab891d389f950.webp 760w,
               /media/rtools/04-completing-rtools-setup-wizard_hudde7cddda30121ee48bc4388f13e60e8_16587_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rtools/04-completing-rtools-setup-wizard_hudde7cddda30121ee48bc4388f13e60e8_16587_0c357d7f348fb624830f241361dd0c86.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Finish the Rtools installation.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;h2 id=&#34;check-the-installation&#34;&gt;Check the Installation&lt;/h2&gt;
&lt;p&gt;For Rtools 4.5 there is an easy way to check, that the installation of Rtools was successful.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open R (either RGui or RStudio)&lt;/li&gt;
&lt;li&gt;Execute the following command: &lt;code&gt;Sys.which(&amp;quot;make&amp;quot;)&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When R returns &lt;code&gt;&amp;quot;C:\\rtools45\\usr\\bin\\make.exe&amp;quot;&lt;/code&gt;, you know that Rtools was successfully installed.&lt;/p&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;For Rtools 4.0 the returned path will be empty.&lt;/p&gt;
&lt;p&gt;This does not mean that the installation was not successful. Just that Rtools was not automatically added to the PATH environment variable.&lt;/p&gt;
&lt;p&gt;If you wish to add Rtools to the PATH environment variable, please follow the instructions on &lt;a href=&#34;https://cran.r-project.org/bin/windows/Rtools/rtools40.html&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;https://cran.r-project.org/bin/windows/Rtools/rtools40.html&lt;/a&gt;&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Custom RStudio installation on a WURclient computer</title>
      <link>https://www.verouden.net/post/2021/06/17/rstudio-installation-wurclient/</link>
      <pubDate>Thu, 17 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.verouden.net/post/2021/06/17/rstudio-installation-wurclient/</guid>
      <description>&lt;details class=&#34;toc-inpage d-print-none  &#34; open&gt;
  &lt;summary class=&#34;font-weight-bold&#34;&gt;Table of Contents&lt;/summary&gt;
  &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;Motivation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#prerequisites&#34;&gt;Prerequisites&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#uninstall-a-previously-installed-rstudio-version&#34;&gt;Uninstall a previously installed RStudio version&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#installed-from-software-center&#34;&gt;Installed from Software Center&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#installed-previously-as-a-custom-installation&#34;&gt;Installed previously as a custom installation&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#custom-rstudio-installation&#34;&gt;Custom RStudio installation&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#download&#34;&gt;Download&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#installation&#34;&gt;Installation&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#setting-the-default-rstudio-working-directory&#34;&gt;Setting the default RStudio working directory&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#resetting-rstudio-desktops-state&#34;&gt;Resetting RStudio desktop&amp;rsquo;s state&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#accessing-the-rstudio-desktop-directory-internal-state&#34;&gt;Accessing the RStudio-Desktop Directory (Internal State)&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#resetting-other-preferences&#34;&gt;Resetting other preferences&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
&lt;/details&gt;
&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;
&lt;p&gt;A WURclient desktop or laptop at Wageningen University &amp;amp; Research is not a standard Windows 11 computer. WURclients use Windows 11 Enterprise, which has been modified by Facilities and Services Information Technology (FB-IT) among others with respect to installation rights for security reasons.&lt;/p&gt;
&lt;p&gt;Classic WURclient desktops and laptops at Wageningen University &amp;amp; Research can install RStudio from the Software Center created by the IT department, which is launched by clicking on Start and selecting the &amp;ldquo;Software Center&amp;rdquo; tile. Modern WURclient desktops and laptops use the &amp;ldquo;WURAppStore&amp;rdquo; instead. The available version of RStudio in Software Center/WURAppStore is &lt;code&gt;RStudio 2025.05.1.513&lt;/code&gt;, referring to release &lt;code&gt;RStudio version 2025.05.1 Build 513&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This version of RStudio was placed in &amp;lsquo;Software Center&amp;rsquo; for educational purposes. Only once per year a new version of R (including R Commander and additional packages for several courses) and RStudio is released in Software Center.&lt;/p&gt;
&lt;p&gt;Many users, however, prefer to use the latest version of RStudio, because of new features offered in the newer version of the software. At the moment of writing this post the latest version of RStudio was v1.4.1717 named: &amp;lsquo;Juliet Rose&amp;rsquo; (released on 2021-06-01). The post has been updated, with the exception of the screenshots, to &lt;code&gt;RStudio 2026.04.0 Build 526&lt;/code&gt; named: &amp;ldquo;Globemaster Allium&amp;rdquo;.&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    This post will show how to custom install RStudio on a &lt;strong&gt;WURclient&lt;/strong&gt; desktop or laptop computer without using Software Center.
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    The installation instructions in this post are &lt;u&gt;&lt;strong&gt;not to be used on privately owned desktops or laptops&lt;/strong&gt;&lt;/u&gt;! For a privately owned desktop or laptop see the post: &lt;a href=&#34;https://www.verouden.net/post/2020/04/13/rstudio-installation-on-windows-10/&#34;&gt;RStudio installation on Windows 10/11&lt;/a&gt;.
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; To be able to perform a custom installation of RStudio you need to have &lt;u&gt;&lt;strong&gt;POWER USER RIGHTS&lt;/strong&gt;&lt;/u&gt; on the WURclient desktop or laptop.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To see whether you possess these rights, right-click any icon (except Recycle Bin or WUR HELP) on the desktop. When the opened menu contains the option &amp;lsquo;WUR - Run with administrative rights&amp;rsquo; (sixth or seventh from the top), it means you have power user rights on that particular desktop or laptop.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;a href=&#34;https://www.verouden.net/post/2021/01/24/r-installation-wurclient/&#34;&gt;R installed on a WURclient using a custom installation &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To be able to install RStudio you will need to have R installed first. If you haven&amp;rsquo;t done so already, please first perform a custom installation of R on your WURclient computer (use the link above to go to that specific post).&lt;/p&gt;
&lt;h2 id=&#34;uninstall-a-previously-installed-rstudio-version&#34;&gt;Uninstall a previously installed RStudio version&lt;/h2&gt;
&lt;p&gt;Before performing a new custom installation of RStudio it is recommended to uninstall a previously installed version.&lt;/p&gt;
&lt;p&gt;Here two procedures are described, follow the one that fits your needs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#installed-from-software-center&#34;&gt;Installed from Software Center&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#installed-previously-as-a-custom-installation&#34;&gt;Installed previously as a custom installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In case you have no version of RStudio installed on your WURclient desktop or laptop you can proceed to the section &lt;a href=&#34;#custom-rstudio-installation&#34;&gt;Custom RStudio installation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;installed-from-software-center&#34;&gt;Installed from Software Center&lt;/h3&gt;
&lt;p&gt;If you previously installed RStudio from Software Center, then to remove R reopen the Software Center by clicking on Start and next click on the Software Center tile. If for some reason you lack this tile in your start menu, just type &amp;lsquo;Software Center&amp;rsquo; and it will appear in a search results window in your Windows task bar.&lt;/p&gt;
&lt;p&gt;In the left column of Software Center navigate to &amp;lsquo;Installation Status&amp;rsquo;. Select the installed RStudio version and click on the green button bearing the text &amp;lsquo;Uninstall&amp;rsquo;. This will start the removal of the software. You will be informed by the Software Center, when the software has been uninstalled.&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;If you have not installed another version of RStudio, either via Software Center or via a custom installation, your computer should now be lacking a functioning RStudio installation. Continue with the section &lt;a href=&#34;#custom-rstudio-installation&#34;&gt;Custom RStudio installation&lt;/a&gt; to perform a new custom installation of RStudio.&lt;/p&gt;
&lt;p&gt;When you do still have a working RStudio installation on your WURclient computer, return to &lt;a href=&#34;#uninstall-a-previously-installed-rstudio-version&#34;&gt;Uninstall a previously installed RStudio version&lt;/a&gt; and follow the procedure applicable to your situation.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;installed-previously-as-a-custom-installation&#34;&gt;Installed previously as a custom installation&lt;/h3&gt;
&lt;p&gt;Let&amp;rsquo;s assume you previously installed RStudio version 1.3.959 on a WURclient computer (either a desktop or laptop) by following the steps for a custom installation of RStudio as described in this post. For a newer version of RStudio the steps are the same.&lt;!--, but names of folders will differ with respect to the R version number.--&gt;&lt;/p&gt;
&lt;p&gt;To uninstall RStudio perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open a File Explorer and navigate to the folder &lt;code&gt;C:\MyPrograms\RStudio&lt;/code&gt;. Right-click the file &lt;code&gt;Uninstall.exe&lt;/code&gt; and select &amp;lsquo;WUR - Run with administrative rights&amp;rsquo; as displayed in &lt;a href=&#34;#figure-explorer_uninstall_rstudio&#34;&gt;Figure 1&lt;/a&gt; below.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-explorer_uninstall_rstudio&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Uninstall Custom RStudio Installation from File Explorer.&#34; srcset=&#34;
               /media/rstudio-wurclient/uninstall_custom_rstudio_installation_hu380c998f4901fda8000260a6205a11f3_174646_63ba7443c4ebd6fd4eb30788d1fec5ea.webp 400w,
               /media/rstudio-wurclient/uninstall_custom_rstudio_installation_hu380c998f4901fda8000260a6205a11f3_174646_9bf42889c453e65d81d08befde9a73f5.webp 760w,
               /media/rstudio-wurclient/uninstall_custom_rstudio_installation_hu380c998f4901fda8000260a6205a11f3_174646_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rstudio-wurclient/uninstall_custom_rstudio_installation_hu380c998f4901fda8000260a6205a11f3_174646_63ba7443c4ebd6fd4eb30788d1fec5ea.webp&#34;
               width=&#34;760&#34;
               height=&#34;426&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Uninstall Custom RStudio Installation from File Explorer.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;The uninstaller will start as shown below in &lt;a href=&#34;#figure-uninstall_rstudio&#34;&gt;Figure 2&lt;/a&gt;. Click the &amp;lsquo;Uninstall&amp;rsquo; to proceed.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-uninstall_rstudio&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;RStudio for Windows Uninstall Announcement.&#34; srcset=&#34;
               /media/rstudio-wurclient/rstudio_uninstaller_hu1ae7dc113956b8f1e02c3cf5509345b9_14628_55bd4d0a85d8fff95cea4875af1bd4f0.webp 400w,
               /media/rstudio-wurclient/rstudio_uninstaller_hu1ae7dc113956b8f1e02c3cf5509345b9_14628_00a3982beaed904996443a7f1bbb9aeb.webp 760w,
               /media/rstudio-wurclient/rstudio_uninstaller_hu1ae7dc113956b8f1e02c3cf5509345b9_14628_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rstudio-wurclient/rstudio_uninstaller_hu1ae7dc113956b8f1e02c3cf5509345b9_14628_55bd4d0a85d8fff95cea4875af1bd4f0.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      RStudio for Windows Uninstall Announcement.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Once the uninstallation has completed, a message of success will be display as shown below in &lt;a href=&#34;#figure-uninstall_rstudio_success&#34;&gt;Figure 3&lt;/a&gt;. Click the &amp;lsquo;Close&amp;rsquo; button to finish.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-uninstall_rstudio_success&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;RStudio for Windows Uninstalled Successfully.&#34; srcset=&#34;
               /media/rstudio-wurclient/rstudio_uninstall_completed_hu4a5ac36de6aec93d848d008f47f60ad4_13403_78ac6254661c839024691507efb15a47.webp 400w,
               /media/rstudio-wurclient/rstudio_uninstall_completed_hu4a5ac36de6aec93d848d008f47f60ad4_13403_a56e67e8d4324bc2d6669c1dcddcdbb6.webp 760w,
               /media/rstudio-wurclient/rstudio_uninstall_completed_hu4a5ac36de6aec93d848d008f47f60ad4_13403_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rstudio-wurclient/rstudio_uninstall_completed_hu4a5ac36de6aec93d848d008f47f60ad4_13403_78ac6254661c839024691507efb15a47.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      RStudio for Windows Uninstalled Successfully.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;If you have not installed another version of RStudio, either via Software Center or via a custom installation, your computer should now be lacking a functioning RStudio installation. Continue with the section &lt;a href=&#34;#custom-rstudio-installation&#34;&gt;Custom RStudio installation&lt;/a&gt; to perform a new custom installation of RStudio.&lt;/p&gt;
&lt;p&gt;When you do still have a working RStudio installation on your WURclient computer, return to &lt;a href=&#34;#uninstall-a-previously-installed-rstudio-version&#34;&gt;Uninstall a previously installed RStudio version&lt;/a&gt; and follow the procedure applicable to your situation.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;custom-rstudio-installation&#34;&gt;Custom RStudio installation&lt;/h2&gt;
&lt;h3 id=&#34;download&#34;&gt;Download&lt;/h3&gt;
&lt;p&gt;At the time this post was written, the latest stable release of RStudio was version 1.4.1717. The post has been updated to the current stable release 2026.04.0 Build 526.&lt;/p&gt;
&lt;p&gt;Download RStudio using the following link: &lt;a href=&#34;https://download1.rstudio.org/electron/windows/RStudio-2026.04.0-526.exe&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
  &lt;i class=&#34;fas fa-download  pr-1 fa-fw&#34;&gt;&lt;/i&gt; RStudio 2026.04.0 Build 526 (ca. 319.84 MB)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For newer versions of RStudio the steps described after the download are the same, but starting with a newer version of the RStudio executable file.&lt;/p&gt;
&lt;h3 id=&#34;installation&#34;&gt;Installation&lt;/h3&gt;
&lt;p&gt;To install RStudio perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Right-click the downloaded file &lt;strong&gt;RStudio-2026.04.0-526.exe&lt;/strong&gt; and select &amp;lsquo;WUR - Run with administrative rights&amp;rsquo;. This file will most likely reside in your Downloads folder of your user account.&lt;/li&gt;
&lt;li&gt;After the installler has started, a Welcome window will appear as displayed below in &lt;a href=&#34;#figure-rstudio_setup&#34;&gt;Figure 4&lt;/a&gt;. Click the ‘Next’ button to proceed.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-rstudio_setup&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Welcome screen RStudio Setup.&#34; srcset=&#34;
               /media/rstudio-windows/1-rstudio-w10_hu9d9240117c38b10c52cdc898f8891ce7_15845_89f97afe8513a07d58d5affe705e3391.webp 400w,
               /media/rstudio-windows/1-rstudio-w10_hu9d9240117c38b10c52cdc898f8891ce7_15845_f55a4b86288b75ccac10fd809fcfcf12.webp 760w,
               /media/rstudio-windows/1-rstudio-w10_hu9d9240117c38b10c52cdc898f8891ce7_15845_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rstudio-windows/1-rstudio-w10_hu9d9240117c38b10c52cdc898f8891ce7_15845_89f97afe8513a07d58d5affe705e3391.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Welcome screen RStudio Setup.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Now the RStudio Setup will allow you to select the installation location by selecting a destination folder. Change the Destination Folder to &lt;code&gt;C:\MyPrograms\Rstudio&lt;/code&gt;, , as shown in &lt;a href=&#34;#figure-rstudio_install_location&#34;&gt;Figure 5&lt;/a&gt; below. Click the ‘Next’ button to continue.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-rstudio_install_location&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;RStudio Installation Location Selection.&#34; srcset=&#34;
               /media/rstudio-wurclient/rstudio_installation_folder_hue69a5a1d6ee61eb768de47549fbc5fd2_16131_872d9ef5c3de5972358733c92d140a36.webp 400w,
               /media/rstudio-wurclient/rstudio_installation_folder_hue69a5a1d6ee61eb768de47549fbc5fd2_16131_4993469912d29c4953dc570dea6665e6.webp 760w,
               /media/rstudio-wurclient/rstudio_installation_folder_hue69a5a1d6ee61eb768de47549fbc5fd2_16131_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rstudio-wurclient/rstudio_installation_folder_hue69a5a1d6ee61eb768de47549fbc5fd2_16131_872d9ef5c3de5972358733c92d140a36.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      RStudio Installation Location Selection.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Next the RStudio Setup allows choosing a Start Menu folder, as displayed below in &lt;a href=&#34;#figure-rstudio_startmenu_folder&#34;&gt;Figure 6&lt;/a&gt;, where the RStudio shortcut to start the program will be put. Click on ‘Install’ to start the installation of RStudio.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-rstudio_startmenu_folder&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Setting the RStudio Start Menu Folder.&#34; srcset=&#34;
               /media/rstudio-windows/3-rstudio-start-folder-w10_hufe39066e8a360cd6fb49b03e7ec4bccc_23423_a6f69321f9ac5913e4e71819c4a9caec.webp 400w,
               /media/rstudio-windows/3-rstudio-start-folder-w10_hufe39066e8a360cd6fb49b03e7ec4bccc_23423_81e125f2c79774c9db3f730f90adcfb7.webp 760w,
               /media/rstudio-windows/3-rstudio-start-folder-w10_hufe39066e8a360cd6fb49b03e7ec4bccc_23423_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rstudio-windows/3-rstudio-start-folder-w10_hufe39066e8a360cd6fb49b03e7ec4bccc_23423_a6f69321f9ac5913e4e71819c4a9caec.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Setting the RStudio Start Menu Folder.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Once the installation of RStudio has finished, the window will look like the one shown below in &lt;a href=&#34;#figure-rstudio_install_completed&#34;&gt;Figure 7&lt;/a&gt;. Click the ‘Finish’ button to close the setup.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-rstudio_install_completed&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;RStudio Installation Completion.&#34; srcset=&#34;
               /media/rstudio-windows/5-rstudio-completed-w10_hua3bbbcb039472205c08eb8445793a625_12484_df77c4f2bc204e6cdc3e54366ed5e768.webp 400w,
               /media/rstudio-windows/5-rstudio-completed-w10_hua3bbbcb039472205c08eb8445793a625_12484_3d3c3ae2aecb117b6177a2858e063305.webp 760w,
               /media/rstudio-windows/5-rstudio-completed-w10_hua3bbbcb039472205c08eb8445793a625_12484_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/rstudio-windows/5-rstudio-completed-w10_hua3bbbcb039472205c08eb8445793a625_12484_df77c4f2bc204e6cdc3e54366ed5e768.webp&#34;
               width=&#34;499&#34;
               height=&#34;388&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      RStudio Installation Completion.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Congratulations, &amp;#x1f606;, you now have RStudio 2026.04.0 Build 526 installed on your WURclient desk- or laptop computer!
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;setting-the-default-rstudio-working-directory&#34;&gt;Setting the default RStudio working directory&lt;/h2&gt;
&lt;p&gt;In the default R GUI the working directory at start up is:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;\\\\WURNET.NL&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Homes&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;user001&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;/&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;My&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Documents&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;where user001 display your own WUR username, as described in the section &lt;a href=&#34;https://www.verouden.net/post/2021/01/24/r-installation-wurclient/#changing-the-r-gui-working-directory&#34;&gt;Changing the R GUI working directory&lt;/a&gt; of the post &lt;a href=&#34;https://www.verouden.net/post/2021/01/24/r-installation-wurclient&#34;&gt;Custom R installation on a WURclient computer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In RStudio the default working directory of the R Console and Files tab can be set in the &lt;strong&gt;Global Options&amp;hellip;&lt;/strong&gt; item under &lt;strong&gt;Tools&lt;/strong&gt; in the top menu:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;a new window will open by default in the &lt;em&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/em&gt; part,&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;go to &lt;strong&gt;R Sessions&lt;/strong&gt; and select your &amp;ldquo;Default working directory (when not in a project):&amp;rdquo; by setting the desired folder using the &lt;strong&gt;Browse&lt;/strong&gt; button.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When restarting RStudio you will notice, that both the R console and the Files tab open in the selected default working directory.&lt;/p&gt;
&lt;!-- ## Warning Message RStudio

Lately I have been getting many e-mails claiming that R/RStudio, from Software Center or the custom installation, is not working well within Wageningen University &amp; Research.

Usually the mail contains the following console message:
```r
Warning message:
In normalizePath(path.expand(path), winslash, mustWork) :
  path[1]=&#34;//WURNET.NL/Homes/user001/My Documents&#34;: Access is denied
```
, where `user001` displays the user&#39;s own personal WUR username.

It is merely a **WARNING MESSAGE**.

This message is only given in RStudio, because it is a persistent problem originating from the use of RStudio within a network environment. On the Fora of RStudio this problem has been appearing since 2014 and has still not been resolved by RStudio.

Whether you installed R and RStudio on a WURclient using Software Center or via the posts of this website, the warning message does not hamper the working of R in RStudio.

As user you can check, where packages are installed using the following command in RStudio:
```r
.libPaths()
```
For a custom installation R will return in the console:
```r
[1] &#34;C:/ProgramData/R/win-library/4.2&#34; &#34;C:/MyPrograms/R/R-4.2.0/library&#34;
```
In case you have a custom installation and the returned paths are different, it means you didn&#39;t follow the steps for the installation of R as described. Please reinstall R as described in [R installed on a WURclient using a custom installation ](/post/2021/01/24/r-installation-wurclient/).


The installation via Software Center will return in the console:
```
[1] &#34;C:/ProgramData/R/win-library/4.1&#34; &#34;C:/Program Filess/R/R-4.1.0/library&#34;
```
In case you have installed via Software Center, but get different paths I urgently request you to contact first the Servicedesk IT. When they can not solve the issue, I will be contacted via them. --&gt;
&lt;h2 id=&#34;resetting-rstudio-desktops-state&#34;&gt;Resetting RStudio desktop&amp;rsquo;s state&lt;/h2&gt;
&lt;!-- Based on: https://support.posit.co/hc/en-us/articles/200534577-Resetting-RStudio-Desktop-s-State --&gt;
&lt;p&gt;RStudio Desktop stores its internal state in a hidden directory. If this directory does not exist, RStudio will create it on start up. This directory includes information about open documents, log files, and other state information. Removing (or renaming) this directory will reset RStudio&amp;rsquo;s state.&lt;/p&gt;
&lt;p&gt;It is recommended to rename this directory to create a backup version instead of completely deleting it. This allows saving your settings, in case needed to revert back to them. Additionally, if experiencing a crash or RStudio failed to start, this directory may contain vital information for determining the source of the error.&lt;/p&gt;
&lt;p&gt;Starting with RStudio 1.3, user preferences are stored in a separate folder from internal state. This allows for performing a state reset without losing settings, and also allows for preferences to be sync&amp;rsquo;ed between machines (in e.g., &lt;code&gt;AppData\Roaming&lt;/code&gt; on Windows) while internal state is machine specific.&lt;/p&gt;
&lt;p&gt;Some versions of RStudio Desktop store additional preferences (such as the size and location of the window and the rendering mode) in a separate location. To fully reset state, this must also be deleted or renamed, as described below in &amp;ldquo;&lt;a href=&#34;#resetting-other-preferences&#34;&gt;Resetting Other Preferences&lt;/a&gt;&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;When using RStudio Projects, it is also recommended to reset the project-specific state if experiencing issues - this can done by navigating to the Project&amp;rsquo;s folder in the file browser, and renaming the &lt;code&gt;.Rproj.user&lt;/code&gt; directory there.&lt;/p&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    Before resetting the internal state or other preferences make sure that no instance of RStudio is currently running. Use the task manager in Windows to close any running instance of RStudio.
  &lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;accessing-the-rstudio-desktop-directory-internal-state&#34;&gt;Accessing the RStudio-Desktop Directory (Internal State)&lt;/h3&gt;
&lt;p&gt;Open a File Explorer window into the RStudio-Desktop directory by typing the following command into &lt;code&gt;Start -&amp;gt; Run&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;%localappdata%&lt;span class=&#34;se&#34;&gt;\R&lt;/span&gt;Studio
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;For older versions of RStudio (v1.3 and older), the state is stored here:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;%localappdata%&lt;span class=&#34;se&#34;&gt;\R&lt;/span&gt;Studio-Desktop
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Rename the directory &lt;code&gt;Rstudio&lt;/code&gt; or &lt;code&gt;RStudio-Desktop&lt;/code&gt;, e.g. to &lt;code&gt;old_Rstudio&lt;/code&gt;. The environment variable &lt;code&gt;%localappdata&lt;/code&gt; generally resolves into the folder &lt;code&gt;C:\Users\&amp;lt;username&amp;gt;\AppData\Local&lt;/code&gt;, where &lt;code&gt;&amp;lt;username&amp;gt;&lt;/code&gt; reflects the username of the current user.&lt;/p&gt;
&lt;h3 id=&#34;resetting-other-preferences&#34;&gt;Resetting other preferences&lt;/h3&gt;
&lt;p&gt;Open an Explorer window into the RStudio preferences directory by typing the following command into &lt;code&gt;Start -&amp;gt; Run&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;%appdata%&lt;span class=&#34;se&#34;&gt;\R&lt;/span&gt;Studio
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Rename the directory &lt;code&gt;RStudio&lt;/code&gt;, e.g. to &lt;code&gt;old_Rstudio&lt;/code&gt;. The environment variable &lt;code&gt;%appdata&lt;/code&gt; generally resolves into the folder &lt;code&gt;C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming&lt;/code&gt;, where &lt;code&gt;&amp;lt;username&amp;gt;&lt;/code&gt; reflects the username of the current user.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>R Commander installation in R on a WURclient computer</title>
      <link>https://www.verouden.net/post/2021/04/23/r-commander-installation-in-r-on-wurclient/</link>
      <pubDate>Fri, 23 Apr 2021 00:00:00 +0000</pubDate>
      <guid>https://www.verouden.net/post/2021/04/23/r-commander-installation-in-r-on-wurclient/</guid>
      <description>&lt;details class=&#34;toc-inpage d-print-none  &#34; open&gt;
  &lt;summary class=&#34;font-weight-bold&#34;&gt;Table of Contents&lt;/summary&gt;
  &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;Motivation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#r-commander-installation-from-the-r-gui&#34;&gt;R Commander Installation from the R GUI&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#starting-and-restarting-r-commander&#34;&gt;Starting and restarting R Commander&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#start-r-commander&#34;&gt;Start R Commander&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#restart-r-commander&#34;&gt;Restart R Commander&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
&lt;/details&gt;
&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;
&lt;p&gt;A WURclient desktop or laptop at Wageningen University &amp;amp; Research is not a standard Windows 10 computer. WURclients use Windows 11 Enterprise, which has been modified by Facilities and Services Information Technology (FB-IT) among others with respect to installation rights for security reasons.&lt;/p&gt;
&lt;p&gt;Classic WURclient desktops and laptops at Wageningen University &amp;amp; Research can install R from the Software Center created by the IT department, which is launched by clicking on Start and selecting the &amp;ldquo;Software Center&amp;rdquo; tile. Modern WURclient desktops and laptops use the &amp;ldquo;WURAppStore&amp;rdquo; instead.&lt;!-- At the time this post was written the latest version of R in Software Center is `R 4.1.0 Rcmdr`.--&gt; Currently the latest available version in Software Center/WURAppStore is &lt;code&gt;R 4.5.1 Rcmdr&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This version of R was packaged for educational purposes, where &lt;code&gt;Rcmdr&lt;/code&gt; reflects that the installer includes R Commander. Only once per year a new version of R (including R Commander and additional packages for several courses) is released in Software Center.&lt;/p&gt;
&lt;p&gt;Many users, however, prefer to install software themselves, e.g., because they like to use a newer version of R than the one in Software Center/WURAppStore. When this post was written the release version of R on &lt;a href=&#34;https://www.r-project.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;r-project.org&lt;/a&gt; was 4.0.3, named: &amp;ldquo;Bunny-Wunnies Freak Out&amp;rdquo; (released on 2020-10-10). The post has been updated, with the exception of the screenshots, to latest R version 4.5.3, named: &amp;ldquo;Reassured Reassurer&amp;rdquo; (released on 2026-03-11).&lt;/p&gt;
&lt;p&gt;Some users will also like to install the latest version of R Commander on their WURclient, after having installed the latest version of R via a custom installation without using Software Center/WURAppStore.&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    This post will show how to install R Commander within R on a &lt;strong&gt;WURclient&lt;/strong&gt; desktop or laptop computer after a custom R installation.
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    The installation instructions in this post are &lt;u&gt;&lt;strong&gt;not to be used on privately owned desktops or laptops&lt;/strong&gt;&lt;/u&gt;! For a privately owned desktop or laptop see the post: &lt;a href=&#34;https://www.verouden.net/post/2020/04/06/r-commander-installation-in-r-on-windows-10/&#34;&gt;R Commander installation in R on Windows 10&lt;/a&gt;.
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;r-commander-installation-from-the-r-gui&#34;&gt;R Commander Installation from the R GUI&lt;/h2&gt;
&lt;p&gt;Prior requirement:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; &lt;a href=&#34;https://www.verouden.net/post/2021/01/24/r-installation-wurclient/&#34;&gt;R installed on a WURclient using a custom installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To be able to install R Commander you will need to have R installed first. If you haven&amp;rsquo;t done so already, please first perform a custom installation of R on your WURclient computer (use the link above to go to that specific post).&lt;/p&gt;
&lt;p&gt;Some Figures in this post are based on R version 3.6.3. For newer versions of R the steps described are the same, only some screens you will see during your installation will display a higher version number of R compared to the screenshots in the figures of this post.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Start &lt;code&gt;R x64 4.5.3&lt;/code&gt; from the ‘R’ folder in the ‘Start Menu’ as displayed below in &lt;a href=&#34;#figure-startmenu_r&#34;&gt;Figure 1&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-startmenu_r&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Start Menu R x64&#34; srcset=&#34;
               /media/r-commander-windows/startmenu-r_hu21798dd742e7c7486630d7f742cd89c4_47149_d8d36d69a43a8b6d3a01060a400e8dbe.webp 400w,
               /media/r-commander-windows/startmenu-r_hu21798dd742e7c7486630d7f742cd89c4_47149_47079a3cdf45ae547a0e7d125ce8be67.webp 760w,
               /media/r-commander-windows/startmenu-r_hu21798dd742e7c7486630d7f742cd89c4_47149_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-commander-windows/startmenu-r_hu21798dd742e7c7486630d7f742cd89c4_47149_d8d36d69a43a8b6d3a01060a400e8dbe.webp&#34;
               width=&#34;294&#34;
               height=&#34;430&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Start Menu R x64
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;The R GUI (graphical user interface) will open and the cursor will be ready for input behind the prompt, as indicated by the &lt;code&gt;&amp;gt;&lt;/code&gt; sign. Use the mouse pointer and navigate to the top menu and select ‘Packages’ &amp;gt; ‘Install Package(s)&amp;hellip;’ as shown in &lt;a href=&#34;#figure-install_packages_rgui&#34;&gt;Figure 2&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_packages_rgui&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R GUI Install Packages&#34; srcset=&#34;
               /media/r-commander-windows/install-packages-r-gui_hue2525dd14a5bc2d80a448a69071d12a9_43316_7305e032d9e2df9d71d7b45c756fe69c.webp 400w,
               /media/r-commander-windows/install-packages-r-gui_hue2525dd14a5bc2d80a448a69071d12a9_43316_5ea6c806db73e503c279da299163f6ac.webp 760w,
               /media/r-commander-windows/install-packages-r-gui_hue2525dd14a5bc2d80a448a69071d12a9_43316_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-commander-windows/install-packages-r-gui_hue2525dd14a5bc2d80a448a69071d12a9_43316_7305e032d9e2df9d71d7b45c756fe69c.webp&#34;
               width=&#34;370&#34;
               height=&#34;193&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R GUI Install Packages
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Now a CRAN (Comprehensive R Archive Network) mirror needs to be selected, from which packages will be installed. Select, as shown below in &lt;a href=&#34;#figure-select_cran_mirror&#34;&gt;Figure 3&lt;/a&gt;, the top one ‘0-Cloud [https]’. This to make sure, that always the nearest CRAN mirror will be used no matter where you will be on the globe &amp;#x1f30d;. Click on the ‘OK’ button to confirm the selection.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-select_cran_mirror&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R GUI Select CRAN Mirror&#34; srcset=&#34;
               /media/r-commander-windows/select-cran-mirror_hu0820812f8942341e732271921af56aba_12857_8ebf53d717eef19a48ff9f8d89b95feb.webp 400w,
               /media/r-commander-windows/select-cran-mirror_hu0820812f8942341e732271921af56aba_12857_78a04fe82c87f28c85e5b96578ac05f5.webp 760w,
               /media/r-commander-windows/select-cran-mirror_hu0820812f8942341e732271921af56aba_12857_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-commander-windows/select-cran-mirror_hu0820812f8942341e732271921af56aba_12857_8ebf53d717eef19a48ff9f8d89b95feb.webp&#34;
               width=&#34;209&#34;
               height=&#34;77&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R GUI Select CRAN Mirror
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;After the CRAN mirror selection a list of available packages will appear. Scroll down to find the &lt;code&gt;Rcmdr&lt;/code&gt; package and click it to select. As shown below in &lt;a href=&#34;#figure-install_rcmdr_package&#34;&gt;Figure 4&lt;/a&gt; the package will turn blue, when selected. Confirm the installation by clicking the ‘OK’ button. Now a lot will happen in your display while the &lt;code&gt;Rcmdr&lt;/code&gt; pacakage and its dependencies are being installed.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_rcmdr_package&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R GUI Select the Rcmdr package to be installed.&#34; srcset=&#34;
               /media/r-commander-windows/install-package-Rcmdr_huca2b3f15d93e06bd489407981260bfad_41447_530e6ba0fab0c95ec8019fc46b167d27.webp 400w,
               /media/r-commander-windows/install-package-Rcmdr_huca2b3f15d93e06bd489407981260bfad_41447_1f0a704f3a9f928c5c29bb9049b07c2d.webp 760w,
               /media/r-commander-windows/install-package-Rcmdr_huca2b3f15d93e06bd489407981260bfad_41447_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-commander-windows/install-package-Rcmdr_huca2b3f15d93e06bd489407981260bfad_41447_530e6ba0fab0c95ec8019fc46b167d27.webp&#34;
               width=&#34;219&#34;
               height=&#34;262&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R GUI Select the Rcmdr package to be installed.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Repeat step 4. for installing the &lt;code&gt;RcmdrPlugin.HH&lt;/code&gt; package or any other additional Plugin for R Commander you need. The &lt;code&gt;HH&lt;/code&gt; plugin for example provides additional functionality for Simple Linear Regression.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Once the installation of the &lt;code&gt;RcmdrPlugin.HH&lt;/code&gt; package, or any other additional Plugins you require, has finished, you are ready &amp;#x1f606; to start R version 4.5.3 and use R Commander.
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    &lt;strong&gt;When using R Commander for the first time additional packages, required for R Commander to work correctly, will need to be installed. Allow the installation to be able to work smoothly without errors!&lt;/strong&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;starting-and-restarting-r-commander&#34;&gt;Starting and restarting R Commander&lt;/h2&gt;
&lt;h3 id=&#34;start-r-commander&#34;&gt;Start R Commander&lt;/h3&gt;
&lt;p&gt;To start R Commander type the &lt;code&gt;library(Rcmdr)&lt;/code&gt; command behind the R Console prompt (indicated by a &lt;code&gt;&amp;gt;&lt;/code&gt; sign) and press return (↩) to execute the command.&lt;/p&gt;
&lt;h3 id=&#34;restart-r-commander&#34;&gt;Restart R Commander&lt;/h3&gt;
&lt;p&gt;In case R Commander crashes while using it, you will need to resart it. However, in the R Console currently running R, the &lt;code&gt;library(Rcmdr)&lt;/code&gt; command will not restart R Commander.&lt;/p&gt;
&lt;p&gt;The reason is, that the R Commander package is still loaded and first needs to be detached. To detach the R Commander package you can copy (Ctrl+C) the following command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-R&#34; data-lang=&#34;R&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;detach&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;package:Rcmdr&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;unload&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;kc&#34;&gt;TRUE&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;paste (Ctrl+V) it behind the prompt in the R Console (indicated by a &lt;code&gt;&amp;gt;&lt;/code&gt; sign) and press return (↩) to execute the command.&lt;/p&gt;
&lt;p&gt;Now R Commander can be restarted by using the &lt;code&gt;library(Rcmdr)&lt;/code&gt; command as before.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Custom R installation on a WURclient computer</title>
      <link>https://www.verouden.net/post/2021/01/24/r-installation-wurclient/</link>
      <pubDate>Sun, 24 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://www.verouden.net/post/2021/01/24/r-installation-wurclient/</guid>
      <description>&lt;details class=&#34;toc-inpage d-print-none  &#34; open&gt;
  &lt;summary class=&#34;font-weight-bold&#34;&gt;Table of Contents&lt;/summary&gt;
  &lt;nav id=&#34;TableOfContents&#34;&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;Motivation&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#prerequisite&#34;&gt;Prerequisite&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#uninstall-a-previously-installed-r-version&#34;&gt;Uninstall a previously installed R version&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#installed-from-software-center&#34;&gt;Installed from Software Center&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#installed-previously-as-a-custom-installation&#34;&gt;Installed previously as a custom installation&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#custom-r-installation&#34;&gt;Custom R installation&lt;/a&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;a href=&#34;#download&#34;&gt;Download&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&#34;#installation&#34;&gt;Installation&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;a href=&#34;#changing-the-r-gui-working-directory&#34;&gt;Changing the R GUI working directory&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;/nav&gt;
&lt;/details&gt;
&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;
&lt;p&gt;A WURclient desktop or laptop at Wageningen University &amp;amp; Research is not a standard Windows 11 computer. WURclients use Windows 11 Enterprise, which has been modified by Facilities and Services Information Technology (FB-IT) among others with respect to installation rights for security reasons.&lt;/p&gt;
&lt;p&gt;Classic WURclient desktops and laptops at Wageningen University &amp;amp; Research can install R from the Software Center created by the IT department, which is launched by clicking on Start and selecting the &amp;ldquo;Software Center&amp;rdquo; tile. Modern WURclient desktops and laptops use the &amp;ldquo;WURAppStore&amp;rdquo; instead.&lt;!-- At the time this post was written the latest version of R in Software Center is `R 4.1.0 Rcmdr`.--&gt; Currently the latest available version in Software Center/WURAppStore is &lt;code&gt;R 4.5.1 Rcmdr&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This version of R was packaged for educational purposes, where &lt;code&gt;Rcmdr&lt;/code&gt; reflects that the installer includes R Commander. Only once per year a new version of R (including R Commander and additional packages for several courses) is released in Software Center/wurappstore. Users can update all packages in this release, even the core packages in the so-called &lt;strong&gt;&lt;em&gt;System Library&lt;/em&gt;&lt;/strong&gt;. The pre-installed packages in the &lt;strong&gt;&lt;em&gt;User Library&lt;/em&gt;&lt;/strong&gt; can be uninstalled, when not needed.&lt;/p&gt;
&lt;p&gt;Many users, however, prefer to install software themselves, e.g., because they like to use a newer version of R than the one in Software Center/WURAppStore. When this post was written the release version of R on &lt;a href=&#34;https://www.r-project.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;r-project.org&lt;/a&gt; was 4.0.3, named: &amp;ldquo;Bunny-Wunnies Freak Out&amp;rdquo; (released on 2020-10-10). The post has been updated, with the exception of the screenshots, to latest R version 4.5.3, named: &amp;ldquo;Reassured Reassurer&amp;rdquo; (Released on 2026-03-11).&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    This post will show how to custom install R on a &lt;strong&gt;WURclient&lt;/strong&gt; desktop or laptop computer without using Software Center/WURAppStore.
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    The installation instructions in this post are &lt;u&gt;&lt;strong&gt;not to be used on privately owned desktops or laptops&lt;/strong&gt;&lt;/u&gt;! For a privately owned desktop or laptop see the post: &lt;a href=&#34;https://www.verouden.net/post/2020/04/06/r-installation-windows-10/&#34;&gt;R installation on Windows 10/11&lt;/a&gt;.
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;prerequisite&#34;&gt;Prerequisite&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; To be able to perform a custom installation of R you need to have &lt;u&gt;&lt;strong&gt;POWER USER RIGHTS&lt;/strong&gt;&lt;/u&gt; on the WURclient desktop or laptop.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To see whether you possess these rights, right-click any icon (except Recycle Bin or WUR HELP) on the desktop. When the opened menu contains the option &amp;lsquo;WUR - Run with administrative rights&amp;rsquo; (seventh or eighth from the top), it means you have power user rights on that particular desktop or laptop.&lt;/p&gt;
&lt;h2 id=&#34;uninstall-a-previously-installed-r-version&#34;&gt;Uninstall a previously installed R version&lt;/h2&gt;
&lt;p&gt;Before performing a new custom installation of R it is recommended to uninstall a previously installed version.&lt;/p&gt;
&lt;p&gt;Here two procedures are described, follow the one that fits your needs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#installed-from-software-center&#34;&gt;Installed from Software Center&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#installed-previously-as-a-custom-installation&#34;&gt;Installed previously as a custom installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In case you have no version of R installed on your WURclient desktop or laptop you can proceed to the section &lt;a href=&#34;#custom-r-installation&#34;&gt;Custom R installation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;installed-from-software-center&#34;&gt;Installed from Software Center&lt;/h3&gt;
&lt;p&gt;If you previously installed R from Software Center, then to remove R reopen the Software Center by clicking on Start and next click on the Software Center tile. If for some reason you lack this tile in your start menu, just type &amp;lsquo;Software Center&amp;rsquo; and it will appear in a search results window in your Windows task bar.&lt;/p&gt;
&lt;p&gt;In the left column of Software Center navigate to &amp;ldquo;Installation Status&amp;rdquo;. Select the installed R version and click on the green button bearing the text &amp;ldquo;Uninstall&amp;rdquo;. This will start the removal of the software. You will be informed by the Software Center, when the software has been uninstalled.&lt;/p&gt;
&lt;p&gt;Next you will need to remove the packages, you have installed manually (added yourself via the &lt;code&gt;install.packages()&lt;/code&gt; command in R).&lt;/p&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    Be aware that all packages you have installed manually will be removed, if you continue here!
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Let&amp;rsquo;s assume you had previously installed &lt;code&gt;CRAN R 3.6.1 Rcmdr&lt;/code&gt; from Software Center on your WURclient computer. The user installed packages will reside in &lt;code&gt;C:\ProgramData\R\win-library\3.6&lt;/code&gt;. If you try to remove the folder via File Explorer in Windows, you will discover that you have insufficient rights to do so. The reason is that Software Center installs software with &lt;strong&gt;ADMINISTRATOR RIGHTS&lt;/strong&gt;, you on the other hand only have &lt;strong&gt;POWER USER RIGHTS&lt;/strong&gt;. The &lt;strong&gt;POWER USER&lt;/strong&gt; does not have full administrator privileges!&lt;/p&gt;
&lt;p&gt;However, there is a way to still delete the previously manually installed packages from &lt;code&gt;C:\ProgramData\R\win-library\3.6&lt;/code&gt;. To do so you need to use either Command Prompt or Windows PowerShell with &lt;strong&gt;POWER USER RIGHTS&lt;/strong&gt;. Perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Search for the Command Prompt application by typing &lt;code&gt;cmd&lt;/code&gt; in the search field (displayed as a magnifying glass) of the Windows task bar.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The left part of the search results will show the Command Prompt App as best match and it will be highlighted in blue. Click on &lt;code&gt;Open file location&lt;/code&gt; (third from the top) in the right part displaying the options for the Command Prompt App.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A File Explorer window will open with the shortcut to Command Prompt highlighted in blue. Right-click the Command Prompt shortcut and select &amp;lsquo;WUR - Run with adminstrative rights&amp;rsquo; as shown in &lt;a href=&#34;#figure-explorer_cmd_pusr&#34;&gt;Figure 1&lt;/a&gt; below.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-explorer_cmd_pusr&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Run CMD with &amp;#39;WUR administrative rights&amp;#39; from File Explorer.&#34; srcset=&#34;
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_934d0ffdb7ce8f9ce630438d215f5a5c.webp 400w,
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_b767fe9446bf447954591c28b1f1904e.webp 760w,
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_934d0ffdb7ce8f9ce630438d215f5a5c.webp&#34;
               width=&#34;760&#34;
               height=&#34;428&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Run CMD with &amp;lsquo;WUR administrative rights&amp;rsquo; from File Explorer.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;The Command Prompt application will open, as shown in &lt;a href=&#34;#figure-cmd_prompt&#34;&gt;Figure 2&lt;/a&gt; below, on the folder &lt;code&gt;C:\Windows&lt;/code&gt;. The top of the window shows that the Command Prompt application is used in Administrator mode (&lt;strong&gt;&lt;span style=&#34;color:red;&#34;&gt;WARNING:&lt;/span&gt; BE CAREFULL!!&lt;/strong&gt;).&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-cmd_prompt&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Command Prompt with Adminstrative Rights.&#34; srcset=&#34;
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_d2a46ed200483259f07179d651c8bf88.webp 400w,
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_9b336826b7887638f8c197de0f863e19.webp 760w,
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_d2a46ed200483259f07179d651c8bf88.webp&#34;
               width=&#34;670&#34;
               height=&#34;213&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Command Prompt with Adminstrative Rights.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Change the working directory to &lt;code&gt;C:\ProgramData&lt;/code&gt;. This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; C:&lt;span class=&#34;se&#34;&gt;\P&lt;/span&gt;rogramData
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;6&#34;&gt;
&lt;li&gt;Remove the directory &lt;code&gt;C:\ProgramData\R\win-library\3.6&lt;/code&gt; with all its content (subdirectories and files). This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rmdir /S C:&lt;span class=&#34;se&#34;&gt;\P&lt;/span&gt;rogramData&lt;span class=&#34;se&#34;&gt;\R\w&lt;/span&gt;in-library&lt;span class=&#34;se&#34;&gt;\3&lt;/span&gt;.6
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;7&#34;&gt;
&lt;li&gt;
&lt;p&gt;The question &lt;code&gt;C:\ProgramData\R\win-library\3.6, Are you sure (Y/N)?&lt;/code&gt; will appear. Confirm the removal of the directory with all its content by answering &lt;code&gt;Y&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Command Prompt application can now be closed by typing &lt;code&gt;exit&lt;/code&gt; and executing it by pressing return (Enter).&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;If you have not installed another version of R, either via Software Center or via a custom installation, your computer should now be lacking a functioning R installation. Continue with the section &lt;a href=&#34;#custom-r-installation&#34;&gt;Custom R installation&lt;/a&gt; to perform a new custom installation of R.&lt;/p&gt;
&lt;p&gt;When you do still have a working R installation on your WURclient computer, return to &lt;a href=&#34;#uninstall-a-previously-installed-r-version&#34;&gt;Uninstall a previously installed R version&lt;/a&gt; and follow the procedure applicable to your situation.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h3 id=&#34;installed-previously-as-a-custom-installation&#34;&gt;Installed previously as a custom installation&lt;/h3&gt;
&lt;p&gt;Let&amp;rsquo;s assume you previously installed R version 3.6.3 on a WURclient computer (either a desktop or laptop) by following the steps for a custom installation of R as described in this post. For a newer version of R the steps are the same, but names of folders will differ with respect to the R version number.&lt;/p&gt;
&lt;p&gt;To uninstall R and delete the manually installed packages (added yourself via the &lt;code&gt;install.packages()&lt;/code&gt; command in R) perform the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open a File Explorer and navigate to the folder &lt;code&gt;C:\MyPrograms\R\R-3.6.3&lt;/code&gt;. Right-click the file &lt;code&gt;unins000.exe&lt;/code&gt; and select &amp;lsquo;WUR - Run with administrative rights&amp;rsquo; as displayed in &lt;a href=&#34;#figure-explorer_uninstall_r&#34;&gt;Figure 3&lt;/a&gt; below.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-explorer_uninstall_r&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Uninstall Custom R Installation from File Explorer.&#34; srcset=&#34;
               /media/r-wurclient/uninstall_custom_r_installation_hu924b9ed87026440b0f5addd729ac5d4f_171935_5128329800ce594d082a8a812344f542.webp 400w,
               /media/r-wurclient/uninstall_custom_r_installation_hu924b9ed87026440b0f5addd729ac5d4f_171935_a51b3247e775e96a706cc7925a6c08f3.webp 760w,
               /media/r-wurclient/uninstall_custom_r_installation_hu924b9ed87026440b0f5addd729ac5d4f_171935_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/uninstall_custom_r_installation_hu924b9ed87026440b0f5addd729ac5d4f_171935_5128329800ce594d082a8a812344f542.webp&#34;
               width=&#34;760&#34;
               height=&#34;427&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Uninstall Custom R Installation from File Explorer.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;The uninstaller will start as shown below in &lt;a href=&#34;#figure-uninstall_r&#34;&gt;Figure 4&lt;/a&gt;. Click the &amp;lsquo;Yes&amp;rsquo; to proceed.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-uninstall_r&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R for Windows Uninstall Announcement.&#34; srcset=&#34;
               /media/r-wurclient/r_v3.6.3_uninstall_hudb0aa10c73c9db3acaa74852ff01d587_3858_df45fd1355fa38511269ad4e0b2bcc92.webp 400w,
               /media/r-wurclient/r_v3.6.3_uninstall_hudb0aa10c73c9db3acaa74852ff01d587_3858_9de3a57fc08a728a43fca24046d33b61.webp 760w,
               /media/r-wurclient/r_v3.6.3_uninstall_hudb0aa10c73c9db3acaa74852ff01d587_3858_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/r_v3.6.3_uninstall_hudb0aa10c73c9db3acaa74852ff01d587_3858_df45fd1355fa38511269ad4e0b2bcc92.webp&#34;
               width=&#34;404&#34;
               height=&#34;152&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R for Windows Uninstall Announcement.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;Once the uninstallation has completed, a message of success will be display as shown below in &lt;a href=&#34;#figure-uninstall_r_success&#34;&gt;Figure 5&lt;/a&gt;. Click the &amp;lsquo;OK&amp;rsquo; button to finish.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-uninstall_r_success&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R for Windows Uninstalled Successfully.&#34; srcset=&#34;
               /media/r-wurclient/successfull_uninstallation_r_hu2329d51d1da1a8bdd663346e60dfe066_2793_9fc4472679c8e342462d17737038e22a.webp 400w,
               /media/r-wurclient/successfull_uninstallation_r_hu2329d51d1da1a8bdd663346e60dfe066_2793_f5489af04d8971353a0171c0629b115c.webp 760w,
               /media/r-wurclient/successfull_uninstallation_r_hu2329d51d1da1a8bdd663346e60dfe066_2793_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/successfull_uninstallation_r_hu2329d51d1da1a8bdd663346e60dfe066_2793_9fc4472679c8e342462d17737038e22a.webp&#34;
               width=&#34;388&#34;
               height=&#34;152&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R for Windows Uninstalled Successfully.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;
&lt;p&gt;Search for the Command Prompt application by typing &lt;code&gt;cmd&lt;/code&gt; in the search field (displayed as a magnifying glass) of the Windows task bar.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The left part of the search results will show the Command Prompt App as best match and it will be highlighted in blue. Click on &lt;code&gt;Open file location&lt;/code&gt; (third from the top) in the right part displaying the options for the Command Prompt App.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A File Explorer window will open with the shortcut to Command Prompt highlighted in blue. Right-click the Command Prompt shortcut and select &amp;lsquo;WUR - Run with adminstrative rights&amp;rsquo; as shown in &lt;a href=&#34;#figure-explorer_cmd_pusr2&#34;&gt;Figure 6&lt;/a&gt; below.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-explorer_cmd_pusr2&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Run CMD with &amp;#39;WUR administrative rights&amp;#39; from File Explorer.&#34; srcset=&#34;
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_934d0ffdb7ce8f9ce630438d215f5a5c.webp 400w,
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_b767fe9446bf447954591c28b1f1904e.webp 760w,
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_934d0ffdb7ce8f9ce630438d215f5a5c.webp&#34;
               width=&#34;760&#34;
               height=&#34;428&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Run CMD with &amp;lsquo;WUR administrative rights&amp;rsquo; from File Explorer.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;7&#34;&gt;
&lt;li&gt;The Command Prompt application will open, as shown in &lt;a href=&#34;#figure-cmd_prompt2&#34;&gt;Figure 7&lt;/a&gt; below, on the folder &lt;code&gt;C:\Windows&lt;/code&gt;. The top of the window shows that the Command Prompt application is used in Administrator mode (&lt;strong&gt;&lt;span style=&#34;color:red;&#34;&gt;WARNING:&lt;/span&gt; BE CAREFULL!!&lt;/strong&gt;).&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-cmd_prompt2&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Command Prompt with Adminstrative Rights.&#34; srcset=&#34;
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_d2a46ed200483259f07179d651c8bf88.webp 400w,
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_9b336826b7887638f8c197de0f863e19.webp 760w,
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_d2a46ed200483259f07179d651c8bf88.webp&#34;
               width=&#34;670&#34;
               height=&#34;213&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Command Prompt with Adminstrative Rights.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;8&#34;&gt;
&lt;li&gt;Change the working directory to &lt;code&gt;C:\MyPrograms&lt;/code&gt;. This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; C:&lt;span class=&#34;se&#34;&gt;\M&lt;/span&gt;yPrograms
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;9&#34;&gt;
&lt;li&gt;Remove the directory &lt;code&gt;C:\MyPrograms\R\R-3.6.3&lt;/code&gt; with all its content (subdirectories and files). This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rmdir /S R&lt;span class=&#34;se&#34;&gt;\R&lt;/span&gt;-3.6.3
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;10&#34;&gt;
&lt;li&gt;
&lt;p&gt;The question &lt;code&gt;R\R-3.6.3, Are you sure (Y/N)?&lt;/code&gt; will appear. Confirm the removal of the directory with all its content by answering &lt;code&gt;Y&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To delete the manually installed packages (added yourself via the &lt;code&gt;install.packages()&lt;/code&gt; command in R) change the working directory to &lt;code&gt;C:\ProgramData&lt;/code&gt;. This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; C:&lt;span class=&#34;se&#34;&gt;\P&lt;/span&gt;rogramData
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;12&#34;&gt;
&lt;li&gt;Remove the directory &lt;code&gt;C:\ProgramData\R\win-library\3.6&lt;/code&gt; with all its content (subdirectories and files). This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rmdir /S C:&lt;span class=&#34;se&#34;&gt;\P&lt;/span&gt;rogramData&lt;span class=&#34;se&#34;&gt;\R\w&lt;/span&gt;in-library&lt;span class=&#34;se&#34;&gt;\3&lt;/span&gt;.6
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;13&#34;&gt;
&lt;li&gt;
&lt;p&gt;The question &lt;code&gt;C:\ProgramData\R\win-library\3.6, Are you sure (Y/N)?&lt;/code&gt; will appear. Confirm the removal of the directory with all its content by answering &lt;code&gt;Y&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The Command Prompt application can now be closed by typing &lt;code&gt;exit&lt;/code&gt; and executing it by pressing return (Enter).&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;If you have not installed another version of R, either via Software Center or via a custom installation, your computer should now be lacking a functioning R installation. Continue with the section &lt;a href=&#34;#custom-r-installation&#34;&gt;Custom R installation&lt;/a&gt; to perform a new custom installation of R.&lt;/p&gt;
&lt;p&gt;When you do still have a working R installation on your WURclient computer, return to &lt;a href=&#34;#uninstall-a-previously-installed-r-version&#34;&gt;Uninstall a previously installed R version&lt;/a&gt; and follow the procedure applicable to your situation.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;custom-r-installation&#34;&gt;Custom R installation&lt;/h2&gt;
&lt;p&gt;To prepare the custom R installation a couple of folders need to be created prior to the installation of R. Perform the following steps exactly as described:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Search for the Command Prompt App by typing &lt;code&gt;cmd&lt;/code&gt; in the search field of the Windows task bar.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The left part of the search results will show the Command Prompt App as best match and it will be highlighted in blue. Click on &lt;code&gt;Open file location&lt;/code&gt; (third from the top) in the right part displaying the options for the Command Prompt App.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A File Explorer window will open with the shortcut to Command Prompt highlighted in blue. Right click the Command Prompt shortcut and select &amp;lsquo;WUR - Run with adminstrative rights&amp;rsquo; as shown in &lt;a href=&#34;#figure-explorer_cmd_pusr3&#34;&gt;Figure 8&lt;/a&gt; below.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-explorer_cmd_pusr3&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Run CMD with &amp;#39;WUR administrative rights&amp;#39; from File Explorer.&#34; srcset=&#34;
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_934d0ffdb7ce8f9ce630438d215f5a5c.webp 400w,
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_b767fe9446bf447954591c28b1f1904e.webp 760w,
               /media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/file_explorer_cmd_hu0be18984296c739fc71e6496918e85fc_164873_934d0ffdb7ce8f9ce630438d215f5a5c.webp&#34;
               width=&#34;760&#34;
               height=&#34;428&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Run CMD with &amp;lsquo;WUR administrative rights&amp;rsquo; from File Explorer.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;The Command Prompt application will open, as shown in &lt;a href=&#34;#figure-cmd_prompt3&#34;&gt;Figure 9&lt;/a&gt;, on the folder &lt;code&gt;C:\Windows&lt;/code&gt;. The top of the window shows that the Command Prompt application is used in Administrator mode (&lt;strong&gt;&lt;span style=&#34;color:red;&#34;&gt;WARNING:&lt;/span&gt; BE CAREFULL!!&lt;/strong&gt;).&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-cmd_prompt3&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Command Prompt with Adminstrative Rights.&#34; srcset=&#34;
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_d2a46ed200483259f07179d651c8bf88.webp 400w,
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_9b336826b7887638f8c197de0f863e19.webp 760w,
               /media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/cmd_with_admin_rights_huf5be7323cfe34fc3d4301c52613bf226_42888_d2a46ed200483259f07179d651c8bf88.webp&#34;
               width=&#34;670&#34;
               height=&#34;213&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Command Prompt with Adminstrative Rights.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Create the directory &lt;code&gt;C:\MyPrograms&lt;/code&gt;. This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute. In case the directory already exists, the message &lt;code&gt;A subdirectory or file C:\MyPrograms already exists.&lt;/code&gt; will appear.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mkdir C:&lt;span class=&#34;se&#34;&gt;\M&lt;/span&gt;yPrograms
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;6&#34;&gt;
&lt;li&gt;Next create the directory &lt;code&gt;C:\MyData&lt;/code&gt;. This is done by copying (CTRL+C) the following line, pasting (CTRL+V) it behind the prompt and pressing return (Enter) to execute. In case the directory already exists, the message &lt;code&gt;A subdirectory or file C:\MyData already exists.&lt;/code&gt; will appear.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mkdir C:&lt;span class=&#34;se&#34;&gt;\M&lt;/span&gt;yData
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;7&#34;&gt;
&lt;li&gt;Finally create the directory &lt;code&gt;C:\ProgramData\R\win-library\4.5&lt;/code&gt;, where user installed packages, via the &lt;code&gt;install.packages()&lt;/code&gt; command in R, will be stored. The last part of the directory path reflects the major release version of R you are installing and should be adapted for other versions, e.g. for R version 4.6.0 the directory created should end with &lt;code&gt;4.6&lt;/code&gt;.  To create the aforementioned directory copy (CTRL+C) the following line, paste (CTRL+V) it behind the prompt and execute by pressing return (Enter). In case the directory already exists, the message &lt;code&gt;A subdirectory or file C:\ProgramData\R\win-library\4.5 already exists.&lt;/code&gt; will appear.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mkdir C:&lt;span class=&#34;se&#34;&gt;\P&lt;/span&gt;rogramData&lt;span class=&#34;se&#34;&gt;\R\w&lt;/span&gt;in-library&lt;span class=&#34;se&#34;&gt;\4&lt;/span&gt;.5
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start=&#34;8&#34;&gt;
&lt;li&gt;The Command Prompt application can now be closed by typing &lt;code&gt;exit&lt;/code&gt; and executing it by pressing return (Enter).&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;download&#34;&gt;Download&lt;/h3&gt;
&lt;p&gt;At the time this post was written, the release of R was version 4.0.3. It has been updated to the latest release version 4.5.3 of R.&lt;/p&gt;
&lt;p&gt;The installer for Windows 10/11 can be downloaded directly from this link: &lt;a href=&#34;https://cloud.r-project.org/bin/windows/base/old/4.5.3/R-4.5.3-win.exe&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
  &lt;i class=&#34;fas fa-download  pr-1 fa-fw&#34;&gt;&lt;/i&gt; R 4.5.3 for Windows (ca. 87 MB, 64-bit).&lt;/a&gt;&lt;/p&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    From R version 4.2.0 the installer is only available for 64-bit Windows 10/11 and will not install on a 32-bit version of the Operating System.
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Save the following files into the Downloads folder of your WURclient desk- or laptop by right-clicking the link and selecting the option &amp;lsquo;Save link as&amp;hellip;&amp;rsquo; (&lt;strong&gt;&lt;span style=&#34;color:red&#34;&gt;IMPORTANT:&lt;/span&gt; &lt;u&gt;DO NOT CHANGE THE FILE NAMES!&lt;/u&gt;&lt;/strong&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://www.verouden.net/files/r/classic/Renviron.site&#34; target=&#34;_blank&#34;&gt;
  &lt;i class=&#34;fas fa-download  pr-1 fa-fw&#34;&gt;&lt;/i&gt; Renviron.site&lt;/a&gt; (only for the Classic WURclient with Software Center)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://www.verouden.net/files/r/modern/Renviron.site&#34; target=&#34;_blank&#34;&gt;
  &lt;i class=&#34;fas fa-download  pr-1 fa-fw&#34;&gt;&lt;/i&gt; Renviron.site&lt;/a&gt; (only for the Modern WURclient with WURAppStore)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;https://www.verouden.net/files/r/Rprofile.site&#34; target=&#34;_blank&#34;&gt;
  &lt;i class=&#34;fas fa-download  pr-1 fa-fw&#34;&gt;&lt;/i&gt; Rprofile.site&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;installation&#34;&gt;Installation&lt;/h3&gt;
&lt;p&gt;The screenshots used below are for R Version 4.0.3. For newer versions of R than 4.0.3 the steps described below are the same and still correct, but start with a newer version of the downloaded executable file of R. The screenshots in this post have not been updated. Therefore, what you see during your installation will differ with respect to the version number shown in the screenshots.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Right-click the downloaded file &lt;strong&gt;R-4.5.3-win.exe&lt;/strong&gt; and select &amp;lsquo;WUR - Run with administrative rights&amp;rsquo;. This file will most likely reside in your Downloads folder of your user account.&lt;/li&gt;
&lt;li&gt;If asked for allow to install the software on your computer.&lt;/li&gt;
&lt;li&gt;After the installer has started, a first selection window will appear as displayed below in &lt;a href=&#34;#figure-install_r_language&#34;&gt;Figure 10&lt;/a&gt;. Select the English language and click the ‘OK’ button to proceed.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_r_language&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R Installation Language Selection.&#34; srcset=&#34;
               /media/r-wurclient/1-install-r-language_hu9485dfd9bfb5d718e852fbbabf798c66_2909_5894192ddadd6ddfaceb78981b08b8ca.webp 400w,
               /media/r-wurclient/1-install-r-language_hu9485dfd9bfb5d718e852fbbabf798c66_2909_7749e1af889e363f558044c9f6a3fc4b.webp 760w,
               /media/r-wurclient/1-install-r-language_hu9485dfd9bfb5d718e852fbbabf798c66_2909_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/1-install-r-language_hu9485dfd9bfb5d718e852fbbabf798c66_2909_5894192ddadd6ddfaceb78981b08b8ca.webp&#34;
               width=&#34;299&#34;
               height=&#34;172&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R Installation Language Selection.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Click on the ‘Next’ button to agree to the terms. After this a window will appear, allowing you to select or choose the destination folder, as shown below, where R version 4.5.2 for Windows should be installed. Change the destination location to &lt;code&gt;C:\MyPrograms\R\R-4.5.3&lt;/code&gt;, as shown in &lt;a href=&#34;#figure-install_r_destination&#34;&gt;Figure 11&lt;/a&gt; below for version 4.0.3, by typing the destination path directly into the text field displayed (currently showing &lt;code&gt;C:\Program Files\R\R-4.5.3&lt;/code&gt;) . Click on the ‘Next’ button to continue.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_r_destination&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R Installation Destination Folder Selection.&#34; srcset=&#34;
               /media/r-wurclient/2-install-r-destination-folder_hu55bcba59c0c9532e2237c7daa600ec34_11170_0b353cb2d2a856dc905f3e20d7ef10a5.webp 400w,
               /media/r-wurclient/2-install-r-destination-folder_hu55bcba59c0c9532e2237c7daa600ec34_11170_006fe6aa8e57ee453164b738c0e698a2.webp 760w,
               /media/r-wurclient/2-install-r-destination-folder_hu55bcba59c0c9532e2237c7daa600ec34_11170_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/2-install-r-destination-folder_hu55bcba59c0c9532e2237c7daa600ec34_11170_0b353cb2d2a856dc905f3e20d7ef10a5.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R Installation Destination Folder Selection.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;After selecting the installation destination folder the component selector will appear, as displayed below in &lt;a href=&#34;#figure-install_r_components&#34;&gt;Figure 12&lt;/a&gt;. Most desktop and laptop computers these days are using a 64-bit architecture, therefore select (using the pull down menu) the 64-bit User installation as displayed in the image shown below and click on the ‘Next’ button.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_r_components&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R Installation Components Selection.&#34; srcset=&#34;
               /media/r-wurclient/3-install-r-select-components_hu71aaacdb69f5e2f06405536f2f2b892a_11742_64193d3dd54faf20393b7f3b13383719.webp 400w,
               /media/r-wurclient/3-install-r-select-components_hu71aaacdb69f5e2f06405536f2f2b892a_11742_e555a3d05abf75c2e7e1245ef403b3cc.webp 760w,
               /media/r-wurclient/3-install-r-select-components_hu71aaacdb69f5e2f06405536f2f2b892a_11742_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/3-install-r-select-components_hu71aaacdb69f5e2f06405536f2f2b892a_11742_64193d3dd54faf20393b7f3b13383719.webp&#34;
               width=&#34;499&#34;
               height=&#34;452&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R Installation Components Selection.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;6&#34;&gt;
&lt;li&gt;After selecting the components to install the startup options need to be set. Select, as shown in &lt;a href=&#34;#figure-install_r_customize_startup&#34;&gt;Figure 13&lt;/a&gt; below, the customized startup by selecting the ‘&lt;strong&gt;Yes (customized startup)&lt;/strong&gt;’ radio button followed by clicking on the ‘Next’ button.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_r_customize_startup&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R Installation Customize Startup.&#34; srcset=&#34;
               /media/r-wurclient/4-install-r-startup-options_hu9aa303b08bdc4c76f466c2687a9b9629_8550_0150219f32d5504110311a54e2ab39e7.webp 400w,
               /media/r-wurclient/4-install-r-startup-options_hu9aa303b08bdc4c76f466c2687a9b9629_8550_0882a677d8a763e5eecbd3755a7b05f3.webp 760w,
               /media/r-wurclient/4-install-r-startup-options_hu9aa303b08bdc4c76f466c2687a9b9629_8550_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/4-install-r-startup-options_hu9aa303b08bdc4c76f466c2687a9b9629_8550_0150219f32d5504110311a54e2ab39e7.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R Installation Customize Startup.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;7&#34;&gt;
&lt;li&gt;The first startup option to set is the Display Mode, as shown in &lt;a href=&#34;#figure-install_r_display_mode&#34;&gt;Figure 14&lt;/a&gt;. Select the Single Document Interface by selecting the ‘&lt;strong&gt;SDI (separate windows)&lt;/strong&gt;’ radio button as displayed and clicking on the ‘Next’ button.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_r_display_mode&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R Installation Display Mode Selection.&#34; srcset=&#34;
               /media/r-wurclient/5-install-r-display-mode_hu74e2b8a8f22744137d00468f2233a237_8548_aca1bc001fdffab55edae200414d1b5f.webp 400w,
               /media/r-wurclient/5-install-r-display-mode_hu74e2b8a8f22744137d00468f2233a237_8548_6a5bb2b23f7aa7afd522cebcc8dbb608.webp 760w,
               /media/r-wurclient/5-install-r-display-mode_hu74e2b8a8f22744137d00468f2233a237_8548_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/5-install-r-display-mode_hu74e2b8a8f22744137d00468f2233a237_8548_aca1bc001fdffab55edae200414d1b5f.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R Installation Display Mode Selection.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;8&#34;&gt;
&lt;li&gt;Next select the help style startup option. Leave this at the default ‘&lt;strong&gt;HTML help&lt;/strong&gt;’ value, as displayed below in &lt;a href=&#34;#figure-install_r_help_style&#34;&gt;Figure 15&lt;/a&gt;, and click on the ‘Next’ button.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_r_help_style&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R Installation Help Style Selection.&#34; srcset=&#34;
               /media/r-wurclient/6-install-r-help-style_hu3ebc2b07612adacb199261375e0910a9_8355_6de96a2471864b08f47aff991586e59b.webp 400w,
               /media/r-wurclient/6-install-r-help-style_hu3ebc2b07612adacb199261375e0910a9_8355_72d01e5e74f87713daf7bd259cbe0ad6.webp 760w,
               /media/r-wurclient/6-install-r-help-style_hu3ebc2b07612adacb199261375e0910a9_8355_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/6-install-r-help-style_hu3ebc2b07612adacb199261375e0910a9_8355_6de96a2471864b08f47aff991586e59b.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R Installation Help Style Selection.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;9&#34;&gt;
&lt;li&gt;The one before last startup option is to set a ‘Start Menu’ folder name (&lt;a href=&#34;#figure-install_r_startmenu_folder&#34;&gt;Figure 16&lt;/a&gt;). Unless wishing to use a different name, leave the default value as displayed below. This will create a folder named ‘R’ in the ‘Start Menu’ of Windows, from which the R GUI (graphical user interface) can be started.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-install_r_startmenu_folder&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R Installation Start Menu Folder Selection.&#34; srcset=&#34;
               /media/r-wurclient/7-install-r-start-menu_hu85e4347229c7f9b625e88ba7703b256a_10769_20a422b23d18cc58e9cc6841b9bd930a.webp 400w,
               /media/r-wurclient/7-install-r-start-menu_hu85e4347229c7f9b625e88ba7703b256a_10769_19dab28c10ef22b9190a84b1d0df49b8.webp 760w,
               /media/r-wurclient/7-install-r-start-menu_hu85e4347229c7f9b625e88ba7703b256a_10769_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/7-install-r-start-menu_hu85e4347229c7f9b625e88ba7703b256a_10769_20a422b23d18cc58e9cc6841b9bd930a.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R Installation Start Menu Folder Selection.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;10&#34;&gt;
&lt;li&gt;The last startup option to set allows for some customization of shortcut links. Preferably leave the default settings and continue by clicking on the ‘Next’ button. This will trigger the installation. At the end &lt;a href=&#34;#figure-install_r_success&#34;&gt;Figure 17&lt;/a&gt;, shown below, will appear (although the version number will be different!). To exit the setup click on the ‘Finish’ button.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    &lt;strong&gt;Do not mess around with the ‘Registry entries’  settings.&lt;/strong&gt;
  &lt;/div&gt;
&lt;/div&gt;
















&lt;figure  id=&#34;figure-install_r_success&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;R Installation Completed Successfully.&#34; srcset=&#34;
               /media/r-wurclient/9-install-r-completion_huda960805861ff6a4e014eaea0ab9b3ef_10667_b09cbfca425ad8c3ecf2340d2abb6e89.webp 400w,
               /media/r-wurclient/9-install-r-completion_huda960805861ff6a4e014eaea0ab9b3ef_10667_5db27121332d0bfd3845e499a547ac5a.webp 760w,
               /media/r-wurclient/9-install-r-completion_huda960805861ff6a4e014eaea0ab9b3ef_10667_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/9-install-r-completion_huda960805861ff6a4e014eaea0ab9b3ef_10667_b09cbfca425ad8c3ecf2340d2abb6e89.webp&#34;
               width=&#34;499&#34;
               height=&#34;392&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      R Installation Completed Successfully.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;ol start=&#34;11&#34;&gt;
&lt;li&gt;To finalize the custom R installation on your WURclient desk- or laptop copy the files &lt;code&gt;Renviron.site&lt;/code&gt; and &lt;code&gt;Rprofile.site&lt;/code&gt; from the Downloads folder on your computer and paste them into the folder named &lt;code&gt;C:\MyPrograms\R\R-4.5.3\etc&lt;/code&gt;. A window will appear, as displayed below in &lt;a href=&#34;#figure-replace_file&#34;&gt;Figure 18&lt;/a&gt;, to indicate, that the file &lt;code&gt;Rprofile.site&lt;/code&gt; already exists. Select &amp;lsquo;Replace the file in the destination&amp;rsquo;.&lt;/li&gt;
&lt;/ol&gt;
















&lt;figure  id=&#34;figure-replace_file&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Replace Rprofile.site File.&#34; srcset=&#34;
               /media/r-wurclient/replace_rprofile_site_file_hufc79c38fa9c26ac19a994ea20fdded81_9247_dfe2a60242e19d9c6f6ccdf76828b7ad.webp 400w,
               /media/r-wurclient/replace_rprofile_site_file_hufc79c38fa9c26ac19a994ea20fdded81_9247_9117a8223a10ca6414743f54e68419c9.webp 760w,
               /media/r-wurclient/replace_rprofile_site_file_hufc79c38fa9c26ac19a994ea20fdded81_9247_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/replace_rprofile_site_file_hufc79c38fa9c26ac19a994ea20fdded81_9247_dfe2a60242e19d9c6f6ccdf76828b7ad.webp&#34;
               width=&#34;449&#34;
               height=&#34;285&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Replace Rprofile.site File.
    &lt;/figcaption&gt;&lt;/figure&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Congratulations, &amp;#x1f606;, you now have R version 4.5.3 installed on your WURclient desktop or laptop computer!
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;changing-the-r-gui-working-directory&#34;&gt;Changing the R GUI working directory&lt;/h2&gt;
&lt;!-- BEFORE September 20, 2023 THIS WAS VALID --&gt;
&lt;!-- HOWEVER, DUE TO PROBLEMS WITH THE KNITR PACKAGE COMPILING TO PDF IT WAS CHANGED --&gt;
&lt;!-- setwd() in Rprofile.site causes the problem --&gt;
&lt;!--
In this custom installation procedure the R HOME directory is set to `C:\MyData`. This means, that at the start the default working directory in R is set to `C:\MyData`. You change this by changing the HOME environment variable in the file `Renviron.site`. The file resides in the `C:\MyPrograms\R\R-4.3.1\etc` directory.

To change the R HOME environment variable perform the following steps:

1. Open a File Explorer and navigate to the `C:\MyPrograms\R\R-4.3.1\etc` folder

2. Right-click the file `Renviron.site` and select the **`Open with`** option. Windows will prompt you to select an application to open the `Renviron.site` file with, as shown below in [Figure 19](#figure-open_with).

















&lt;figure  id=&#34;figure-open_with&#34;&gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img alt=&#34;Open Renviron.site with.&#34; srcset=&#34;
               /media/r-wurclient/renviron_site_open_with_hu48a5f66a5246c3a8c75d927880d7e2c1_39355_de5308b639d261ca0ad7497d7d8718d4.webp 400w,
               /media/r-wurclient/renviron_site_open_with_hu48a5f66a5246c3a8c75d927880d7e2c1_39355_cf3c948ef476c3a2b328233070a340ad.webp 760w,
               /media/r-wurclient/renviron_site_open_with_hu48a5f66a5246c3a8c75d927880d7e2c1_39355_1200x1200_fit_q90_h2_lanczos_3.webp 1200w&#34;
               src=&#34;https://www.verouden.net/media/r-wurclient/renviron_site_open_with_hu48a5f66a5246c3a8c75d927880d7e2c1_39355_de5308b639d261ca0ad7497d7d8718d4.webp&#34;
               width=&#34;372&#34;
               height=&#34;361&#34;
               loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;figcaption data-pre=&#34;Figure&amp;nbsp;&#34; data-post=&#34;:&amp;nbsp;&#34; class=&#34;numbered&#34;&gt;
      Open Renviron.site with.
    &lt;/figcaption&gt;&lt;/figure&gt;

3. First remove the check mark in front of &#39;Always use this app to open .site files&#39;. Select either Notepad or Wordpad to modify the `Renviron.site` file. When neither is offered, click on the blue text &#39;More apps&#39; to select either Notepad or Wordpad.

4. Once an editor has been chosen, the file will open in the chosen editor. The first two lines of the &#39;Renviron.site` file read:
```sh
## Set the user&#39;s home directory
HOME=&#39;C:/MyData/&#39;
```

5. Modify `&#39;C:/MyData/&#39;` to the preferred startup working directory for R. For example `&#39;M:/My Documents/MyR&#39;` would set the default R working directory to the &#39;My Documents\MyR&#39; folder of your WUR M:-drive, provided that the folder &#39;MyR&#39; exists as a sub folder of &#39;M:\My Documents&#39;. Do not forget to save the file (CRTL+S) to make the change permanent.
--&gt;
&lt;p&gt;When starting the default R GUI the current working directory can be displayed at the R prompt with the command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;getwd&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The response at the R prompt will be:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;[1]&lt;/span&gt; &lt;span class=&#34;s&#34;&gt;&amp;#34;\\\\WURNET.NL/Homes/user001/My Documents&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;where &lt;code&gt;user001&lt;/code&gt; will display your own WUR username.&lt;/p&gt;
&lt;p&gt;This could potentially lead to &lt;code&gt;NormalizePath()&lt;/code&gt; warning messages. Therefore, it is strongly recommended to set the working directory to a mapped drive (shown by a drive letter, e.g., &lt;code&gt;C:&lt;/code&gt;, or &lt;code&gt;M:&lt;/code&gt;) in your WURclient. This can be done at the R prompt using the following command, e.g., for setting your working directory to &lt;code&gt;C:\MyData&lt;/code&gt; or &lt;code&gt;M:\My Documents&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-r&#34; data-lang=&#34;r&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;setwd&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;C:/MyData&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;# or&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nf&#34;&gt;setwd&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;M:/My Documents&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;No matter which mapped drive and folder you choose, make sure that the location and folder you are providing for the working directory exists!&lt;/p&gt;
&lt;div class=&#34;alert alert-warning&#34;&gt;
  &lt;div&gt;
    When using the default R GUI, always change the working directory at the start with the &lt;code&gt;setwd()&lt;/code&gt; function at the R prompt!
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    &lt;p&gt;In earlier versions of this post, the R startup working directory was changed inside the &lt;code&gt;Rprofile.site&lt;/code&gt; file. This lead to problems when using the &lt;code&gt;knitr&lt;/code&gt; package to compile to portable document format.&lt;/p&gt;
&lt;p&gt;Based on posts by Yihui Xie (the developer of the &lt;code&gt;knitr&lt;/code&gt; package) the &lt;code&gt;setwd()&lt;/code&gt; command in &lt;code&gt;Rprofile.site&lt;/code&gt; has been completely deleted, making knitting to pdf possible again.&lt;/p&gt;
&lt;!--Based on posts by Yihui Xie (the developer of the `knitr` package) the `setwd()` command in `Rprofile.site` has been hashed out, making knitting to pdf possible again.--&gt;
  &lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>
