{"id":1707,"date":"2022-09-19T12:29:03","date_gmt":"2022-09-19T17:29:03","guid":{"rendered":"https:\/\/units.fisheries.org\/fits\/?page_id=1707"},"modified":"2022-09-19T13:03:59","modified_gmt":"2022-09-19T18:03:59","slug":"rstudio-setup-for-windows","status":"publish","type":"page","link":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/","title":{"rendered":"RStudio Setup for Windows"},"content":{"rendered":"<div class=\"container\" role=\"main\">\n<div class=\"row\">\n<div class=\"col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1\">\n<p style=\"text-align: center\"><strong>Jump to:<\/strong>\u00a0<a href=\"#installing-rstudio\">Installing<\/a>\u00a0\/\u00a0<a href=\"#configuring-rstudio\">Configuring<\/a>\u00a0\/\u00a0<a href=\"#introducing-rstudio\">Introducing<\/a><\/p>\n<hr \/>\n<h2 id=\"what-is-rstudio\">What is RStudio?<\/h2>\n<p>R is an open-source software environment for statistical computing and graphics that runs on Windows, Mac OS, and many UNIX platforms. Unlike many other programs, users interact with R through a command line rather than through a graphical user interface. While such an interface may be unfamiliar to many users, its primary strength is the ability for users to develop scripts of commands to perform various analyses that can then be easily repeated.<\/p>\n<p>RStudio is an open-source integrated development environment (IDE) that serves as a front-end \u201con top\u201d of R. RStudio eases the user\u2019s interaction with R by providing some of the conveniences of a GUI and, more importantly, a means for efficiently constructing and running R scripts. Among other conveniences, RStudio provides a four-panel layout that includes a feature-rich source-code editor (includes syntax highlighting, parentheses completion, spell-checking, etc.), a tight link to the R console, a system for examining objects saved in R, an interface to R help, and extended features to examine and save plots.<\/p>\n<p>RStudio is easy to learn. This page has directions for\u00a0<a href=\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows#installing_rstudio\">installing<\/a>\u00a0and\u00a0<a href=\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows#configuring-rstudio\">configuring Rstudio<\/a>\u00a0for use in a Windows operating system and a brief\u00a0<a href=\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows#introducing-rstudio\">introduction<\/a>\u00a0to using RStudio.<\/p>\n<hr \/>\n<h2 id=\"installing-rstudio\">Installing RStudio<\/h2>\n<ol>\n<li>Go to the\u00a0<a href=\"https:\/\/www.rstudio.com\/products\/rstudio\/download\/#download\">RStudio desktop download page<\/a>.<\/li>\n<li>Select the link from the \u201cInstallers for Supported Platforms\u201d list that corresponds to the operating system appropriate for your computer. Either run the program or note where this executable program is saved on your computer.\n<div class=\"ctrstaticimg\"><img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_ChooseOS.PNG\" width=\"100%\" \/><\/div>\n<\/li>\n<li>If you did not run the program, then locate and run the downloaded file (called \u201cRStudio-0.99.484.exe\u201d or similar if the version number has changed \u2026 the version is now at least 1.1.383).<\/li>\n<li>Press\u00a0<code class=\"language-plaintext highlighter-rouge\">Next<\/code>\u00a0on the first \u201cWelcome\u201d dialog box (depending on your version of Windows you may receive security warnings before this dialog box appears).<\/li>\n<li>Select a location to install RStudio (simply use the default location if the location is not important to you \u2013 in the dialog box below I installed in a custom directory). Press\u00a0<code class=\"language-plaintext highlighter-rouge\">Next<\/code>.\n<div class=\"ctrstaticimg\"><img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_Directory.PNG\" width=\"100%\" \/><\/div>\n<\/li>\n<li>Decide whether or not to create a shortcut in the Start Menu folder (I suggest you DO). Press\u00a0<code class=\"language-plaintext highlighter-rouge\">Install.<\/code><\/li>\n<li>RStudio should then begin installing files into the directory you chose previously. If everything goes well then you should get one last dialog box noting such. Press\u00a0<code class=\"language-plaintext highlighter-rouge\">Finish.<\/code><\/li>\n<li>If you did not create a shortcut above then you will need to locate the \u201crstudio.exe\u201d file inside the \u201cRStudio\/bin\u201d folders inside the folder you chose to install RStudio in. On my computer, for example, this file is inside of \u201cC:\/apps\/RStudio\/bin\u201d.<\/li>\n<\/ol>\n<hr \/>\n<h2 id=\"configuring-rstudio\">Configuring RStudio<\/h2>\n<ol>\n<li>Open RStudio.<\/li>\n<li>Select the\u00a0<code class=\"language-plaintext highlighter-rouge\">Tools<\/code>\u00a0menu and\u00a0<code class=\"language-plaintext highlighter-rouge\">Global Options<\/code>\u00a0submenu. In the ensuing dialog box select the\u00a0<code class=\"language-plaintext highlighter-rouge\">General<\/code>\u00a0icon on the left (this should already be selected).\n<ul>\n<li>Depending on your installation, the R version should read \u201c[Default][32-bit]\u201d followed by the path to the R program (as shown in the dialog box below). If you installed the 64-bit version of R, then select the\u00a0<code class=\"language-plaintext highlighter-rouge\">Change...<\/code>\u00a0button and then \u201cuse your machine\u2019s default version of R64 (64-bit)\u201d.<\/li>\n<li>You can either leave the other selections at their defaults or change them as you see fit (my preferences are shown in the dialog box below). However, I strongly urge you to deselect \u201cRestore .RData into workspace at startup\u201d and make sure \u201cSave workspace to .RData on exit:\u201d is set to \u201cNever.\u201d<\/li>\n<\/ul>\n<div class=\"ctrstaticimg\"><img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_PrepWin_OptionsGeneral.PNG\" width=\"100%\" \/><\/div>\n<\/li>\n<li>Select the\u00a0<code class=\"language-plaintext highlighter-rouge\">Packages<\/code>\u00a0icon in the Global Options dialog box opened above. It is useful to set a CRAN mirror in this dialog box. I prefer the \u201cGlobal (CDN) &#8211; Rstudio\u201d option but you may want to choose a location nearer to you (through the\u00a0<code class=\"language-plaintext highlighter-rouge\">Change...<\/code>\u00a0button). All other options can remain at their defaults.\n<div class=\"ctrstaticimg\"><img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_PrepWin_OptionsCRAN.PNG\" width=\"100%\" \/><\/div>\n<\/li>\n<li>Select the\u00a0<code class=\"language-plaintext highlighter-rouge\">Code<\/code>\u00a0icon in the Global Options dialog box opened above and the\u00a0<code class=\"language-plaintext highlighter-rouge\">Display<\/code>\u00a0tab. I suggest, in addition to the default selections, selecting the \u201cHighlight selected line,\u201d \u201cShow margin,\u201d and \u201cShow syntax highlighting in console input.\u201d\n<div class=\"ctrstaticimg\"><img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_PrepWin_OptionsCodeEditing.PNG\" width=\"100%\" \/><\/div>\n<\/li>\n<li>At times I find the code completion options in RStudio irritating. If you do as well, you can either turn this option off or tweak its settings within the\u00a0<code class=\"language-plaintext highlighter-rouge\">Completion<\/code>\u00a0tab under the\u00a0<code class=\"language-plaintext highlighter-rouge\">Code<\/code>\u00a0icon in the Global Options` dialog box opened above.<\/li>\n<li>No other options need to be set for most introductory purposes. Press\u00a0<code class=\"language-plaintext highlighter-rouge\">OK<\/code>.<\/li>\n<\/ol>\n<hr \/>\n<h2 id=\"introducing-rstudio\">Introducing RStudio<\/h2>\n<h3 id=\"rstudio-design\">RStudio Design<\/h3>\n<p>RStudio is organized around a four-panel layout.<\/p>\n<div class=\"ctrstaticimg\"><img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_Intro_Layout.PNG\" width=\"120%\" \/><\/div>\n<p>The upper-left panel is the R\u00a0<em>Script Editor<\/em>. R commands are typed into this panel and submitted to the R\u00a0<em>Console<\/em>\u00a0in the lower-left panel. For most applications, you will type R commands into the\u00a0<em>Script Editor<\/em>\u00a0and submit them to the\u00a0<em>Console<\/em>; you will not type commands directly into the\u00a0<em>Console<\/em>. The\u00a0<em>Script Editor<\/em>\u00a0is a high-level text editor, whereas the\u00a0<em>Console<\/em>\u00a0is the R program.<\/p>\n<p>The upper-right panel contains at least two tabs \u2014\u00a0<em>Environment<\/em>\u00a0and\u00a0<em>History<\/em>. Many items listed under the\u00a0<em>Environment<\/em>\u00a0tab can be double-clicked to open them for viewing as a tab in the\u00a0<em>Script Editor<\/em>. The\u00a0<em>History<\/em>\u00a0tab simply shows all of the commands that you have submitted to the\u00a0<em>Console<\/em>\u00a0during the current session.<\/p>\n<p>The lower-right panel contains at least five tabs \u2013\u00a0<em>Files<\/em>,\u00a0<em>Plots<\/em>,\u00a0<em>Packages<\/em>,\u00a0<em>Help<\/em>, and\u00a0<em>Viewer<\/em>. The\u00a0<em>Plots<\/em>\u00a0tab will show the plots produced by commands submitted to the\u00a0<em>Console<\/em>. One can cycle through the history of constructed plots with the arrows on the left side of the plot toolbar and plots can be saved to external files using the \u201cExport\u201d tab on the plot toolbar (see figure above). A list of all installed packages is seen by selecting the\u00a0<em>Packages<\/em>\u00a0tab (packages can also be installed through this tab as described in a separate document). Help for each package can be obtained by clicking on the name of the package. The help will then appear in the\u00a0<em>Help<\/em>\u00a0tab.<\/p>\n<h3 id=\"basic-usage\">Basic Usage<\/h3>\n<p>Your primary interaction with RStudio will be through developing R scripts in the\u00a0<em>Script Editor<\/em>, submitting those scripts to the\u00a0<em>Console<\/em>, and viewing textual or tabular results in the\u00a0<em>Console<\/em>\u00a0and graphical results in the\u00a0<em>Plot<\/em>\u00a0panel. In this section, I briefly introduce how to construct and run R scripts in RStudio.<\/p>\n<p>One opens a blank file for an R script by selecting the\u00a0<code class=\"language-plaintext highlighter-rouge\">New<\/code>\u00a0icon (<img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_Icon_New.PNG\" alt=\"RStudio New Icon\" \/>) and then\u00a0<code class=\"language-plaintext highlighter-rouge\">R Script<\/code>; selecting the\u00a0<code class=\"language-plaintext highlighter-rouge\">File<\/code>\u00a0menu,\u00a0<code class=\"language-plaintext highlighter-rouge\">New<\/code>\u00a0submenu, and\u00a0<code class=\"language-plaintext highlighter-rouge\">R Script<\/code>\u00a0item; or with\u00a0<code class=\"language-plaintext highlighter-rouge\">&lt;CTRL&gt;+&lt;Shift&gt;+N<\/code>. In the newly created\u00a0<em>Script Editor<\/em>\u00a0panel, type the three lines exactly as shown below (for the moment, don\u2019t worry about what these lines do.).<\/p>\n<figure class=\"highlight\">\n<pre><code class=\"language-r\" data-lang=\"r\"><span class=\"n\">dat<\/span> <span class=\"o\">&lt;-<\/span> <span class=\"n\">rnorm<\/span><span class=\"p\">(<\/span><span class=\"m\">100<\/span><span class=\"p\">)<\/span>    <span class=\"c1\"># create random normal data (n=100)<\/span>\r\n<span class=\"n\">hist<\/span><span class=\"p\">(<\/span><span class=\"n\">dat<\/span><span class=\"p\">,<\/span><span class=\"n\">main<\/span><span class=\"o\">=<\/span><span class=\"s2\">\"\"<\/span><span class=\"p\">)<\/span>    <span class=\"c1\"># histogram of data without a title<\/span>\r\n<span class=\"n\">summary<\/span><span class=\"p\">(<\/span><span class=\"n\">dat<\/span><span class=\"p\">)<\/span>         <span class=\"c1\"># summary statistics<\/span><\/code><\/pre>\n<\/figure>\n<p>These commands must be submitted to the\u00a0<em>Console<\/em>\u00a0to perform the requested calculations. Commands may be submitted to the\u00a0<em>Console<\/em>\u00a0in a variety of ways:<\/p>\n<ul>\n<li>Put the cursor on a line in the\u00a0<em>Script Editor<\/em>\u00a0and press the\u00a0<code class=\"language-plaintext highlighter-rouge\">Run<\/code>\u00a0icon (<img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_Icon_Run.PNG\" alt=\"RStudio Run Icon\" \/>); altenatively press\u00a0<code class=\"language-plaintext highlighter-rouge\">&lt;CTRL&gt;+&lt;Enter&gt;<\/code>). This will submit that line to the\u00a0<em>Console<\/em>\u00a0and move the cursor to the next line in the\u00a0<em>Script Editor<\/em>. Pressing\u00a0<img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_Icon_Run.PNG\" alt=\"RStudio Run Icon\" \/>\u00a0(or\u00a0<code class=\"language-plaintext highlighter-rouge\">&lt;CTRL&gt;+&lt;Enter&gt;<\/code>) will submit this next line. And so on.<\/li>\n<li>Select all lines in the\u00a0<em>Script Editor<\/em>\u00a0that you wish to submit and press\u00a0<img decoding=\"async\" src=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_Icon_Run.PNG\" alt=\"RStudio Run Icon\" \/>\u00a0(or\u00a0<code class=\"language-plaintext highlighter-rouge\">&lt;CTRL&gt;+&lt;Enter&gt;<\/code>).<\/li>\n<\/ul>\n<p>The RStudio layout after using the first method is shown in the figure above.<\/p>\n<p>The R Script in the\u00a0<em>Script Editor<\/em>\u00a0should now be saved by selecting the\u00a0<code class=\"language-plaintext highlighter-rouge\">File<\/code>\u00a0menu and the\u00a0<code class=\"language-plaintext highlighter-rouge\">Save<\/code>\u00a0item (alternatively, pressing\u00a0<code class=\"language-plaintext highlighter-rouge\">&lt;CTRL&gt;+S<\/code>). RStudio can now be closed (do NOT save the workspace). When RStudio is restarted later, the script can be reopened (choose the\u00a0<code class=\"language-plaintext highlighter-rouge\">File<\/code>\u00a0menu and the\u00a0<code class=\"language-plaintext highlighter-rouge\">Open file ...<\/code>\u00a0submenu if the file is not already in the\u00a0<em>Script Editor<\/em>) and resubmitted to the\u00a0<em>Console<\/em>\u00a0to exactly repeat the analyses. (<strong>Note that the results of commands are not saved in R or RStudio; rather the commands are saved and resubmitted to reperform the analysis.<\/strong>)<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Jump to:\u00a0Installing\u00a0\/\u00a0Configuring\u00a0\/\u00a0Introducing What is RStudio? R is an open-source software environment for statistical computing and graphics that runs on Windows, Mac OS, and many UNIX platforms. Unlike many other programs, users interact with R through a command line rather than through a graphical user interface. While such an interface may be unfamiliar to many users, [&hellip;]<\/p>\n","protected":false},"author":198,"featured_media":0,"parent":1704,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1707","page","type-page","status-publish","hentry","odd","first-child","last-child"],"wppr_data":{"cwp_meta_box_check":"No"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>RStudio Setup for Windows - Data and Technology Section<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RStudio Setup for Windows - Data and Technology Section\" \/>\n<meta property=\"og:description\" content=\"Jump to:\u00a0Installing\u00a0\/\u00a0Configuring\u00a0\/\u00a0Introducing What is RStudio? R is an open-source software environment for statistical computing and graphics that runs on Windows, Mac OS, and many UNIX platforms. Unlike many other programs, users interact with R through a command line rather than through a graphical user interface. While such an interface may be unfamiliar to many users, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Data and Technology Section\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-19T18:03:59+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_ChooseOS.PNG\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/\",\"url\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/\",\"name\":\"RStudio Setup for Windows - Data and Technology Section\",\"isPartOf\":{\"@id\":\"https:\/\/units.fisheries.org\/fits\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_ChooseOS.PNG\",\"datePublished\":\"2022-09-19T17:29:03+00:00\",\"dateModified\":\"2022-09-19T18:03:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#primaryimage\",\"url\":\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_ChooseOS.PNG\",\"contentUrl\":\"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_ChooseOS.PNG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/units.fisheries.org\/fits\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R for Fisheries Analyses\",\"item\":\"https:\/\/units.fisheries.org\/fits\/fishr\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Examples\",\"item\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"IFAR\",\"item\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Supplements\",\"item\":\"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"RStudio Setup for Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/units.fisheries.org\/fits\/#website\",\"url\":\"https:\/\/units.fisheries.org\/fits\/\",\"name\":\"Data and Technology Section\",\"description\":\"Connecting fisheries professionals with the tools they need\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/units.fisheries.org\/fits\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RStudio Setup for Windows - Data and Technology Section","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/","og_locale":"en_US","og_type":"article","og_title":"RStudio Setup for Windows - Data and Technology Section","og_description":"Jump to:\u00a0Installing\u00a0\/\u00a0Configuring\u00a0\/\u00a0Introducing What is RStudio? R is an open-source software environment for statistical computing and graphics that runs on Windows, Mac OS, and many UNIX platforms. Unlike many other programs, users interact with R through a command line rather than through a graphical user interface. While such an interface may be unfamiliar to many users, [&hellip;]","og_url":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/","og_site_name":"Data and Technology Section","article_modified_time":"2022-09-19T18:03:59+00:00","og_image":[{"url":"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_ChooseOS.PNG","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/","url":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/","name":"RStudio Setup for Windows - Data and Technology Section","isPartOf":{"@id":"https:\/\/units.fisheries.org\/fits\/#website"},"primaryImageOfPage":{"@id":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#primaryimage"},"image":{"@id":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#primaryimage"},"thumbnailUrl":"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_ChooseOS.PNG","datePublished":"2022-09-19T17:29:03+00:00","dateModified":"2022-09-19T18:03:59+00:00","breadcrumb":{"@id":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#primaryimage","url":"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_ChooseOS.PNG","contentUrl":"http:\/\/derekogle.com\/IFAR\/supplements\/installations\/figures\/RStudio_WinInstall_ChooseOS.PNG"},{"@type":"BreadcrumbList","@id":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/rstudio-setup-for-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/units.fisheries.org\/fits\/"},{"@type":"ListItem","position":2,"name":"R for Fisheries Analyses","item":"https:\/\/units.fisheries.org\/fits\/fishr\/"},{"@type":"ListItem","position":3,"name":"Examples","item":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/"},{"@type":"ListItem","position":4,"name":"IFAR","item":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/"},{"@type":"ListItem","position":5,"name":"Supplements","item":"https:\/\/units.fisheries.org\/fits\/fishr\/r-in-action\/ifar\/supplements\/"},{"@type":"ListItem","position":6,"name":"RStudio Setup for Windows"}]},{"@type":"WebSite","@id":"https:\/\/units.fisheries.org\/fits\/#website","url":"https:\/\/units.fisheries.org\/fits\/","name":"Data and Technology Section","description":"Connecting fisheries professionals with the tools they need","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/units.fisheries.org\/fits\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/units.fisheries.org\/fits\/wp-json\/wp\/v2\/pages\/1707","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/units.fisheries.org\/fits\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/units.fisheries.org\/fits\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/units.fisheries.org\/fits\/wp-json\/wp\/v2\/users\/198"}],"replies":[{"embeddable":true,"href":"https:\/\/units.fisheries.org\/fits\/wp-json\/wp\/v2\/comments?post=1707"}],"version-history":[{"count":0,"href":"https:\/\/units.fisheries.org\/fits\/wp-json\/wp\/v2\/pages\/1707\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/units.fisheries.org\/fits\/wp-json\/wp\/v2\/pages\/1704"}],"wp:attachment":[{"href":"https:\/\/units.fisheries.org\/fits\/wp-json\/wp\/v2\/media?parent=1707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}