<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://nd.psychstat.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://nd.psychstat.org/feed.php">
        <title>@ND - lab:projects:14rstats</title>
        <description></description>
        <link>https://nd.psychstat.org/</link>
        <image rdf:resource="https://nd.psychstat.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-07T12:27:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://nd.psychstat.org/lab/projects/14rstats/index"/>
                <rdf:li rdf:resource="https://nd.psychstat.org/lab/projects/14rstats/r_code"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://nd.psychstat.org/_media/wiki/dokuwiki.svg">
        <title>@ND</title>
        <link>https://nd.psychstat.org/</link>
        <url>https://nd.psychstat.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://nd.psychstat.org/lab/projects/14rstats/index">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-24T14:48:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://nd.psychstat.org/lab/projects/14rstats/index</link>
        <description>R code</description>
    </item>
    <item rdf:about="https://nd.psychstat.org/lab/projects/14rstats/r_code">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-24T14:48:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>r_code</title>
        <link>https://nd.psychstat.org/lab/projects/14rstats/r_code</link>
        <description>## R function to rate the package
download&lt;-function(package=&quot;base&quot;,lib.loc = NULL){
	dir &lt;- system.file(package = package, lib.loc = lib.loc)
    if (dir == &quot;&quot;) {
		gettextf(&quot;You have not installed the package %s. You can only rate a package you installed already. Thanks. &quot;, sQuote(package))
	}else{
		meta &lt;- packageDescription(pkg = package)
		meta &lt;- URLencode(paste(meta$Version, &quot;;&quot;, meta$Built, &quot;;&quot;, meta$Maintainer, &quot;;&quot;, meta$Repository), TRUE)
		dir &lt;- system.file(package = &quot;RCurl&quot;, lib.lo…</description>
    </item>
</rdf:RDF>
