diff --git a/NEWS.md b/NEWS.md index 7e859fc..9c84d13 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,12 @@ * +# geoGraph v1.1 + +* Update documentation to roxygen. +* Make vignette fully live. + + # geoGraph v1.0 * First public release with full functionality. \ No newline at end of file diff --git a/R/zzz.R b/R/zzz.R index 290567f..64c5d97 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -3,7 +3,7 @@ startup.txt <- paste("\n /// geoGraph ", pkg.version, " is loaded ////////////", "\n\n > overview: '?geoGraph'", - "\n > tutorials/doc/questions: https://github.com/thibautjombart/geograph' \n", + "\n > tutorials/doc/questions: https://github.com/EvolEcolGroup/geograph' \n", sep = "" ) diff --git a/vignettes/geograph.Rmd b/vignettes/geograph.Rmd index 5b2e17c..7e0577d 100644 --- a/vignettes/geograph.Rmd +++ b/vignettes/geograph.Rmd @@ -56,7 +56,7 @@ install.packages("devtools") Then, to install *geoGraph*, simply type: ```{r eval = FALSE} library(devtools) -install_github("thibautjombart/geoGraph") +install_github("EvolEcolGroup/geograph") ``` Once installed, the package can be loaded using: