{ "cells": [ { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Loading required package: tibble\n" ] } ], "source": [ "library(\"nlrx\", lib.loc=\"/srv/rlibs\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "On the home page, click new -> folder, and then tick off the box beside 'untitled folder', click 'rename', call it 'holder'. Then use this function to download the version you're after:" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [], "source": [ "download_netlogo(\"holder\" , \"6.0.3\")" ] } ], "metadata": { "kernelspec": { "display_name": "R", "language": "R", "name": "ir" }, "language_info": { "codemirror_mode": "r", "file_extension": ".r", "mimetype": "text/x-r-source", "name": "R", "pygments_lexer": "r", "version": "3.4.4" } }, "nbformat": 4, "nbformat_minor": 2 }