Get a list of all the modules available on the github repo.

GetModuleList(renew = FALSE)

Arguments

renew
Download from github even if we already have a module list.

Value

A list with all module names.

Details

This function will only work on a platform that supports the method 'libcurl' in the function url. This can be tested using the function capabilities (see example).

Examples

# GetModuleList requires libcurl to be supported if(capabilities('libcurl')) GetModuleList()
#> $occurrence #> [1] "CarolinaWrenPO" "CWBZimbabwe" #> [3] "LocalOccurrenceData" "Lorem_ipsum_UK" #> [5] "NaiveRandomPresence" "NaiveRandomPresenceAbsence" #> [7] "NBNdataByName" "SugarMaple" #> [9] "UKAnophelesPlumbeus" "CarolinaWrenPA" #> [11] "NATrees" "AnophelesPlumbeus" #> [13] "SpOcc" #> #> $covariate #> [1] "Bioclim_future" "CarolinaWrenRasters" "LocalRaster" #> [4] "NaiveRandomRaster" "UKBioclim" "NCEP" #> [7] "UKAir" "AirNCEP" "Bioclim" #> #> $process #> [1] "Background" "BackgroundAndCrossvalid" #> [3] "Clean" "JitterOccurrence" #> [5] "OneHundredBackground" "OneThousandBackground" #> [7] "PartitionDisc" "StandardiseCov" #> [9] "TargetGroupBackground" "Transform" #> [11] "addInteraction" "Bootstrap" #> [13] "Crossvalidate" "MESSMask" #> [15] "AddRandomUniformPredictors" "NoProcess" #> #> $model #> [1] "MachineLearn" "MaxLike" #> [3] "mgcv" "OptGRaF" #> [5] "RandomForest" "StochasticLogisticRegression" #> [7] "GBM" "MaxEnt" #> [9] "MyMaxLike" "QuickGRaF" #> [11] "BiomodModel" "LogisticRegression" #> #> $output #> [1] "InteractiveCovariateMap" "NoOutput" #> [3] "PerformanceMeasures" "PredictNewRasterMap" #> [5] "PrintMap" "ResponseCurve" #> [7] "ResponseCurveViz" "SameTimePlaceMap" #> [9] "SurfaceMap" "VariableImportance" #> [11] "ROCcurve" "SeparatePA" #> [13] "Appify" "InteractiveMap" #> #>