Skip to content

Commit

Permalink
Update references to package location
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Dec 8, 2023
1 parent 93d5956 commit 21041ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

*

# geoGraph v1.1

* Update documentation to roxygen.
* Make vignette fully live.


# geoGraph v1.0

* First public release with full functionality.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
)

Expand Down
2 changes: 1 addition & 1 deletion vignettes/geograph.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21041ae

Please sign in to comment.