From df96cb7b0e185c55755a53d03d5a83a037ce5c81 Mon Sep 17 00:00:00 2001 From: Ahmed Homoudi <62482619+AHomoudi@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:05:36 +0100 Subject: [PATCH] update_laptop --- .gitignore | 2 ++ README.md | 27 +++++++++++++-------------- RPackage/DESCRIPTION | 9 +++++---- RPackage/RPackage.Rproj | 2 +- RPackage/vignettes/.gitignore | 2 -- RPackage/vignettes/F001.Rmd | 19 ------------------- 6 files changed, 21 insertions(+), 40 deletions(-) delete mode 100644 RPackage/vignettes/.gitignore delete mode 100644 RPackage/vignettes/F001.Rmd diff --git a/.gitignore b/.gitignore index 4495abb..c49caa2 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ rsconnect/ *.html + +AquaFortR.Rproj diff --git a/README.md b/README.md index 1673d7d..436f923 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,36 @@ # AquaFortR -[![Quarto Publish](https://github.com/ahmathlete/AquaFortR/workflows/Quarto%20Publish/badge.svg)](https://github.com/ahmathlete/AquaFortR/actions?query=workflow:"Quarto+Publish") -[![GitHub tag](https://img.shields.io/github/tag/ahmathlete/AquaFortR?include_prereleases=&sort=semver&color=blue)](https://github.com/ahmathlete/AquaFortR/releases/) +[![Quarto Publish](https://github.com/AHomoudi/AquaFortR/workflows/Quarto%20Publish/badge.svg)](https://github.com/AHomoudi/AquaFortR/actions?query=workflow:"Quarto+Publish") +[![GitHub tag](https://img.shields.io/github/tag/AHomoudi/AquaFortR?include_prereleases=&sort=semver&color=blue)](https://github.com/AHomoudi/AquaFortR/releases/) [![License](https://img.shields.io/badge/License-CCBY-blue)](#license) -This si the official repositery of the Project AquaFortR-Streamlining Atmospheric Science, Oceanography, Climate, and Water Research with Fortran-accelerated R -_Repo metadata_ +This is the official repository of the Project AquaFortR: Streamlining Atmospheric Science, Oceanography, Climate, and Water Research with Fortran-accelerated R. +The repository is structured as follows: + - QuartoBook + - RPackage + - SwirlCourse -_Call-to-Action buttons_ -
- - -
- ## Documentation -
+The documentation is of the project is rendered [here](https://ahomoudi.github.io/AquaFortR/) -[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](/docs/ "Go to project documentation") -
+## Acknowledgment +This work has been funded by the German Research Foundation (DFG) through the project NFDI4Earth (DFG project no. 460036893, https://www.nfdi4earth.de/) within the German National Research Data Infrastructure (NFDI, https://www.nfdi.de/). ## License -Released under [CCBY](/LICENSE) by [@ahmathlete](https://github.com/ahmathlete). +Released under [CCBY](/LICENSE) by [@AHomoudi](https://github.com/AHomoudi). + + diff --git a/RPackage/DESCRIPTION b/RPackage/DESCRIPTION index bc507ac..d1c186d 100644 --- a/RPackage/DESCRIPTION +++ b/RPackage/DESCRIPTION @@ -1,15 +1,16 @@ Package: AquaFortR Type: Package -Title: What the Package Does (Title Case) +Title: Streamlining Atmospheric Science, Oceanography, Climate, and Water Research with Fortran-accelerated R Version: 0.1.0 -Author: Who wrote it -Maintainer: The package maintainer +Authors@R: + person("Ahmed", "Homoudi", , "ahmed.homoudi@tu-dresden.de", role = c("aut", "cre"), + comment = c(ORCID = "0000-0001-6906-5986")) Description: More about what it does (maybe more than one line) Use four spaces when indenting paragraphs within the Description. License: CC BY 4.0 Encoding: UTF-8 LazyData: true -URL: https://ahmathlete.github.io/AquaFortR/ +URL: https://AHomoudi.github.io/AquaFortR/ RoxygenNote: 7.2.3 Suggests: knitr, diff --git a/RPackage/RPackage.Rproj b/RPackage/RPackage.Rproj index 4e48281..2132e2e 100644 --- a/RPackage/RPackage.Rproj +++ b/RPackage/RPackage.Rproj @@ -18,5 +18,5 @@ StripTrailingWhitespace: Yes BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source -PackageCheckArgs: --no-examples +PackageCheckArgs: --no-examples --as-cran PackageRoxygenize: rd,collate,namespace,vignette diff --git a/RPackage/vignettes/.gitignore b/RPackage/vignettes/.gitignore deleted file mode 100644 index 097b241..0000000 --- a/RPackage/vignettes/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.html -*.R diff --git a/RPackage/vignettes/F001.Rmd b/RPackage/vignettes/F001.Rmd deleted file mode 100644 index f0d261c..0000000 --- a/RPackage/vignettes/F001.Rmd +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Introduction to R & Rstudio" -output: rmarkdown::html_vignette -vignette: > - %\VignetteIndexEntry{Introduction to R & Rstudio} - %\VignetteEngine{knitr::rmarkdown} - %\VignetteEncoding{UTF-8} ---- - -```{r, include = FALSE} -knitr::opts_chunk$set( - collapse = TRUE, - comment = "#>" -) -``` - -```{r setup} -library(AquaFortR) -```