Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi committed Apr 13, 2024
1 parent 8e9d4cd commit 8ed2099
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 63 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ QuartoBook/fortran/*
QuartoBook/*.png
toc_*
AquaFortR.Rproj
prepare_data.R
4 changes: 3 additions & 1 deletion QuartoBook/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/.quarto/
data/
microbenchmark/
*.csv
*.csv
*.so
*.dll
6 changes: 3 additions & 3 deletions RPackage/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: AquaFortR
Type: Package
Title: Streamlining Atmospheric Science, Oceanography, Climate, and Water Research with Fortran-accelerated R
Version: 0.1.0
Version: 1.0.0
Authors@R:
person("Ahmed", "Homoudi", , "ahmed.homoudi@tu-dresden.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6906-5986"))
Expand All @@ -15,8 +15,8 @@ Description: AquaFortR is an educational package for students and researchers in
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
URL: https://AHomoudi.github.io/AquaFortR
BugReports: https://github.com/AHomoudi/AquaFortR/issues
URL: https://ahomoudi.github.io/AquaFortR
BugReports: https://github.com/ahomoudi/AquaFortR/issues
RoxygenNote: 7.3.1
Suggests:
knitr,
Expand Down
1 change: 1 addition & 0 deletions RPackage/NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# AquaFortR 1.0.0
12 changes: 6 additions & 6 deletions RPackage/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# AquaFortR

<!-- badges: start -->
[![R-CMD-check](https://github.com/AHomoudi/AquaFortR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/AHomoudi/AquaFortR/actions/workflows/R-CMD-check.yaml)
[![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/)
[![R-CMD-check](https://github.com/ahomoudi/AquaFortR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ahomoudi/AquaFortR/actions/workflows/R-CMD-check.yaml)
[![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)
<!-- badges: end -->

This is the main webpage of the project AquaFortR: Streamlining Atmospheric Science, Oceanography, Climate, and Water Research with Fortran-accelerated R.

The project's [repository](https://github.com/AHomoudi/AquaFortR/) is structured as follows:
The project's [repository](https://github.com/ahomoudi/AquaFortR/) is structured as follows:

- QuartoBook
- RPackage
Expand All @@ -22,7 +22,7 @@ The project's [repository](https://github.com/AHomoudi/AquaFortR/) is structured
To install the AquaFortR package, please use:

```r
remotes::install_github("AHomoudi/AquaFortR", subdir = "RPackage")
remotes::install_github("ahomoudi/AquaFortR", subdir = "RPackage")
```
### Swirl
To install the AquaFortR Swirl Course, please download the compressed course from
Expand All @@ -44,7 +44,7 @@ This work has been funded by the German Research Foundation (DFG) through the pr

## License

Released under [CCBY](/LICENSE) by [@AHomoudi](https://github.com/AHomoudi).
Released under [CCBY](/LICENSE) by [@ahomoudi](https://github.com/ahomoudi).


<!--- setwd("C:\\Projects\\AquaFortR") --->
2 changes: 1 addition & 1 deletion RPackage/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://AHomoudi.github.io/AquaFortR/
url: https://ahomoudi.github.io/AquaFortR/

template:
bootstrap: 5
Expand Down
4 changes: 2 additions & 2 deletions RPackage/man/AquaFortR-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 0 additions & 50 deletions prepare_data.R

This file was deleted.

0 comments on commit 8ed2099

Please sign in to comment.