Skip to content

Commit

Permalink
Removed zoo/added ORCID
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiosg committed Aug 23, 2024
1 parent 327a184 commit 2028870
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Package: tsdistributions
Type: Package
Title: Location Scale Standardized Distributions
Version: 1.0.2
Authors@R: c(person("Alexios", "Galanos", role = c("aut", "cre","cph"), email = "alexios@4dscape.com"))
Authors@R: c(person("Alexios", "Galanos", role = c("aut", "cre","cph"), email = "alexios@4dscape.com", comment = c(ORCID = "0009-0000-9308-0457")))
Maintainer: Alexios Galanos <alexios@4dscape.com>
Depends: R (>= 3.5.0), methods, tsmethods
LinkingTo: Rcpp, TMB, RcppEigen
Imports: Rcpp, TMB (>= 1.7.20), Rdpack, GeneralizedHyperbolic, KernSmooth, SkewHyperbolic, mev, stats, utils, data.table, zoo, Rsolnp, sandwich, future.apply, future, progressr
Imports: Rcpp, TMB (>= 1.7.20), Rdpack, GeneralizedHyperbolic, KernSmooth, SkewHyperbolic, mev, stats, utils, data.table, Rsolnp, sandwich, future.apply, future, progressr
Description: Location-Scale based distributions parameterized in terms of mean, standard deviation, skew and shape parameters and estimation using automatic differentiation. Distributions include the Normal, Student and GED as well as their skewed variants ('Fernandez and Steel'), the 'Johnson SU', and the Generalized Hyperbolic. Also included is the semi-parametric piece wise distribution ('spd') with Pareto tails and kernel interior.
License: GPL-2
Encoding: UTF-8
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,4 @@ importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(utils,tail)
importFrom(zoo,coredata)
useDynLib(tsdistributions, .registration=TRUE); useDynLib(tsdistributions_TMBExports)
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# tsdistributions 1.0.2

* Replaced PI with M_PI to pass strict header checks
* Translated the distribution.c c functions to Rcpp.

* Replaced PI with M_PI to pass strict header checks.
* Fixed missing package link for bkde function in documentation.
* Translated the distribution c functions to Rcpp.
* Removed zoo dependency (not needed).

# tsdistributions 1.0.1

Expand Down
1 change: 0 additions & 1 deletion R/tsdistributions-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#' @importFrom TMB MakeADFun
#' @import data.table
#' @import methods
#' @importFrom zoo coredata
#' @importFrom SkewHyperbolic pskewhyp qskewhyp
#' @importFrom GeneralizedHyperbolic ghypMom
#' @importFrom KernSmooth bkde
Expand Down
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
0 errors | 0 warnings | 1 note

* Replaced PI to M_PI (strict headers warning)
* Fixed bkde documentation link
* Translated c code to c++ (Rcpp)
2 changes: 1 addition & 1 deletion man/tsdistributions-package.Rd

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

0 comments on commit 2028870

Please sign in to comment.