follow_up: What you may do after installing fgeo.

Description

View source: R/install_fgeo.R

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)

maurolepore/fgeo.install documentation built on Dec. 21, 2021, 3:50 p.m.