Skip to content

thespatiallabatLaurier/nzdggs

Repository files navigation

Build Status Documentation Status

Output Plot

IDEAS

Manipulate and Run Analysis Using IDEAS data model, as described in Robertson et al. 2020.

Install

devtools::install_github("thespatiallabatlaurier/nzdggs")

Examples

Documentations

https://thespatiallabatlaurier.github.io/nzdggs/

Development

install.packages("devtools")
library("devtools")
devtools::install_github("klutometis/roxygen")
library(roxygen2)
setwd("..\")
devtools::document()
#makedocs documentation
library(stringr)
files <- dir("E:/Personal/Lab/pkg/nzdggs/man/", pattern ="*.Rd")

lapply(files, function(x) {
  outfile = paste("E:/Personal/Lab/pkg/nzdggs/docs/",str_replace(x, ".Rd", ".md"),sep = "/")
  rdfile = paste("E:/Personal/Lab/pkg/nzdggs/man/",x,sep = "/")
  Rd2md::Rd2markdown(rdfile = rdfile, outfile = outfile)
  })

mkdocs gh-deploy -c -f ./mkdocs_material.yml

To make a tuturial

# make your Rmd file
# then render it
library(rmarkdown)
render("vignettes//IDEAS-spatial-overlay.Rmd", md_document(variant = "markdown_github"))

# then copy it under proper directory under /docs/Examples/IDEAS
# push on the github
# Run mkdocs gh-deploy -c -f ./mkdocs_material.yml

About

Manipulate and Run Analysis on Netezza Using IDEAS Model

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages