Skip to content

thespatiallabatLaurier/nzdggs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d38870f · Sep 1, 2020

History

92 Commits
Sep 1, 2020
Aug 28, 2020
Aug 28, 2020
Jun 26, 2020
May 2, 2020
Jun 25, 2020
May 12, 2020
May 28, 2020
May 1, 2020
May 2, 2020
Jul 4, 2020
Jul 3, 2020
Jul 3, 2020
May 30, 2020

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