Skip to content
Snippets Groups Projects
Commit 91ecd8b4 authored by Long Nguyen's avatar Long Nguyen
Browse files

Documentation

parent 5bbb6294
No related branches found
No related tags found
No related merge requests found
^unibi\.templates\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^README\.Rmd$
Package: unibi.templates
Title: What the Package Does (One Line, Title Case)
Title: R Markdown Templates for Documents and Presentations at Bielefeld
University
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
person("Long", "Nguyen", , "long.nguen@uni-bielefeld.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8878-7386"))
Description: Provides R Markdown templates for documents and presentations
following Bielefeld University's corporate Design.
License: MIT + file LICENSE
URL: https://gitlab.ub.uni-bielefeld.de/long_nguyen/unibi.templates
Suggests:
xaringan,
xaringanExtra
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
YEAR: 2023
COPYRIGHT HOLDER: Long Nguyen
# MIT License
Copyright (c) 2023 Long Nguyen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# unibi.templates
<!-- badges: start -->
<!-- badges: end -->
{unibi.templates} provides R Markdown templates for documents and presentations following Bielefeld University's corporate Design.
## Installation
You can install the development version of {unibi.templates} like so:
``` r
remotes::install_gitlab(
"long_nguyen/unibi.templates",
host = "https://gitlab.ub.uni-bielefeld.de",
dependencies = TRUE
)
```
## Usage
In RStudio, templates can be selected with **New File → R Markdown... → From Template**.
<!-- README.md is generated from README.Rmd. Please edit that file -->
# unibi.templates
<!-- badges: start -->
<!-- badges: end -->
{unibi.templates} provides R Markdown templates for documents and
presentations following Bielefeld University’s corporate Design.
## Installation
You can install the development version of {unibi.templates} like so:
``` r
remotes::install_gitlab(
"long_nguyen/unibi.templates",
host = "https://gitlab.ub.uni-bielefeld.de",
dependencies = TRUE
)
```
## Usage
In RStudio, templates can be selected with **New File → R Markdown… →
From Template**.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment