Skip to content

falling-fruit/fruitr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

fruitr

An R package evolving with the needs and desires of Falling Fruit.

The main functions are described in their own tutorials:

Status

This package is occasionally used in production for quickly rebuilding the clusters database table and for preparing municipal tree inventories for import.

Installation

The package is not on CRAN. To install in R, use devtools:

install.packages("devtools")
devtools::install_github("falling-fruit/fruitr")

The package rgdal is not a required dependency, but is needed by fruitr::read_locations() for reading OGR vector formats.