Skip to content

Commit

Permalink
Moving JOSS paper back to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oneilsh committed Jul 13, 2021
1 parent 05eb4f1 commit bfcda0f
Show file tree
Hide file tree
Showing 10 changed files with 18,895 additions and 18,708 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
^pkgdown$
^\.github$
^codecov\.yml$
joss
paper.md
paper.bib
CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
with:
journal: joss
# This should be the path to the paper within your repo.
paper-path: joss/paper.md
paper-path: paper.md
- name: Upload
uses: actions/upload-artifact@v1
with:
name: paper
# This is the output path where Pandoc will write the compiled
# PDF. Note, this should be the same directory as the input
# paper.md
path: joss/paper.pdf
path: paper.pdf
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@


<br />
<img src="man/figures/tidytensor_transparent.png" height=200px/>
<img src="man/figures/tidytensor_transparent.png" height=200px/>

If you are reading this on GitHub, see the full [documentation](https://oneilsh.github.io/tidytensor/) on GitHub pages.
(If you are reading this on GitHub, see the full [documentation](https://oneilsh.github.io/tidytensor/) on GitHub pages.)

TidyTensor is an R package for inspecting and manipulating tensors (multidimensional arrays). It provides an improved `print()` function for summarizing structure, named tensors, conversion to data frames, and high-level manipulation functions. Designed to complement the excellent `keras` package, functionality is layered on top of base R types.

Expand Down
37,584 changes: 18,885 additions & 18,699 deletions docs/articles/tidytensor.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

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

2 changes: 1 addition & 1 deletion docs/paper.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 1.6.1.9001
pkgdown_sha: ce9781a15c7ea07df9fb17a11295ba4abec0b54b
articles:
tidytensor: tidytensor.html
last_built: 2021-07-13T22:54Z
last_built: 2021-07-13T23:21Z

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.

0 comments on commit bfcda0f

Please sign in to comment.