Skip to content

Commit

Permalink
Disble CRAN note
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-li committed Aug 29, 2023
1 parent 362d7bd commit 12d04bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gratis
Type: Package
Title: Generating Time Series with Diverse and Controllable Characteristics
Version: 1.0.4
Version: 1.0.5
Authors@R: c(
person("Yanfei", "Kang", role = c("aut"), email = "yanfeikang@buaa.edu.cn", comment = c(ORCID = "0000-0001-8769-6650")),
person("Feng", "Li", role = c("aut", "cre"), email = "feng.li@cufe.edu.cn", comment = c(ORCID = "0000-0002-4248-9778")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gratis 1.0.4
# gratis 1.0.5

* Fixed the 'docType' issue.

Expand Down
2 changes: 2 additions & 0 deletions R/fitness_ts.R
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,5 @@ fitness_ts1 <- function(pars, x0, seasonal, n = 60, freq = 12, nComp, h = 18) {
))
}
}

utils::globalVariables(c(".", "x", "Season2"))
1 change: 1 addition & 0 deletions R/generate_ts.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ msts_weights <- function(n.periods) {
weights <- gamma / sum(gamma)
return(weights)
}
utils::globalVariables(c(".", "x", "Season2"))

0 comments on commit 12d04bd

Please sign in to comment.