follow_up: What you may do after installing fgeo.

Description

Description

After installing fgeo please visit its website. If you had any issue during installation, please report it here or email me at maurolepore@gmail.com.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# Warning: Updating packages may be slow if many packages are behind

# Check for uptates
update.packages()

# Similar but more comprehensive
remotes::update_packages()

# Best if you already had an old version of fgeo
remove.packages("fgeo")
fgeo.install::install_fgeo()

# Remove all fgeo packages (`fgeo_packages` comes with fgeo.install)
remove.packages(fgeo.install::fgeo_packages)

forestgeo/fgeo.install documentation built on May 9, 2019, 3:39 p.m.