diff --git a/DESCRIPTION b/DESCRIPTION index 13e6942..fba5150 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -43,4 +43,3 @@ Suggests: X-schema.org-keywords: windfarm-layout, optimization, genetic-algorithm, renewable-energy, r, rstats, r-package Config/testthat/edition: 3 Config/testthat/parallel: true - diff --git a/README.md b/README.md index 24fa1e1..918c3ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # windfarmGA +test + diff --git a/codemeta.json b/codemeta.json index 3ec8e72..0e5729d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,7 +4,7 @@ "identifier": "windfarmGA", "description": "The genetic algorithm is designed to optimize wind farms of any shape. It requires a predefined amount of turbines, a unified rotor radius and an average wind speed value for each incoming wind direction. A terrain effect model can be included that downloads an 'SRTM' elevation model and loads a Corine Land Cover raster to approximate surface roughness.", "name": "windfarmGA: Genetic Algorithm for Wind Farm Layout Optimization", - "codeRepository": "https://github.com/trafficonese/windfarmGA", + "codeRepository": "https://github.com/YsoSirius/windfarmGA", "issueTracker": "https://github.com/YsoSirius/windfarmGA/issues", "license": "https://spdx.org/licenses/MIT", "version": "4.0.0", @@ -286,10 +286,10 @@ "SystemRequirements": null }, "keywords": ["windfarm-layout", "optimization", "genetic-algorithm", "renewable-energy", "r", "rstats", "r-package"], - "fileSize": "5158.331KB", + "fileSize": "5158.004KB", "relatedLink": "https://ysosirius.github.io/windfarmGA/index.html", - "releaseNotes": "https://github.com/trafficonese/windfarmGA/blob/master/NEWS.md", - "readme": "https://github.com/trafficonese/windfarmGA/blob/master/README.md", + "releaseNotes": "https://github.com/YsoSirius/windfarmGA/blob/master/NEWS.md", + "readme": "https://github.com/YsoSirius/windfarmGA/blob/master/README.md", "contIntegration": ["https://github.com/YsoSirius/windfarmGA/actions", "https://app.codecov.io/gh/YsoSirius/windfarmGA"], "developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html" }