Movatterモバイル変換
[0]ホーム
0.9
mirai basedpar_* functions forparallelizationinst/extdata contents were moved totests/testdata in 0.9.1- CRAN ready: unexported function examples are moved to /tools onGitHub
- SoftwareX paper is published; DOI and inst/CITATION is added
- Supports H3 and DGGRID gridding functions from 0.9.5
- Generic function using all-
sf inputs inxandy is supported inpar_*() functions
0.8
- Bumped version from 0.7.8 to 0.8.0: improving package coverage
- README.md: two mermaid plots are pre-generated as png files
- Internal
clip_*() functions andvect_validate() are removed par_map_args() is renamed topar_convert_f()- init.R: one-line initialization for
bbox classdetection (cf. https://github.com/r-spatial/sf/issues/2448)
0.7
.check_package refactoring: nolibrary()call is required- Internal function .check_par_spatraster is added to main
par_* functions - Internal preprocessing “dot-functions” – universally usablefunctions are plain S3, whereas others that are class-specific wereimplemented in S4
- Added
- CITATION.cff
par_*: argumentpad_y to enable applyingpadded extent to x or y (e.g., y in raster-vector overlay and xotherwise)
- Updated
- README.Rmd: split the combined one into two mermaid figures -> MDrebuilt, removed date of last update
par_*: argument name change from debug to .debug
- Dropped
- Custom backend for future and mirai; rolling back to
future.apply any_class_args,is_within_ref,par_fallback,check_dist_incorrectpar_grid argument:grids_input_ids- Data: SRTM (TIFF replaces RDS)
- Data preprocessing parts are separated into internal functions
- Name change
check_subject to.check_vectorreproject_b2r toreproject_to_rastervect_valid_repair tovect_validate
- targets-friendly helper function:
par_split_list- Vignette for
par_split_list
par_* family naming hierarchy:par_make_*topar_pad_*- Plain gridding (
par_make_grid) and clustering(par_make_balanced) functions are internal
- Main
par_* runners (par_grid, par_hierarchy,par_multirasters) are kept extract_at is redesigned as a S4 method- All messaging is managed by
cli package - Added zzz.R for startup message
summarize_aw gets generic argument namesxandymirai backend is introduced- Internal functions are not exported
- Type check function
check_subject is added. Thisfunction is internal. vapply argumentFUN.VALUE fixed
0.6
- Fixed:
grid_target_id inpar_grid acceptsnumeric or character input to filter grids par_fallback is returning error_message field withactual error messagescollapse package is added to Imports (i.e.,rowbind function is used in place ofdplyr::bind_rows)- Tests were fixed following refactoring/updating
par_*functions chopin processing functions now support file path inputwith extents inpar_grid- Fixed: Missing argument passing in
par_pad_grid withmode = "grid_advanced" - Vignette update: v01
- Fixed: align input-output classes in
par_merge_grid - Improved: grid_advanced mode supports the maximum of merged unitgrids
- Added the balanced number mode of splitting input points(
par_pad_balanced; thanks to comments of Dr. MichaelFessler) - Added function of the balanced mode for
par_grid(par_group_grid) - All internal
sapply is changed tovapply - Added a diagram for guiding users’ choice for
par_*functions for parallelization considering raster/vector datasituations - litr R Markdown file is moved to the archive
0.5
par_grid unifies the classes of grid inputspar_cut_coords: a supplementary function effectivelyoperating withpar_def_q formode = "grid_quantile" inpar_pad_grid. X- andY-coordinates (of centroids for polygon inputs) are split into quantilegroups to balance the number of features in each grid; does not accountfor geometric complexity (i.e., number of vertices)- Padded grid generation in
par_pad_grid is done only byterra::buffer extract_at* functions getmax_cells, whichis passed toexactextractr::exact_extract for speedup inexpense of memory pressure- Added a new vignette on the demonstration of climate/weather dataextraction
0.4
surf argument inextract_at*() acceptsfile paths- Raster cropping is now optional
0.3
- Dropped
rast_short - Added examples
- README.md is replaced by README.Rmd
- Documentation is clarified about the second argument in
... inpar_* functions
[8]ページ先頭