From 93a1ecf3b0fa2c25dbf99d419bef3d10f36493f0 Mon Sep 17 00:00:00 2001 From: 16EAGLE Date: Thu, 18 Apr 2024 10:26:58 +0200 Subject: [PATCH] minor docs update --- DESCRIPTION | 1 + README.md | 17 ++++++++++++++++- _pkgdown.yml | 3 +-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b904128c..b68ec488 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,6 +2,7 @@ Package: RStoolbox Type: Package Title: Remote Sensing Data Analysis Version: 1.0.0 +Date: 2024-04-18 Authors@R: c( person("Benjamin", "Leutner", role= "aut", email="rstoolboxpackage@gmail.com", comment = c(ORCID = "0000-0002-6893-2002")), person("Ned", "Horning", role ="aut", email="horning@amnh.org"), diff --git a/README.md b/README.md index 16686900..4f6cae88 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ RStoolbox is an R package providing a wide range of tools for your every-day remote sensing processing needs. The available tool-set covers many aspects from data import, pre-processing, data analysis, image classification and graphical display. RStoolbox builds upon the terra package, which makes it suitable for processing large data-sets even on smaller workstations. -For more details have a look at the [functions overview](http://bleutner.github.io/RStoolbox/RStoolbox.html). +For more details have a look at the [functions overview](https://bleutner.github.io/RStoolbox/reference/index.html). ## Installation The package is available on CRAN and can be installed as usual via @@ -21,3 +21,18 @@ Then run the following lines: library(devtools) install_github("bleutner/RStoolbox") +## Get started + +*to be added* + +### Example 1 + +*to be added* + +### Example 2 + +*to be added* + +### Example 3 + +*to be added* diff --git a/_pkgdown.yml b/_pkgdown.yml index 144a1c1d..3fb750e3 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -21,5 +21,4 @@ navbar: right: - icon: fa-github fa-lg fab - href: http://www.github.com/bleutner - \ No newline at end of file + href: http://www.github.com/bleutner \ No newline at end of file