-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
79 lines (61 loc) · 2.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="gleon.github.com : Collection of GLEON codes and packages." />
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>GLEON</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/GLEON">Browse repositories on gitHub</a>
<h1 id="project_title">GLEON</h1>
<h2 id="project_tagline">Collection of GLEON codes and packages.</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Introduction</h3>
<p>
The goal of this gitHub organization is to store, share, and collaborate on code for GLEON purposes.
GLEON members and other collaborators are encouraged to submit and share R scripts, code, and packages.
</p>
<p>Please check back for updates on site organization and additional contributions.</p>
<h3>Presentations</h3>
<p><a href="pres/G16/">GLEON open source tools</a><br />
<a href="pres/inspire/">Inspire Workshop</a></p>
<h3>Stable builds currently available:</h3>
<p>Check <a href="https://github.com/GLEON">github.com/GLEON</a> for the complete list of GLEON resources currently available</p>
<p>Additionally, the following packages are available:</p>
<a href="https://github.com/GLEON/rLakeAnalyzer">rLakeAnalyzer</a>:<br>
rLakeAnalyzer is available on CRAN.
<pre><code>
install.packages("rLakeAnalyzer")
</code></pre>
<a href="https://github.com/GLEON/LakeMetabolizer">LakeMetabolizer</a>:<br>
LakeMetabolizer is available on CRAN.
<pre><code>
install.packages("LakeMetabolizer")
</code></pre>
<h3>New to R?</h3>
<p>
If you are new to R, you will need to first install the latest version of R, which can be found <a href="http://www.r-project.org/" target="_blank">here</a>.
Although there are many options for running and editing R code, a nice environment to learn R is RStudio. RStudio can be downloaded <a href="http://rstudio.org/" target="_blank">here</a>.
Once you have set up your R environment, go back to the above section to install the GLEON packages.
</p>
<h3>Authors and Contributors</h3>
For questions, please contact <a href="https://github.com/lawinslow" class="user-mention">@lawinslow</a>
or <a href="https://github.com/jread-usgs" class="user-mention">@jread-usgs</a>
</section>
</div>
<div id="footer_content_wrap" class="outer">
<section id="footer_content" class="inner">
</section>
</div>
</body>
</html>