Loading README.md +9 −9 Original line number Diff line number Diff line <!-- README.md is generated from README.Rmd. Please edit that file --> # dmir Loading @@ -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 Loading README.Rmd→README.qmd +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 --> Loading Loading
README.md +9 −9 Original line number Diff line number Diff line <!-- README.md is generated from README.Rmd. Please edit that file --> # dmir Loading @@ -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 Loading
README.Rmd→README.qmd +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 --> Loading