fairagro / M4.4_UC6_ARC

UC6 workflow in ARC proof-of-concept
0 stars 0 forks source link

uc6_csmTools: Fix roxygen2 Annotations #14

Closed JensKrumsieck closed 2 months ago

JensKrumsieck commented 2 months ago

Some functions are not exported or imports (@importFrom) containing typos. Need to run roxygen2::roxygenise() to rebuild the package data.

JensKrumsieck commented 2 months ago

I did some fixing of functions that were not exported, the @importFrom annotations and rerun roxygen2::roxygenise() to rebuild the package data. The package is now installable using remote::install_local(".") or from github using the specified branch and passes all required checks (devtools::check()).