Skip to content

Commit

Permalink
Fixing the two lines missing in NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
dppalomar committed Nov 23, 2018
1 parent bd1cd2f commit b1d681c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by roxygen2: do not edit by hand

export(riskParityPortfolio)
importFrom(Rcpp,sourceCpp)
useDynLib(riskParityPortfolio)
importFrom(Rcpp, sourceCpp)
2 changes: 2 additions & 0 deletions R/riskParityPortfolio-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#' F. Spinu, "An Algorithm for Computing Risk Parity Weights" (July 30, 2013).
#' Available at SSRN: https://ssrn.com/abstract=2297383 or http://dx.doi.org/10.2139/ssrn.2297383
#'
#' @importFrom Rcpp sourceCpp
#' @useDynLib riskParityPortfolio
#' @docType package
#' @name riskParityPortfolio-package
NULL

0 comments on commit b1d681c

Please sign in to comment.