Skip to content

Commit

Permalink
add authors
Browse files Browse the repository at this point in the history
  • Loading branch information
bquast committed Nov 21, 2014
1 parent 9255a28 commit a994001
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.1): do not edit by hand
# Generated by roxygen2 (4.0.2): do not edit by hand

export(decomp)
export(kung_fu)
Expand Down
2 changes: 2 additions & 0 deletions R/decompr.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#' @title Export Decomposition using the Wang-Wei-Zhu and source decompositions algorithms.
#' @author
#' Bastiaan Quast \email{bquast@@gmail.com}
#' Fei Wang
#' Victor Kümmritz
#' @references {Timmer, Marcel P. (ed) (2012), "The World Input-Output Database (WIOD): Contents Sources and Methods", WIOD Working Paper Number 10, downloadable at http://www.wiod.org/publications/papers/wiod10.pdf }
#'
#' {Wang, Zhi, Shang-Jin Wei, and Kunfu Zhu. Quantifying international production sharing at the bilateral and sector levels. No. w19677. National Bureau of Economic Research, 2013.}
Expand Down
2 changes: 1 addition & 1 deletion man/decomp.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.1): do not edit by hand
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{decomp}
\alias{decomp}
\title{Interface function for decompositions}
Expand Down
4 changes: 3 additions & 1 deletion man/decompr.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.1): do not edit by hand
% Generated by roxygen2 (4.0.2): do not edit by hand
\docType{package}
\name{decompr}
\alias{decompr}
Expand All @@ -9,6 +9,8 @@ Export Decomposition using the Wang-Wei-Zhu and source decompositions algorithms
}
\author{
Bastiaan Quast \email{bquast@gmail.com}
Fei Wang
Victor Kümmritz
}
\references{
{Timmer, Marcel P. (ed) (2012), "The World Input-Output Database (WIOD): Contents Sources and Methods", WIOD Working Paper Number 10, downloadable at http://www.wiod.org/publications/papers/wiod10.pdf }
Expand Down
2 changes: 1 addition & 1 deletion man/final_demand.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.1): do not edit by hand
% Generated by roxygen2 (4.0.2): do not edit by hand
\docType{data}
\name{final_demand}
\alias{final_demand}
Expand Down
2 changes: 1 addition & 1 deletion man/intermediate_demand.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.1): do not edit by hand
% Generated by roxygen2 (4.0.2): do not edit by hand
\docType{data}
\name{intermediate_demand}
\alias{intermediate_demand}
Expand Down
2 changes: 1 addition & 1 deletion man/kung_fu.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.1): do not edit by hand
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{kung_fu}
\alias{kung_fu}
\title{Source Decomposition}
Expand Down
2 changes: 1 addition & 1 deletion man/load_tables.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.1): do not edit by hand
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{load_tables}
\alias{load_tables}
\title{Load the Input-Output and Final demand tables}
Expand Down
2 changes: 1 addition & 1 deletion man/wwz.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.0.1): do not edit by hand
% Generated by roxygen2 (4.0.2): do not edit by hand
\name{wwz}
\alias{wwz}
\title{Runs the Wang-Wei-Zhu decomposition}
Expand Down

0 comments on commit a994001

Please sign in to comment.