Skip to content

Commit

Permalink
Manual and DESCRIPTION
Browse files Browse the repository at this point in the history
- indentation fix in DESCRIPTION
- Rds are generated from Roxygen2 documentation
  • Loading branch information
Insang Song committed Feb 6, 2024
1 parent 561792b commit 431071c
Show file tree
Hide file tree
Showing 57 changed files with 2,147 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Authors@R: c(
person("Mariana", "Alifa Kassien", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-2295-406X")),
person("Ranadeep", "Daw", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-3590-909X")),
person("Daniel", "Zilber", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-4387-0271"))
)
)
Description: A Mechanism/Machine for Data, Environments, and User Setup package for health and climate research. It is fully tested, versioned, and open source and open access.
Depends: R (>= 4.1.0)
Imports: dplyr, sf, stats, terra, methods, data.table, httr, rvest, exactextractr, utils, stringr, testthat (>= 3.0.0), doParallel, parallelly, stars, foreach, future
Expand Down
111 changes: 111 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
# Generated by roxygen2: do not edit by hand

export(calc_covariates)
export(calc_ecoregion)
export(calc_koppen_geiger)
export(calc_modis)
export(calc_nei)
export(calc_nlcd_ratio)
export(calc_temporal_dummies)
export(calc_tri)
export(check_for_null_parameters)
export(check_url_status)
export(check_urls)
export(convert_stdt)
export(convert_stdt_sftime)
export(convert_stdt_spatrastdataset)
export(convert_stdt_spatvect)
export(convert_stobj_to_stdt)
export(download_aqs_data)
export(download_data)
export(download_ecoregion_data)
export(download_geos_cf_data)
export(download_gmted_data)
export(download_koppen_geiger_data)
export(download_merra2_data)
export(download_modis_data)
export(download_narr_monolevel_data)
export(download_narr_p_levels_data)
export(download_nei_data)
export(download_nlcd_data)
export(download_noaa_hms_smoke_data)
export(download_permit)
export(download_remove_command)
export(download_remove_zips)
export(download_run)
export(download_sanitize_path)
export(download_sedac_groads_data)
export(download_sedac_population_data)
export(download_setup_dir)
export(download_sink)
export(download_tri_data)
export(download_unzip)
export(extract_urls)
export(generate_date_sequence)
export(is_stdt)
export(modis_aggregate_sds)
export(modis_get_vrt)
export(modis_mosaic_mod06)
export(modis_prefilter_sds)
export(modis_preprocess_vnp46)
export(modis_warp_stars)
export(modis_worker)
export(read_commands)
export(test_download_functions)
import(rvest)
import(spData)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,merge.data.table)
importFrom(data.table,month)
importFrom(data.table,rbindlist)
importFrom(data.table,year)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,bind_rows)
importFrom(dplyr,left_join)
importFrom(exactextractr,exact_extract)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(future,cluster)
importFrom(future,plan)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(methods,is)
importFrom(parallelly,availableWorkers)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(stars,read_stars)
importFrom(stars,st_warp)
importFrom(stats,reshape)
importFrom(stringr,str_split_i)
importFrom(terra,buffer)
importFrom(terra,coltab)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,describe)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,intersect)
importFrom(terra,merge)
importFrom(terra,mosaic)
importFrom(terra,nlyr)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,same.crs)
importFrom(terra,sds)
importFrom(terra,snap)
importFrom(terra,tapp)
importFrom(terra,vect)
importFrom(testthat,expect_true)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)
47 changes: 47 additions & 0 deletions man/calc_covariates.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions man/calc_ecoregion.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions man/calc_koppen_geiger.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions man/calc_modis.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions man/calc_nei.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions man/calc_nlcd_ratio.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 431071c

Please sign in to comment.