vignettes/siteonly/questions-and-answers.Rmd
questions-and-answers.Rmd
usethis::edit_r_profile()
) and add this code:.First <- function() {
options(
repos = c(
CRAN = "https://cran.rstudio.com/",
forestgeo = "https://forestgeo.github.io/drat"
)
)
}
In every R session you can now install fgeo with install.packages("fgeo")
.
In RStudio go to Tools > Global Options…
Press Cmd/Ctrl + Shift + F10 to restart RStudio or go to Session > Restart R.
See also Getting help with fgeo or email Mauro Lepore (leporem@si.edu).
See Contributing to fgeo.
See Reference
GitHub’s search engine is powerful. Go to https://github.com/forestgeo and search anything.
Browse to the relevant package’s website (e.g. fgeo).
Find the function under Reference (e.g. fgeo’s Reference).
Click the link to Source under the topic’s title. For example:
Open a New issue at forestgeo/forum.
Try fgeo from your webrowser at http://bit.ly/fgeo-demo.
Contact fgeo’s maintainer.
Checkout fgeo’s blog.
Follow @mauro_lepore or #fgeo #rstats on twitter