<?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>Ben9250&#039;s Arch Linux Blog</title>
	<atom:link href="http://archlinux.me/ben9250/feed/" rel="self" type="application/rss+xml" />
	<link>http://archlinux.me/ben9250</link>
	<description>Pondering&#039;s on computers with science, and of course Arch!</description>
	<lastBuildDate>Sat, 26 Mar 2011 16:24:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Marine Biology Field Trip</title>
		<link>http://archlinux.me/ben9250/2011/03/26/marine-biology-field-trip/</link>
		<comments>http://archlinux.me/ben9250/2011/03/26/marine-biology-field-trip/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 16:24:46 +0000</pubDate>
		<dc:creator>ben9250</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/ben9250/?p=18</guid>
		<description><![CDATA[Just returned from a week at Dale Fort in Wales, doing some Marine Biology coastal fieldwork on zonataion. Got back on Thursday. Got some good pics and data, and look forward to trying out some new graphs in R and testing R-Studio thoroughly for the first time with an actual project.]]></description>
				<content:encoded><![CDATA[<p>Just returned from a week at Dale Fort in Wales, doing some Marine Biology coastal fieldwork on zonataion. Got back on Thursday. Got some good pics and data, and look forward to trying out some new graphs in R and testing R-Studio thoroughly for the first time with an actual project.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/ben9250/2011/03/26/marine-biology-field-trip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube &#8211; The Tron HISHE Rap</title>
		<link>http://archlinux.me/ben9250/2011/03/06/youtube-the-tron-hishe-rap/</link>
		<comments>http://archlinux.me/ben9250/2011/03/06/youtube-the-tron-hishe-rap/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 13:30:21 +0000</pubDate>
		<dc:creator>ben9250</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/ben9250/?p=14</guid>
		<description><![CDATA[Saw this the other day, a friend saw it and decided to share because she found it amusing. As did I. YouTube &#8211; The Tron HISHE Rap.]]></description>
				<content:encoded><![CDATA[<p>Saw this the other day, a friend saw it and decided to share because she found it amusing. As did I.</p>
<p><a href="http://www.youtube.com/watch?v=iIMb3hGzWW8&amp;feature=player_embedded">YouTube &#8211; The Tron HISHE Rap</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/ben9250/2011/03/06/youtube-the-tron-hishe-rap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R-Studio</title>
		<link>http://archlinux.me/ben9250/2011/03/05/r-studio/</link>
		<comments>http://archlinux.me/ben9250/2011/03/05/r-studio/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 04:18:40 +0000</pubDate>
		<dc:creator>ben9250</dc:creator>
				<category><![CDATA[Arch]]></category>

		<guid isPermaLink="false">http://archlinux.me/ben9250/?p=9</guid>
		<description><![CDATA[Over the past few days been putting in effort and discussing at great length on the forum how to best make a package for the new R-Studio IDE. What is currently on the AUR is something of a compromise, to be improved upon later, there was an issue with getting the source from github, as [...]]]></description>
				<content:encoded><![CDATA[<p>Over the past few days been putting in effort and discussing at great length on the forum how to best make a package for the new R-Studio IDE. What is currently on the AUR is something of a compromise, to be improved upon later, there was an issue with getting the source from github, as the user would already have to have an account and ssh key set up for that. And any attmpts to get, the tar version from the github page during wget or makepkg frequently results in errors, often regarding certificates and security to do with github, I guess it has to be a pretty secure site.</p>
<p>I&#8217;ve come up with an alternative to the git method &#8211; I made a bash  script, that can be set to cron, or run manually, that updates the git on my machine,  and then turns it into a tarball and puts it on public space on my  Dropbox, thus anyone can access it, as can the PKGBUILD, which I then  altered to work on the downloaded tarball rather than the git.</p>
<p>This has worked for me, however, there has been a lot of disparity in success in getting this to build, either  from PKGBUILD and from source without the aid of makepkg, for example  sometime the scripts to install dependencies seem to be an issue, then  one other time there seems to be an issue with on person with him not  being a sudoer, even when he says he is.</p>
<p>Looking at the support website,  theres even issues with the pre-built binaries for Fedora, Ubuntu, Mac  and Windows, so even installing isn&#8217;t the end of the story. I contacted  them about this method of getting the git from github, and then having  scripts install dependencies is very awkward for such as the Arch build  system to make our packages from source. I also asked them for a stable  tarball, half-expecting them to point me towards the tarball I already tried from github, instead of using gt clone. However they did not, so I can&#8217;t  help but think there may be reason as to why not. However, they got  back to me and assured me that a stable tarball for the  source for a much smoother compile and package creation, is intended and  will be looked into as soon as some other issues are fixed, to quote  them, in the &#8220;near future&#8221;.</p>
<p>I will keep track and watch for when such a stable source does arise for use with the PKGBUILD. A stable source tarball might even solve some of the issues with the dependency scripts and the complex (a commentary on occams razor and the arch way perhaps??) &#8211; and thus error prone way dependencies and building is resolved.</p>
<p>Find the thread here: <a title="here" href="https://bbs.archlinux.org/viewtopic.php?id=114333" target="_blank">https://bbs.archlinux.org/viewtopic.php?id=114333</a></p>
<p>Find on the AUR by searching rstudio-desktop.</p>
<p>&nbsp;</p>
<p>As an aside the issue with the sudoer was solved by un-commenting the line that makes all in group wheel a sudoer, I do not know what the configuration of that person&#8217;s sudo file was like before, but that solved it.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/ben9250/2011/03/05/r-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
