Skip to content

Commit

Permalink
Fixed documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskrehlik committed Feb 4, 2020
1 parent f128e91 commit b9c71e8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: frequencyConnectedness
Type: Package
Title: Spectral Decomposition of Connectedness Measures
Version: 0.2.1
Date: 2018-09-24
Version: 0.2.2
Date: 2020-02-04
Authors@R: person("Tomas", "Krehlik", email = "tomas.krehlik@gmail.com", role = c("aut", "cre"))
Description: Accompanies a paper (Barunik, Krehlik (2018) <doi:10.1093/jjfinec/nby001>) dedicated to spectral decomposition of connectedness measures and their interpretation. We implement all the developed estimators as well as the historical counterparts. For more information, see the help or GitHub page (<https://github.com/tomaskrehlik/frequencyConnectedness>) for relevant information.
Depends:
Expand Down
8 changes: 8 additions & 0 deletions NEWS
@@ -1,3 +1,11 @@
frequencyConnectedness v0.2.2 (Release date: 2020-02-04)
==============

Changes:

* Fixed documentation bugs as per checks on CRAN.


frequencyConnectedness v0.2.1 (Release date: 2018-09-23)
==============

Expand Down
3 changes: 1 addition & 2 deletions R/list_of_spills_methods.R
Expand Up @@ -152,7 +152,6 @@ pairwise.list_of_spills <- function(spillover_table, within = F, ...) {
#' functions
#' @param which which frequency bands to collapse. Should be a sequence like 1:2
#' or 1:5, etc.
#' @param ... for the sake of CRAN not to complain
#'
#' @return list_of_spills with less frequency bands.
#'
Expand Down Expand Up @@ -314,4 +313,4 @@ print.list_of_spills <- function(x, ...) {
cat("Surpressing printing of all the spillover tables, usually it is not a good\n
idea to print them all. (Too many of them.) If you want to do that\n
anyway use: lapply(\"..name..\", print).")
}
}
1 change: 0 additions & 1 deletion R/spillover_table_methods.R
Expand Up @@ -263,7 +263,6 @@ net.spillover_table <- function(spillover_table, within = F, ...) {
#' functions
#' @param which which frequency bands to collapse. Should be a sequence like 1:2
#' or 1:5, etc.
#' @param ... for the sake of CRAN not to complain
#'
#' @return spillover_table with less frequency bands.
#'
Expand Down

0 comments on commit b9c71e8

Please sign in to comment.