Skip to content

Commit e41bb84

Browse files
committed
Refactor DESCRIPTION and remove legacy scripts
- Updated DESCRIPTION file to remove unnecessary dependencies and streamline imports. - Deleted multiple legacy R scripts related to hexagonal and square grid processing, raster trimming, and visualization to clean up the repository. - This cleanup enhances maintainability and focuses on the current implementation of the package.
1 parent 5f10435 commit e41bb84

23 files changed

Lines changed: 1 addition & 3354 deletions

DESCRIPTION

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ LazyData: true
1717
Depends: R (>= 4.0.0)
1818
LinkingTo: Rcpp
1919
Imports:
20-
Rcpp,
2120
sf (>= 1.0.0),
2221
terra (>= 1.6.0),
23-
exactextractr (>= 0.8.0),
24-
data.table (>= 1.14.0)
22+
exactextractr (>= 0.8.0)
2523
Suggests:
2624
testthat (>= 3.0.0),
2725
knitr,

LEGACY_SCRIPTS/archive/01_create_hex_grid.R

Lines changed: 0 additions & 112 deletions
This file was deleted.

LEGACY_SCRIPTS/archive/02_trim_rasters_YEAR.R

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)