Skip to content

Commit

Permalink
add JSS references
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed Aug 11, 2024
1 parent 2762b35 commit e5db68a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors@R: c(
person("Nicolas", "Langrené", email = "nicolas.langrene@csiro.au", role = "aut", comment = c(ORCID = "0000-0001-7601-4618")),
person("Patricia", "Menéndez", email = "patricia.menendez@unimelb.edu.au", role = "aut", comment = c(ORCID = "0000-0003-0701-6315"))
)
Description: A spatiotemperal data object in a relational data structure to separate the recording of time variant/ invariant variables.
Description: A spatiotemperal data object in a relational data structure to separate the recording of time variant/ invariant variables: <doi:10.18637/jss.v110.i07>.
License: MIT + file LICENSE
Language: en-US
Encoding: UTF-8
Expand Down
1 change: 1 addition & 0 deletions R/face-spatial-temporal.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#' @return a cubble object
#' @rdname face
#' @export
#' @references [cubble: An R Package for Organizing and Wrangling Multivariate Spatio-Temporal Data](doi:10.18637/jss.v110.i07)
#' @examples
#' cb_long <- climate_mel |> face_temporal()
#' cb_back <- cb_long |> face_spatial()
Expand Down
26 changes: 26 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
bibentry(bibtype = "Article",
title = "{cubble}: An {R} Package for Organizing and Wrangling Multivariate Spatio-Temporal Data",
author = c(person(given = c("H.", "Sherry"),
family = "Zhang",
email = "huize.zhang@monash.edu"),
person(given = "Dianne",
family = "Cook",
email = "dicook@monash.edu"),
person(given = "Ursula",
family = "Laa",
email = "ursula.laa@boku.ac.at"),
person(given = "Nicolas",
family = "Langren{\\'e}",
email = "nicolaslangrene@uic.edu.cn"),
person(given = "Patricia",
family = "Men{\\'e}ndez",
email = "Patricia.menendez@unimelb.edu.au")),
journal = "Journal of Statistical Software",
year = "2024",
volume = "110",
number = "7",
pages = "1--27",
doi = "10.18637/jss.v110.i07",
header = "To cite cubble in publications use:"
)

2 changes: 1 addition & 1 deletion man/cubble-package.Rd

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

3 changes: 3 additions & 0 deletions man/face.Rd

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

0 comments on commit e5db68a

Please sign in to comment.