Skip to content

Commit

Permalink
Merge pull request #543 from SebKrantz/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
SebKrantz authored Mar 11, 2024
2 parents d2a36b2 + 805bd0f commit 2089c59
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 74 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ In addition there are several [vignettes](<https://sebkrantz.github.io/collapse/
<a href="https://raw.githubusercontent.com/SebKrantz/collapse/master/misc/collapse%20cheat%20sheet/collapse_cheat_sheet.pdf"><img src="https://raw.githubusercontent.com/SebKrantz/collapse/master/misc/collapse%20cheat%20sheet/preview/page1.png" width="330"/></a> <!-- height="227" 294 -->
<a href="https://raw.githubusercontent.com/SebKrantz/collapse/master/misc/collapse%20cheat%20sheet/collapse_cheat_sheet.pdf"><img src="https://raw.githubusercontent.com/SebKrantz/collapse/master/misc/collapse%20cheat%20sheet/preview/page2.png" width="330"/></a>

### Article on arXiv

An [**article**](https://arxiv.org/abs/2403.05038) on *collapse* has been submitted to the [Journal of Statistical Software](https://www.jstatsoft.org/) in March 2024.

### Presentation at [useR 2022](https://user2022.r-project.org)

[**Video Recording**](<https://www.youtube.com/watch?v=OwWT1-dSEts>) |
Expand Down
13 changes: 12 additions & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
citHeader("To cite collapse in publications use:")
citHeader("To cite collapse in publications, please use:")

bibentry(bibtype = "misc",
key = "krantz2024collapse",
title = "collapse: Advanced and Fast Statistical Computing and Data Transformation in R",
author = person("Sebastian", "Krantz"),
year = "2024",
eprint="2403.05038",
archivePrefix="arXiv",
primaryClass="stat.CO",
url = "https://arxiv.org/abs/2403.05038",
textVersion = "Krantz, S. (2024). collapse: Advanced and Fast Statistical Computing and Data Transformation in R [Preprint]. arXiv. https://arxiv.org/abs/2403.05038")

year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
Expand Down
24 changes: 12 additions & 12 deletions misc/JSS article/jss-article-rnw/article.Rnw

Large diffs are not rendered by default.

Binary file modified misc/JSS article/jss-article-rnw/article.pdf
Binary file not shown.
120 changes: 60 additions & 60 deletions misc/JSS article/jss-article-rnw/article.tex

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion vignettes/collapse_documentation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vignette: >
1. To facilitate complex data transformation, exploration and computing tasks in R.
2. To help make R code fast, flexible, parsimonious and programmer friendly.

Documentation comes in 5 different forms:
Documentation comes in 6 different forms:

## Built-In Structured Documentation

Expand All @@ -34,6 +34,11 @@ Reading `help("collapse-package")` and `help("collapse-documentation")` is the m

An up-to-date (v2.0) [cheatsheet](<https://raw.githubusercontent.com/SebKrantz/collapse/master/misc/collapse%20cheat%20sheet/collapse_cheat_sheet.pdf>) compactly summarizes the package.

## Article on arXiv

An [article](https://arxiv.org/abs/2403.05038) on *collapse* (v2.0.10) has been submitted to the [Journal of Statistical Software](https://www.jstatsoft.org/) in March 2024.


## useR 2022 Presentation and Slides

I have presented collapse (v1.8) in some level of detail at useR 2022. A 2h video recording that provides a quite comprehensive introduction is available [here](<https://www.youtube.com/watch?v=OwWT1-dSEts>). The corresponding slides are available [here](<https://raw.githubusercontent.com/SebKrantz/collapse/master/misc/useR2022%20presentation/collapse_useR2022_final.pdf>).
Expand Down

0 comments on commit 2089c59

Please sign in to comment.