Skip to content

Commit

Permalink
update_laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi committed Jan 3, 2024
1 parent e677ae9 commit df96cb7
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ rsconnect/


*.html

AquaFortR.Rproj
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -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_

<div align="center">





</div>

## Documentation

<div align="center">
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")

</div>
## 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).


<!--- setwd("C:\\Projects\\AquaFortR") --->
9 changes: 5 additions & 4 deletions RPackage/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <yourself@somewhere.net>
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,
Expand Down
2 changes: 1 addition & 1 deletion RPackage/RPackage.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions RPackage/vignettes/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions RPackage/vignettes/F001.Rmd

This file was deleted.

0 comments on commit df96cb7

Please sign in to comment.