Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ftsiboe/USFarmSafetyNetLab

Tags

revenue_draw

Toggle revenue_draw's commit message
Prune package: remove legacy code/data/docs

Remove a large set of legacy R functions, data objects, and documentation to slim the package. Many R source files (numerous helpers, NASS/ADM processing functions, and dataset-specific routines), their man pages, and packaged .rda data files were deleted. Added a minimal PACKAGE_GLOBALVARIABLES R object and its Rd, updated .Rbuildignore to ignore new patterns (PDFs, data-raw, man/figures, etc.), and trimmed DESCRIPTION (cleared Imports/Remotes and reduced Suggests). NAMESPACE was simplified to only export calculate_mode and setup_environment (removed many exports and imports). Also updated R/zzz.R, tests/testthat.R, and refreshed the packaged PDF. This change appears aimed at cleaning/updating the package surface and reducing shipped content.

prf

Toggle prf's commit message
Prune package: remove legacy code/data/docs

Remove a large set of legacy R functions, data objects, and documentation to slim the package. Many R source files (numerous helpers, NASS/ADM processing functions, and dataset-specific routines), their man pages, and packaged .rda data files were deleted. Added a minimal PACKAGE_GLOBALVARIABLES R object and its Rd, updated .Rbuildignore to ignore new patterns (PDFs, data-raw, man/figures, etc.), and trimmed DESCRIPTION (cleared Imports/Remotes and reduced Suggests). NAMESPACE was simplified to only export calculate_mode and setup_environment (removed many exports and imports). Also updated R/zzz.R, tests/testthat.R, and refreshed the packaged PDF. This change appears aimed at cleaning/updating the package surface and reducing shipped content.

growing_season_data

Toggle growing_season_data's commit message
Prune package: remove legacy code/data/docs

Remove a large set of legacy R functions, data objects, and documentation to slim the package. Many R source files (numerous helpers, NASS/ADM processing functions, and dataset-specific routines), their man pages, and packaged .rda data files were deleted. Added a minimal PACKAGE_GLOBALVARIABLES R object and its Rd, updated .Rbuildignore to ignore new patterns (PDFs, data-raw, man/figures, etc.), and trimmed DESCRIPTION (cleared Imports/Remotes and reduced Suggests). NAMESPACE was simplified to only export calculate_mode and setup_environment (removed many exports and imports). Also updated R/zzz.R, tests/testthat.R, and refreshed the packaged PDF. This change appears aimed at cleaning/updating the package surface and reducing shipped content.

fcip_extracts

Toggle fcip_extracts's commit message
Prune package: remove legacy code/data/docs

Remove a large set of legacy R functions, data objects, and documentation to slim the package. Many R source files (numerous helpers, NASS/ADM processing functions, and dataset-specific routines), their man pages, and packaged .rda data files were deleted. Added a minimal PACKAGE_GLOBALVARIABLES R object and its Rd, updated .Rbuildignore to ignore new patterns (PDFs, data-raw, man/figures, etc.), and trimmed DESCRIPTION (cleared Imports/Remotes and reduced Suggests). NAMESPACE was simplified to only export calculate_mode and setup_environment (removed many exports and imports). Also updated R/zzz.R, tests/testthat.R, and refreshed the packaged PDF. This change appears aimed at cleaning/updating the package surface and reducing shipped content.

data_supplemental_insurance

Toggle data_supplemental_insurance's commit message
Prune package: remove legacy code/data/docs

Remove a large set of legacy R functions, data objects, and documentation to slim the package. Many R source files (numerous helpers, NASS/ADM processing functions, and dataset-specific routines), their man pages, and packaged .rda data files were deleted. Added a minimal PACKAGE_GLOBALVARIABLES R object and its Rd, updated .Rbuildignore to ignore new patterns (PDFs, data-raw, man/figures, etc.), and trimmed DESCRIPTION (cleared Imports/Remotes and reduced Suggests). NAMESPACE was simplified to only export calculate_mode and setup_environment (removed many exports and imports). Also updated R/zzz.R, tests/testthat.R, and refreshed the packaged PDF. This change appears aimed at cleaning/updating the package surface and reducing shipped content.

calibration_data

Toggle calibration_data's commit message
Prune package: remove legacy code/data/docs

Remove a large set of legacy R functions, data objects, and documentation to slim the package. Many R source files (numerous helpers, NASS/ADM processing functions, and dataset-specific routines), their man pages, and packaged .rda data files were deleted. Added a minimal PACKAGE_GLOBALVARIABLES R object and its Rd, updated .Rbuildignore to ignore new patterns (PDFs, data-raw, man/figures, etc.), and trimmed DESCRIPTION (cleared Imports/Remotes and reduced Suggests). NAMESPACE was simplified to only export calculate_mode and setup_environment (removed many exports and imports). Also updated R/zzz.R, tests/testthat.R, and refreshed the packaged PDF. This change appears aimed at cleaning/updating the package surface and reducing shipped content.

calibrated_yield

Toggle calibrated_yield's commit message
Prune package: remove legacy code/data/docs

Remove a large set of legacy R functions, data objects, and documentation to slim the package. Many R source files (numerous helpers, NASS/ADM processing functions, and dataset-specific routines), their man pages, and packaged .rda data files were deleted. Added a minimal PACKAGE_GLOBALVARIABLES R object and its Rd, updated .Rbuildignore to ignore new patterns (PDFs, data-raw, man/figures, etc.), and trimmed DESCRIPTION (cleared Imports/Remotes and reduced Suggests). NAMESPACE was simplified to only export calculate_mode and setup_environment (removed many exports and imports). Also updated R/zzz.R, tests/testthat.R, and refreshed the packaged PDF. This change appears aimed at cleaning/updating the package surface and reducing shipped content.

sob

Toggle sob's commit message
Return NA_character_ when input is empty

calculate_mode previously returned an untyped NA (logical) when the input was empty. This commit changes that to NA_character_ so the function returns a character NA, preserving expected output type for character inputs and avoiding downstream type issues.

col

Toggle col's commit message
Return NA_character_ when input is empty

calculate_mode previously returned an untyped NA (logical) when the input was empty. This commit changes that to NA_character_ so the function returns a character NA, preserving expected output type for character inputs and avoiding downstream type issues.

prism

Toggle prism's commit message
updates