@@ -8,7 +8,7 @@ maybe clear cache before
88<!-- badges: start -->
99
1010[ ![ CRAN_Status_Badge] ( http://www.r-pkg.org/badges/version/REddyProc )] ( http://cran.r-project.org/package=REddyProc )
11- [ ![ R-CMD-check] ( https://github.com/bgctw /REddyProc/workflows/R-CMD-check/badge.svg )] ( https://github.com/bgctw /REddyProc/actions )
11+ [ ![ R-CMD-check] ( https://github.com/EarthyScience /REddyProc/workflows/R-CMD-check/badge.svg )] ( https://github.com/EarthyScience /REddyProc/actions )
1212<!-- badges: end -->
1313
1414## Overview
@@ -28,7 +28,7 @@ install.packages("REddyProc")
2828
2929# The development version from GitHub using devtools:
3030# install.packages("devtools")
31- devtools :: install_github(" bgctw /REddyProc" )
31+ devtools :: install_github(" EarthyScience /REddyProc" )
3232```
3333
3434The REddyProc~ package requires a quite recent versions of the tidyverse
@@ -87,21 +87,21 @@ EProc$sPlotFingerprintY('NEE_f', Year = 1998)
8787![ ] ( README-example-1.png ) <!-- -->
8888
8989Further examples are in
90- [ vignette(useCase)] ( https://github.com/bgctw /REddyProc/blob/master/vignettes/useCase.md )
90+ [ vignette(useCase)] ( https://github.com/EarthyScience /REddyProc/blob/master/vignettes/useCase.md )
9191and
92- [ vignette(DEGebExample)] ( https://github.com/bgctw /REddyProc/blob/master/vignettes/DEGebExample.md )
92+ [ vignette(DEGebExample)] ( https://github.com/EarthyScience /REddyProc/blob/master/vignettes/DEGebExample.md )
9393and further md-files of the [ vignettes
94- directory] ( https://github.com/bgctw /REddyProc/blob/master/vignettes ) .
94+ directory] ( https://github.com/EarthyScience /REddyProc/blob/master/vignettes ) .
9595
9696## Docker images
9797
9898Docker images are provided that comprise rstudio, rocker/tidyverse, and
9999REddyProc. There are different version for the latest push to github,
100100for the version on CRAN and for specific tags starting from 1.1.4.
101101
102- - bgctw /reddyproc: latest
103- - bgctw /reddyproc_cran
104- - bgctw /reddyproc:` tag `
102+ - EarthyScience /reddyproc: latest
103+ - EarthyScience /reddyproc_cran
104+ - EarthyScience /reddyproc:` tag `
105105
106106They are usually run with installed docker by typing at a shell:
107107
0 commit comments