Skip to content

"pacu: Precision Agriculture Computational Utilities"

License

Notifications You must be signed in to change notification settings

cldossantos/pacu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pacu: Precision Agriculture Computational Utilities

The pacu package allows for processing, visualization, and analysis of yield monitor data. Additionally, this package also allows for retrieval, processing, and visualization of weather and satellite data.

Installation

pacu is not yet available on CRAN. To install pacu from github you can try:

devtools::install_github("cldossantos/pacu")
library(pacu)

or you can also try the lightweight 'remotes' package:

remotes::install_github("cldossantos/pacu")
library(pacu)

The vignettes are not automatically built when the package is installed from github. To get started with pacu, you can build the vignettes and check the examples we provide.

devtools::install_github("cldossantos/pacu", build_vignettes = TRUE)
browseVignettes(package = 'pacu')

or you can use the lightweight 'remotes' package:

remotes::install_github("cldossantos/pacu", build_vignettes = TRUE)
browseVignettes(package = 'pacu')

Package requirements

Imported packages: stars, XML, gstat, units, sf, apsimx, tmap, httr, jsonlite

Suggested packages: spData, knitr, mgcv, concaveman, rmarkdown, ggplot2, patchwork, nasapower, testthat

Manuscript preprint

You can find a preprint of the manuscript describing pacu here

About

"pacu: Precision Agriculture Computational Utilities"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published