<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ready4 – Software - libraries (installation)</title>
    <link>/tags/software-libraries-installation/</link>
    <description>Recent content in Software - libraries (installation) on ready4</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Wed, 28 Jan 2026 00:00:00 +0000</lastBuildDate>
    
	  <atom:link href="/tags/software-libraries-installation/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: Installing the ready4 framework foundation library</title>
      <link>/docs/software/libraries/installation/foundation/</link>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>/docs/software/libraries/installation/foundation/</guid>
      <description>
        
        
        &lt;h2 id=&#34;before-you-install&#34;&gt;Before you install&lt;/h2&gt;
&lt;p&gt;If you plan to use ready4 for any purpose, you will need to install the &lt;a href=&#34;https://ready4-dev.github.io/ready4/&#34;&gt;ready4 foundation library&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As all software in the ready4 suite depends on the ready4 library, in most cases you do not need to install this library directly (it will come bundled with whatever other ready4 suite software you install).&lt;/p&gt;
&lt;p&gt;If you can run the following command without producing an error message, then you already have it.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://rdrr.io/r/base/find.package.html&#39;&gt;find.package&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;p&gt;You can install the ready4 library from &lt;a href=&#34;https://cran.r-project.org/&#34;&gt;CRAN&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;utils&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;::&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://rdrr.io/r/utils/install.packages.html&#39;&gt;install.packages&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;Alternatively, you can install the latest development release of ready4 directly from its &lt;a href=&#34;https://github.com/ready4-dev/ready4&#34;&gt;GitHub repository&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;utils&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;::&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://rdrr.io/r/utils/install.packages.html&#39;&gt;install.packages&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;devtools&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;devtools&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;::&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://remotes.r-lib.org/reference/install_github.html&#39;&gt;install_github&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4-dev/ready4&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2 id=&#34;try-it-out&#34;&gt;Try it out!&lt;/h2&gt;
&lt;p&gt;Before you apply ready4 tools to your own project, you should make sure you can run some or all of the example code included in the &lt;a href=&#34;https://ready4-dev.github.io/ready4/articles/&#34;&gt;package vignettes&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Installing tools for authoring computational models</title>
      <link>/docs/software/libraries/installation/authoring-tools/code-development/</link>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>/docs/software/libraries/installation/authoring-tools/code-development/</guid>
      <description>
        
        
        &lt;h2 id=&#34;before-you-install&#34;&gt;Before you install&lt;/h2&gt;
&lt;p&gt;If you are a &lt;a href=&#34;/docs/getting-started/users/coder/&#34;&gt;coder&lt;/a&gt; planning on using ready4 to author computational models, then you may wish to install the &lt;a href=&#34;https://ready4-dev.github.io/ready4class/&#34;&gt;ready4class&lt;/a&gt;, &lt;a href=&#34;https://ready4-dev.github.io/ready4fun/&#34;&gt;ready4fun&lt;/a&gt; and &lt;a href=&#34;https://ready4-dev.github.io/ready4pack/&#34;&gt;ready4pack&lt;/a&gt; libraries.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;However, please note that none of these libraries are yet available as a &lt;a href=&#34;/docs/software/status/production-releases/&#34;&gt;production release&lt;/a&gt;. You should therefore understand the limitations of using ready4 software &lt;a href=&#34;/docs/software/status/development-releases/&#34;&gt;development releases&lt;/a&gt; before you make the decision to install this software.&lt;/strong&gt; Although we use these authoring tools intensively to help us write highly standardised model modules, we feel that these tools are only likely to be helpful to others once much more comprehensive documentation and training resources become available. Without this training and support, these packages are unlikely to appear to be very user-friendly. Furthermore, the initial burden of complying with house-style, file-naming and directory structure requirements of these packages is only likely to be worthwhile if you plan on developing multiple ready4 module libraries. If you still think these tools could be useful to you, consider contacting us first to discuss what additional information may be most helpful to you.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;p&gt;As ready4class and ready4fun are bundled as &lt;a href=&#34;/docs/software/libraries/dependencies/&#34;&gt;dependencies&lt;/a&gt; of ready4pack, you can install all three from &lt;a href=&#34;https://github.com/ready4-dev&#34;&gt;our GitHub organisation&lt;/a&gt; using one command.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;devtools&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;::&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://remotes.r-lib.org/reference/install_github.html&#39;&gt;install_github&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4-dev/ready4pack&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2 id=&#34;configuration&#34;&gt;Configuration&lt;/h2&gt;
&lt;p&gt;To use these computational model authoring tools, you will need to have set-up and appropriately configured your own accounts in:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com&#34;&gt;GitHub&lt;/a&gt; (you will need write permissions to a GitHub organisation and to then enable GitHub actions and GitHub pages support for the repositories you create in that organisation);&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://zenodo.org&#34;&gt;Zenodo&lt;/a&gt; (you will need to have linked each GitHub repository used for your ready4 projects to your Zenodo account); and&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://about.codecov.io&#34;&gt;Codecov&lt;/a&gt; (linked to your GitHub organisation).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The machine onto which you install ready4pack will also need to be securely storing your GitHub credentials (i.e. the value for the GITHUB_PAT token).&lt;/p&gt;
&lt;h2 id=&#34;try-it-out&#34;&gt;Try it out!&lt;/h2&gt;
&lt;p&gt;It should be noted that the development workflow supported by our computational model authoring tools is not yet well documented. We don&amp;rsquo;t recommend undertaking R package development with these tools until this has been rectified. However, if you still want to try these tools out, the best place to start is review the examples in the &lt;a href=&#34;https://ready4-dev.github.io/ready4class/articles/V_01.html&#34;&gt;ready4class&lt;/a&gt;, &lt;a href=&#34;https://ready4-dev.github.io/ready4fun/articles/V_01.html&#34;&gt;ready4fun&lt;/a&gt; and &lt;a href=&#34;https://ready4-dev.github.io/ready4pack/articles/V_01.html&#34;&gt;ready4pack&lt;/a&gt; vignettes.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Installing tools for authoring and managing model datasets</title>
      <link>/docs/software/libraries/installation/authoring-tools/datasets/</link>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>/docs/software/libraries/installation/authoring-tools/datasets/</guid>
      <description>
        
        
        &lt;h2 id=&#34;before-you-install&#34;&gt;Before you install&lt;/h2&gt;
&lt;p&gt;If you are a &lt;a href=&#34;/docs/getting-started/users/coder/&#34;&gt;coder&lt;/a&gt; or &lt;a href=&#34;/docs/getting-started/users/modeller&#34;&gt;modeller&lt;/a&gt; planning to create, share and access model datasets with ready4, then you will need the &lt;a href=&#34;https://ready4-dev.github.io/ready4use/&#34;&gt;ready4use&lt;/a&gt; library.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;However, please note that ready4use is not yet available as a &lt;a href=&#34;/docs/software/status/production-releases/&#34;&gt;production release&lt;/a&gt;. You should therefore understand the limitations of using ready4 software &lt;a href=&#34;/docs/software/status/development-releases/&#34;&gt;development releases&lt;/a&gt; before you make the decision to install this software.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You may already have ready4use installed on your machine (e.g. if you have previously installed other ready4 framework and module libraries that include ready4use as a &lt;a href=&#34;/docs/software/libraries/dependencies/&#34;&gt;dependency&lt;/a&gt;). If you can run the following command without producing an error message, then you already have it.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://rdrr.io/r/base/find.package.html&#39;&gt;find.package&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4use&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;p&gt;You can install ready4use directly from its &lt;a href=&#34;https://github.com/ready4-dev/ready4use&#34;&gt;GitHub repository&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;devtools&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;::&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://remotes.r-lib.org/reference/install_github.html&#39;&gt;install_github&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4-dev/ready4use&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2 id=&#34;configuration&#34;&gt;Configuration&lt;/h2&gt;
&lt;p&gt;If one of your intended uses of ready4use is to share outputs in online datasets, you will need to have set up an account on a &lt;a href=&#34;https://dataverse.org&#34;&gt;Dataverse&lt;/a&gt; installation (we recommend using the &lt;a href=&#34;https://dataverse.harvard.edu&#34;&gt;Harvard Dataverse&lt;/a&gt;). Some of the key terms and concepts relating to using a Dataverse installation in conjunction with ready4use are described &lt;a href=&#34;https://www.acumen-mh.org/blog/2022/08/28/access_open_data/&#34;&gt;in this tutorial&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You need to ensure that you have write permissions to any Dataverse Datasets that you plan to use to post files to. Furthermore, the machine on which you install ready4use should also securely store your Dataverse account credentials (specifically, values for the DATAVERSE_KEY and DATAVERSE_SERVER tokens). Details of how to do this are &lt;a href=&#34;https://cran.r-project.org/web/packages/dataverse/vignettes/A-introduction.html&#34;&gt;described in documentation for the dataverse R package&lt;/a&gt;, an important third party dependency package for ready4use.&lt;/p&gt;
&lt;h2 id=&#34;try-it-out&#34;&gt;Try it out&lt;/h2&gt;
&lt;p&gt;You should now be able to run the example code included in the &lt;a href=&#34;https://ready4-dev.github.io/ready4use/articles/&#34;&gt;package vignettes&lt;/a&gt;. To run all of this code you will need to replace the details of the Dataverse Dataset to which files are being written to those of your own Dataverse Dataset.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Installing authoring tools</title>
      <link>/docs/software/libraries/installation/authoring-tools/</link>
      <pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate>
      
      <guid>/docs/software/libraries/installation/authoring-tools/</guid>
      <description>
        
        
        
      </description>
    </item>
    
    <item>
      <title>Docs: Installing tools for authoring reproducible analyses</title>
      <link>/docs/software/libraries/installation/authoring-tools/reporting/</link>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>/docs/software/libraries/installation/authoring-tools/reporting/</guid>
      <description>
        
        
        &lt;h2 id=&#34;before-you-install&#34;&gt;Before you install&lt;/h2&gt;
&lt;p&gt;If you are a &lt;a href=&#34;/docs/getting-started/users/coder/&#34;&gt;coder&lt;/a&gt; or &lt;a href=&#34;/docs/getting-started/users/modeller&#34;&gt;modeller&lt;/a&gt; planning to implement a reproducible analysis with ready4, you will need to install the &lt;a href=&#34;https://ready4-dev.github.io/ready4show/&#34;&gt;ready4show&lt;/a&gt; library.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;However, please note that ready4show is not yet available as a &lt;a href=&#34;/docs/software/status/production-releases/&#34;&gt;production release&lt;/a&gt;. You should therefore understand the limitations of using ready4 software &lt;a href=&#34;/docs/software/status/development-releases/&#34;&gt;development releases&lt;/a&gt; before you make the decision to install this software.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you have installed other ready4 libraries, then ready4show may have already been installed as a &lt;a href=&#34;/docs/software/libraries/dependencies/&#34;&gt;dependency&lt;/a&gt;. If you can run the following command without producing an error message, then you already have it.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://rdrr.io/r/base/find.package.html&#39;&gt;find.package&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4show&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;p&gt;The ready4show library can be installed directly from its &lt;a href=&#34;https://github.com/ready4-dev/ready4show&#34;&gt;GitHub repository&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;devtools&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;::&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://remotes.r-lib.org/reference/install_github.html&#39;&gt;install_github&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4-dev/ready4show&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2 id=&#34;try-it-out&#34;&gt;Try it out!&lt;/h2&gt;
&lt;p&gt;Before you apply ready4show tools to your own project, you should make sure you can run some or all of the example code included in the &lt;a href=&#34;https://ready4-dev.github.io/ready4show/articles/&#34;&gt;package vignettes&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Installing ready4 computational model modules</title>
      <link>/docs/software/libraries/installation/modules/</link>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      
      <guid>/docs/software/libraries/installation/modules/</guid>
      <description>
        
        
        &lt;h2 id=&#34;before-you-install&#34;&gt;Before you install&lt;/h2&gt;
&lt;p&gt;If you plan on using existing ready4 modules for a modelling project, you can review &lt;a href=&#34;/docs/software/libraries/types/module/&#34;&gt;currently available module libraries&lt;/a&gt;, to identify which libraries are relevant to your project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;However, please note that no ready4 module library is yet available as a [production release](/docs/software/status/production-releases/. You should therefore understand the limitations of using ready4 software &lt;a href=&#34;/docs/software/status/development-releases/&#34;&gt;development releases&lt;/a&gt; before you make the decision to install this software.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;p&gt;The command to install each ready4 module takes the following format.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;devtools&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;::&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://remotes.r-lib.org/reference/install_github.html&#39;&gt;install_github&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4-dev/PACKAGE_NAME&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;For example, if you are planning to predict health utility using some of the mapping algorithms that we have previously developed, you can install the &lt;a href=&#34;https://ready4-dev.github.io/youthu/&#34;&gt;youthu&lt;/a&gt; library with the following command.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;devtools&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;::&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://remotes.r-lib.org/reference/install_github.html&#39;&gt;install_github&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;ready4-dev/youthu&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;h2 id=&#34;configuration&#34;&gt;Configuration&lt;/h2&gt;
&lt;p&gt;A small number of ready4 modules require that you configure some of the &lt;a href=&#34;/docs/software/libraries/dependencies/&#34;&gt;dependencies&lt;/a&gt; installed with them before they can be used. In particular:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;if you are using modules from the &lt;a href=&#34;https://ready4-dev.github.io/TTU/&#34;&gt;TTU&lt;/a&gt; package to undertake a utility mapping study, you will need to have both installed and configured the cmdstanr R package as per the instructions on &lt;a href=&#34;https://mc-stan.org/cmdstanr/&#34;&gt;that package&amp;rsquo;s documentation website&lt;/a&gt;; and&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;if you are using the &lt;a href=&#34;https://ready4-dev.github.io/mychoice/&#34;&gt;mychoice&lt;/a&gt; package to undertake a discrete choice experiment study and are using a Mac, you need to ensure that you have a Fortran compiler installed. Some relevant advice on this: &lt;a href=&#34;https://mac.r-project.org/tools/&#34;&gt;https://mac.r-project.org/tools/&lt;/a&gt; .&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;try-it-out&#34;&gt;Try it out!&lt;/h2&gt;
&lt;p&gt;Before you apply ready4 modules to your own project, you should make sure you can run some or all of the example code included in relevant library vignette articles. The package website URL takes the form of &lt;code&gt;https://ready4-dev.github.io/PACKAGE_NAME/articles/&lt;/code&gt; (e.g. the vignettes for the youthvars package are available at &lt;a href=&#34;https://ready4-dev.github.io/youthvars/articles/&#34;&gt;https://ready4-dev.github.io/youthvars/articles/&lt;/a&gt;).&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Installation and set-up</title>
      <link>/docs/software/libraries/installation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/software/libraries/installation/</guid>
      <description>
        
        
        &lt;p&gt;Most (but not all) of the libraries that comprise the ready4 framework are currently only available as development releases. For these libraries, you will need to use a tool like &lt;a href=&#34;https://devtools.r-lib.org&#34;&gt;devtools&lt;/a&gt; to install the library directly from &lt;a href=&#34;https://github.com/ready4-dev&#34;&gt;our GitHub organisation&lt;/a&gt;. If you do not have devtools on your machine you can install it with the following command.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;
&lt;pre class=&#39;chroma&#39;&gt;&lt;code class=&#39;language-r&#39; data-lang=&#39;r&#39;&gt;&lt;span&gt;&lt;span class=&#39;nf&#39;&gt;utils&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;::&lt;/span&gt;&lt;span class=&#39;nf&#39;&gt;&lt;a href=&#39;https://www.rdocumentation.org/packages/utils/versions/3.6.2/topics/install.packages&#39;&gt;install.packages&lt;/a&gt;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;(&lt;/span&gt;&lt;span class=&#39;s&#39;&gt;&#34;devtools&#34;&lt;/span&gt;&lt;span class=&#39;o&#39;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
      </description>
    </item>
    
  </channel>
</rss>
