Commit 93e4a5b5 authored by Lars Dalby's avatar Lars Dalby
Browse files

Merge branch 'development' into 'main'

Use quarto for readme

See merge request !11
parents d75070bf a9f69290
Loading
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line


<!-- README.md is generated from README.Rmd. Please edit that file -->

# dmir
@@ -15,17 +16,16 @@ The goal of `dmir` is to facilitate download of data from DMI’s API.

## Installation

The instructions below assumes that you have configured a PAT and set
that in .Renviron as the variable `GITLAB_PAT`. You can install the
development version of `dmir` from
[gitlab.au.dk](https://gitlab.au.dk/bioskaloe-intern/tools/r-pkgs/dmir)
with:
The `dmir` package is publically available via r-universe.dev.

``` r
remotes::install_gitlab(
  repo = "bioskaloe-intern/tools/r-pkgs/dmir",
  host = "gitlab.au.dk", 
  build_vignettes = TRUE)
# Enable the ldalby universe
options(repos = c(
    ldalby = 'https://ldalby.r-universe.dev',
    CRAN = 'https://cloud.r-project.org'))

# Then simply install the package
install.packages('dmir')
```

## Example
+1 −1
Original line number Diff line number Diff line
---
output: github_document
format: gfm
---

<!-- README.md is generated from README.Rmd. Please edit that file -->