-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
79 lines (78 loc) · 2.27 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Generated by roxygen2: do not edit by hand
export(calcForestArea)
export(readLPJmLClimateInput_new)
export(toolClimateInputVersion)
export(toolForestRelocate)
export(toolLPJmLVersion)
import(madrat)
import(magclass)
import(mrdrivers)
import(mrfaocore)
import(mstools)
importFrom(SPEI,thornthwaite)
importFrom(dplyr,"%>%")
importFrom(lpjclass,read.LPJ_input)
importFrom(lpjclass,readLPJ)
importFrom(lpjmlkit,read_io)
importFrom(luscale,groupAggregate)
importFrom(madrat,calcOutput)
importFrom(madrat,readSource)
importFrom(madrat,toolAggregate)
importFrom(madrat,toolConditionalReplace)
importFrom(madrat,toolCountryFill)
importFrom(madrat,toolGetMapping)
importFrom(madrat,toolSplitSubtype)
importFrom(madrat,toolSubtypeSelect)
importFrom(madrat,toolTimeAverage)
importFrom(magclass,add_dimension)
importFrom(magclass,as.magpie)
importFrom(magclass,clean_magpie)
importFrom(magclass,collapseDim)
importFrom(magclass,collapseNames)
importFrom(magclass,dimSums)
importFrom(magclass,getCells)
importFrom(magclass,getItems)
importFrom(magclass,getNames)
importFrom(magclass,getSets)
importFrom(magclass,getYears)
importFrom(magclass,mbind)
importFrom(magclass,ncells)
importFrom(magclass,new.magpie)
importFrom(magclass,nyears)
importFrom(magclass,setItems)
importFrom(magclass,setNames)
importFrom(magclass,setYears)
importFrom(magclass,where)
importFrom(magpiesets,addLocation)
importFrom(magpiesets,findset)
importFrom(mrfaocore,toolExtrapolateFodder)
importFrom(mrfaocore,toolFAOcombine)
importFrom(mstools,toolConv2CountryByCelltype)
importFrom(mstools,toolHoldConstant)
importFrom(ncdf4,nc_open)
importFrom(nleqslv,nleqslv)
importFrom(raster,brick)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_split)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
importFrom(terra,"ext<-")
importFrom(terra,aggregate)
importFrom(terra,ext)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,subset)
importFrom(terra,terraOptions)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,person)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,tail)
importFrom(withr,defer)
importFrom(withr,local_options)
importFrom(withr,local_tempdir)