You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-59Lines changed: 2 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,38 +10,6 @@ Core package containing a collection of common astronomical conversion routines
10
10
11
11
## Installation
12
12
13
-
### Getting R
14
-
15
-
First things first, you will probably want to install a recent version of **R** that lets you build packages from source. The advantage of choosing this route is you can then update bleeding edge versions directly from GitHub. If you rely on the pre-built binaries on CRAN you might be waiting much longer.
16
-
17
-
#### Mac
18
-
19
-
For Mac just get the latest binaries from the **R** project pages:
20
-
21
-
<https://cloud.r-project.org/bin/macosx/>
22
-
23
-
#### Windows
24
-
25
-
For Windows just get the latest binaries from the **R** project pages:
26
-
27
-
<https://cloud.r-project.org/bin/windows/>
28
-
29
-
#### Linux
30
-
31
-
Debian: `sudo apt-get install r-base r-base-dev`
32
-
33
-
Fedora: `sudo yum install R`
34
-
35
-
Suse: More of a pain, see here <https://cloud.r-project.org/bin/linux/suse/README.html>
36
-
37
-
Ubuntu: `sudo apt-get install r-base-dev`
38
-
39
-
All the info on binaries is here: <https://cloud.r-project.org/bin/linux/>
40
-
41
-
Now you have **R** installed (hopefully) I would also suggest you get yourself **R-Studio**. It is a very popular and well maintained **R** IDE that gives you a lot of helpful shortcuts to scripting and analysing with **R**. The latest version can be grabbed from <https://www.rstudio.com/products/rstudio/> where you almost certainly want the free Desktop version.
If all of these do not work then the nuclear option is to download (or clone) the GitHub repo, cd to where the tar.gz file is and run in the **console** (or **Terminal** on Mac):
69
-
70
-
```console
71
-
R CMD install celestial_X.Y.Z.tar.gz
72
-
```
73
-
74
-
where X, Y and Z should be set as appropriate for the version downloaded (check the name of the file basically).
75
-
76
-
Failing all of the above, please raise an Issue here.
77
-
78
21
#### Package Dependencies
79
22
80
23
The above should also install the required packages. If you have trouble with this you can try installing the required packages manually first and then retry the installation for **celestial**:
0 commit comments