Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Comment thread
ewhelan marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]
### Fixed
- Correct ECMWF documentation [!49](https://github.com/Hirlam/obsmon/pull/49)
### Added
- Add GitHub Action to test installation on Ubuntu 24.04 [!48](https://github.com/Hirlam/obsmon/pull/48)
## [4.5.3] 2026-03-24
Expand Down
20 changes: 12 additions & 8 deletions docs/src/Installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ Use the `install` script to install the `R` libraries needed. The main
system requirements are:

- A Linux operating system
- A working `R (>= 4.0.5)` interpreter

- A working `R (>= 4.4.0)` interpreter
- `python (>= 3.6.7)`

- Internet connection

Instructions for the various installation modes are given in
Expand Down Expand Up @@ -95,13 +93,19 @@ Follow the instructions given ini [3.1.1](@ref install-standalone).
The compilation requires the following modules to provide system dependencies:

```bash
module load R
module load gdal
module load gproj
module load geos
module purge
module load prgenv/gnu
module unload gcc
module load gcc/8.5.0
module load R/4.4.3
module load gdal/3.10.2
module load geos/3.13.1
module load proj/9.4.1
```
> [!NOTE]
> `prgenv/gnu` and `gcc/8.5.0` should be loaded by default.

Tested with current (April 2024) defaults: `R/4.2.2 geos/3.11.1 proj/9.1.1 gdal/3.6.2`.
Tested with current (April 2026) defaults: `R/4.4.3 gdal/3.10.2 geos/3.13.1 proj/9.4.1

Atos HPC currently does not provide a browser to connect to Shinny applications. However, for those using Virtual Desktop Infrastructure (VDI) provided by ECMWF, one option is to use SOCKS port forwarding from the Linux Virtual Desktop:

Expand Down
Loading