<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>R studio Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/r-studio/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 19 Apr 2021 17:14:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install R Studio Server on Ubuntu 20.04</title>
		<link>https://www.osradar.com/install-r-server-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-r-server-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 00:12:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[R studio]]></category>
		<category><![CDATA[R Studio Server]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29594</guid>

					<description><![CDATA[<p>Hello, folks. If you are a developer using R you might need to install R Studio Server at some point. And thanks to this post, you will learn how to do it quickly and easily. R Server is commercial software that can run on a range of platforms, at larger scales and workloads, and in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-r-server-ubuntu-20-04/">Install R Studio Server on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, folks. If you are a developer using R you might need to install R Studio Server at some point. And thanks to this post, you will learn how to do it quickly and easily.</p>



<p><a href="https://www.rstudio.com/products/rstudio/#rstudio-server" target="_blank" rel="noreferrer noopener">R Server</a> is commercial software that can run on a range of platforms, at larger scales and workloads, and in client/server topologies that support remote access over secure connections.</p>



<p>In this way, we can have on our server the tools to be able to program in the R language.</p>



<p>So, let’s get started.</p>



<h2 id="install-r-server-on-ubuntu"><a name="install-r-server-on-ubuntu" href="#install-r-server-on-ubuntu"></a>Install R Studio Server on Ubuntu</h2>



<p>The first thing we have to do is to install the R programming language and its tools.</p>



<p>For this, we have prepared a post that will help you with it.</p>



<p><a href="https://www.osradar.com/r-programming-ubuntu" target="_blank" rel="noreferrer noopener">How to install R programming on Ubuntu 20.04 /18.04?</a></p>



<p>Once you are done with the installation you can continue.</p>



<p>With R installed, we can install by downloading a DEB package.</p>



<p>To do this, use the <code>wget</code> command.</p>



<pre class="wp-block-preformatted">wget https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.4.1106-amd64.deb
--2021-04-17 00:18:34--  https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.4.1106-amd64.deb
Resolving download2.rstudio.org (download2.rstudio.org)... 2600:9000:215d:8800:6:4ff5:2540:93a1, 2600:9000:215d:8400:6:4ff5:2540:93a1, 2600:9000:215d:3400:6:4ff5:2540:93a1, ...
Connecting to download2.rstudio.org (download2.rstudio.org)|2600:9000:215d:8800:6:4ff5:2540:93a1|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 56222058 (54M) [application/x-deb]
Saving to: ‘rstudio-server-1.4.1106-amd64.deb’

rstudio-server-1.4.1106-amd64.deb          100%[=====================================================================================>]  53.62M  72.4MB/s    in 0.7s    

2021-04-17 00:18:35 (72.4 MB/s) - ‘rstudio-server-1.4.1106-amd64.deb’ saved [56222058/56222058]</pre>



<p>At the time of writing this post, the latest stable version is 1.4.1106 so check the R Server website first to see what the latest version is.</p>



<p>The next step is to install it by using <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noreferrer noopener">the APT command</a></p>



<pre class="wp-block-preformatted">sudo apt install ./rstudio-server-1.4.1106-amd64.deb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'rstudio-server' instead of './rstudio-server-1.4.1106-amd64.deb'
The following additional packages will be installed:
  gcc-9-base lib32gcc-s1 lib32stdc++6 libasan5 libatomic1 libc-dev-bin libc6-dev libc6-i386 libclang-10-dev libclang-common-10-dev libclang-dev libclang1-10
  libcrypt-dev libgc1c2 libgcc-9-dev libitm1 libllvm10 liblsan0 libobjc-9-dev libobjc4 libpq5 libstdc++-9-dev libtsan0 libubsan1 linux-libc-dev
Suggested packages:
  glibc-doc manpages-dev libstdc++-9-doc
Recommended packages:
  manpages-dev
The following NEW packages will be installed:
  gcc-9-base lib32gcc-s1 lib32stdc++6 libasan5 libatomic1 libc-dev-bin libc6-dev libc6-i386 libclang-10-dev libclang-common-10-dev libclang-dev libclang1-10
  libcrypt-dev libgc1c2 libgcc-9-dev libitm1 libllvm10 liblsan0 libobjc-9-dev libobjc4 libpq5 libstdc++-9-dev libtsan0 libubsan1 linux-libc-dev rstudio-server
0 upgraded, 26 newly installed, 0 to remove and 47 not upgraded.
Need to get 60.0 MB/116 MB of archives.
After this operation, 1,015 MB of additional disk space will be used.
Do you want to continue? [Y/n]</pre>



<p>This will install it on the system.</p>



<p>R Server is handled as a system service so we can start, restart or stop it using <code>systemctl</code>.</p>



<p>After installing it, you should then check if the service has been started correctly.</p>



<pre class="wp-block-preformatted">sudo systemctl status rstudio-server
● rstudio-server.service - RStudio Server
     Loaded: loaded (/lib/systemd/system/rstudio-server.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2021-04-17 00:21:52 CEST; 1s ago
    Process: 5472 ExecStart=/usr/lib/rstudio-server/bin/rserver (code=exited, status=0/SUCCESS)
   Main PID: 5473 (rserver)
      Tasks: 3 (limit: 2286)
     Memory: 20.3M
     CGroup: /system.slice/rstudio-server.service
             └─5473 /usr/lib/rstudio-server/bin/rserver

Apr 17 00:21:52 osradar systemd[1]: Starting RStudio Server...
Apr 17 00:21:52 osradar systemd[1]: Started RStudio Server.</pre>



<p>Now open a web browser and visit <code>http://your-server:8787</code> to display the login screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2021/04/1-11-1024x502.png" alt="1.- R Studio Server" class="wp-image-29612" srcset="https://www.osradar.com/wp-content/uploads/2021/04/1-11-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2021/04/1-11-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/1-11-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/1-11-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2021/04/1-11-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2021/04/1-11.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- R Studio Server</figcaption></figure>



<p>You can log in with your system username and password.</p>



<p>After that, you can enjoy R Server.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2021/04/2-5-1024x502.png" alt="2.- R Studio Server on Ubuntu 20.04" class="wp-image-29613" srcset="https://www.osradar.com/wp-content/uploads/2021/04/2-5-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2021/04/2-5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/2-5-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/2-5-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2021/04/2-5-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2021/04/2-5.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- R Studio Server on Ubuntu 20.04</figcaption></figure>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>With R Server it is possible to have the power of R in the cloud. This situation makes it quite useful in a variety of circumstances.</p>



<p>Share the post.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-r-server-ubuntu-20-04/">Install R Studio Server on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-r-server-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
