Skip to content

Commit

Permalink
website + citation info
Browse files Browse the repository at this point in the history
  • Loading branch information
atsyplenkov committed Aug 15, 2022
1 parent fab0cfd commit 8f879e2
Show file tree
Hide file tree
Showing 29 changed files with 564 additions and 267 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Description: This package offers an R implementation of Universal Soil Loss Equa
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
RoxygenNote: 7.2.1
Depends: R (>= 3.5.0), terra (>= 1.5)
Imports: Rsagacmd, purrr
Suggests:
Expand Down
5 changes: 5 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ knitr::opts_chunk$set(
# rusleR <img src="man/figures/logo.svg" align="right" height="139" />

<!-- badges: start -->
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6992394.svg)](https://doi.org/10.5281/zenodo.6992394)
[![R-CMD-check](https://github.com/atsyplenkov/rusleR/workflows/R-CMD-check/badge.svg)](https://github.com/atsyplenkov/rusleR/actions)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/rusleR)](https://cran.r-project.org/package=rusleR)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master)
Expand Down Expand Up @@ -115,3 +116,7 @@ While `rusleR` does not redistribute the data or provide it in any way, we encou
- [ ] SDR by [Vigiak et al., 2012](https://www.sciencedirect.com/science/article/pii/S0169555X11004478)
- [ ] C-factor????
- [ ] Should I use WhiteboxGeo tools in a backend instead of SAGA??


### ACKNOWLEDGEMENTS
_This package was developed in accordance to the Development program of the Interdisciplinary Scientific and Educational School of M.V. Lomonosov Moscow State University "Future Planet and Global Environmental Change"_
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

<!-- badges: start -->

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6992394.svg)](https://doi.org/10.5281/zenodo.6992394)
[![R-CMD-check](https://github.com/atsyplenkov/rusleR/workflows/R-CMD-check/badge.svg)](https://github.com/atsyplenkov/rusleR/actions)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/rusleR)](https://cran.r-project.org/package=rusleR)
[![Last-changedate](https://img.shields.io/badge/last%20change-2022--07--15-yellowgreen.svg)](/commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2022--08--15-yellowgreen.svg)](/commits/master)
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Project Status: Concept – Minimal or no implementation has been done
yet, or the repository is only intended to be a limited example, demo,
Expand Down Expand Up @@ -98,6 +99,7 @@ develop a global erosivity map at 30 arc-seconds(\~1 km) based on a
Gaussian Process Regression(GPR).

``` r

library(terra)

f <- system.file("extdata/extent.shp", package="rusleR")
Expand Down Expand Up @@ -164,3 +166,10 @@ LS<sub>alpine</sub>:
2012](https://www.sciencedirect.com/science/article/pii/S0169555X11004478)
- [ ] C-factor????
- [ ] Should I use WhiteboxGeo tools in a backend instead of SAGA??

### ACKNOWLEDGEMENTS

*This package was developed in accordance to the Development program of
the Interdisciplinary Scientific and Educational School of M.V.
Lomonosov Moscow State University “Future Planet and Global
Environmental Change”*
18 changes: 18 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
url: https://atsyplenkov.github.io/rusleR/

template:
bootstrap: 5
bootswatch: journal
bslib:
base_font: {google: "Noto Sans"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "Fira Code"}

navbar:
structure:
right: [twitter, github]
components:
twitter:
icon: fa-twitter
href: http://twitter.com/atsyplen
aria-label: Twitter
github:
icon: fa-github
href: https://github.com/atsyplenkov/rusleR
aria-label: Github
28 changes: 22 additions & 6 deletions docs/404.html

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

22 changes: 17 additions & 5 deletions docs/LICENSE-text.html

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

Loading

0 comments on commit 8f879e2

Please sign in to comment.