From 99b10ceca5478206a9ee80eae4127c29d084db40 Mon Sep 17 00:00:00 2001 From: "Otto, Dr. Saskia" <saskia.otto@uni-hamburg.de> Date: Sat, 20 Feb 2021 21:08:52 +0100 Subject: [PATCH] added README as RMD --- DESCRIPTION | 20 ++++++++++++++------ README.Rmd | 14 ++++++++++++++ README.md | 9 +++++++++ 3 files changed, 37 insertions(+), 6 deletions(-) create mode 100644 README.Rmd diff --git a/DESCRIPTION b/DESCRIPTION index 64dac50..27e2688 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,19 @@ Package: IEAtools -Type: Package -Title: What the Package Does (Title Case) -Version: 0.1.0 -Author: Who wrote it -Maintainer: The package maintainer <yourself@somewhere.net> +Title: R package for Integrated Ecosystem Assessments +Version: 0.1.0.9000 +Authors@R: c( + person(given = "Saskia A.", + family = "Otto", + email = "saskia.a.otto@gmail.com", + role = c("aut", "cre")) + ) Description: More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description. -License: What license is it under? +License: CC0 +URL: https://gitlab.rrz.uni-hamburg.de/saskiaotto/IEAtools +BugReports: https://gitlab.rrz.uni-hamburg.de/saskiaotto/IEAtools/issues +Depends: + R(>= 4.0.0) Encoding: UTF-8 LazyData: true +RoxygenNote: 7.1.1 diff --git a/README.Rmd b/README.Rmd new file mode 100644 index 0000000..525f7b8 --- /dev/null +++ b/README.Rmd @@ -0,0 +1,14 @@ +--- +output: github_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +<!-- README.md is generated from README.Rmd. Please edit that file --> + +# IEAtools +<!-- <img src="tools/images/rquiz_logo.png" align="right" width="100" height="112" /> --> + +This R package provides functions for conducting Integrated Ecosystem Assessments (IEA) diff --git a/README.md b/README.md index e69de29..0c31684 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ + +<!-- README.md is generated from README.Rmd. Please edit that file --> + +# IEAtools + +<!-- <img src="tools/images/rquiz_logo.png" align="right" width="100" height="112" /> --> + +This R package provides functions for conducting Integrated Ecosystem +Assessments (IEA) -- GitLab