Skip to content

Commit

Permalink
Last changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
dppalomar committed Dec 15, 2018
1 parent c82604c commit 92e168c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ Authors@R: c(
person(c("Daniel", "P."), "Palomar", role = c("cre", "aut"), email = "daniel.p.palomar@gmail.com")
)
Maintainer: Daniel P. Palomar <daniel.p.palomar@gmail.com>
URL: https://github.com/dppalomar/riskParityPortfolio,
https://www.danielppalomar.com,
https://doi.org/10.1109/TSP.2015.2452219
URL: https://CRAN.R-project.org/package=riskParityPortfolio,
https://github.com/dppalomar/riskParityPortfolio,
https://www.danielppalomar.com,
https://doi.org/10.1109/TSP.2015.2452219
BugReports: https://github.com/dppalomar/riskParityPortfolio/issues
Depends:
License: GPL-3 | file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If you have used this package in your research, please consider citing the follo
ArXiv preprint: https://arxiv.org/pdf/1311.4057.pdf

## Links
Package: [GitHub](https://github.com/dppalomar/riskParityPortfolio).
Package: [CRAN](https://CRAN.R-project.org/package=riskParityPortfolio) and [GitHub](https://github.com/dppalomar/riskParityPortfolio).
README file: [GitHub-readme](https://htmlpreview.github.io/?https://github.com/dppalomar/riskParityPortfolio/blob/master/README.html).
Vignette: [GitHub-html-vignette](https://htmlpreview.github.io/?https://github.com/dppalomar/riskParityPortfolio/blob/master/vignettes/RiskParityPortfolio-html-vignette.html) and
[GitHub-pdf-vignette](https://docs.google.com/viewer?url=https://github.com/dppalomar/riskParityPortfolio/raw/master/vignettes/RiskParityPortfolio-pdf-vignette.pdf).
Expand Down
3 changes: 1 addition & 2 deletions R_buildignore/developer_commands.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ devtools::test()
devtools::check()
rcmdcheck::rcmdcheck()
devtools::build()
#R CMD build .
#R CMD build . --compact-vignettes=gs+qpdf # this is to generate tarball
#R CMD check riskParityPortfolio_0.1.0.tar.gz --as-cran # this is before submission to CRAN
#submit the tarball directly via the webform: https://cran.r-project.org/submit.html
Expand All @@ -46,5 +47,3 @@ devtools::build()
#devtools::build_win() #to check under windows
#devtools::release(args = "--compact-vignettes=gs+qpdf") #for CRAN

# This package may help to have html vignettes:
# https://stackoverflow.com/questions/19716498/using-a-static-prebuilt-pdf-vignette-in-r-package
2 changes: 1 addition & 1 deletion man/riskParityPortfolio-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92e168c

Please sign in to comment.