-
Notifications
You must be signed in to change notification settings - Fork 197
JOSS publication #1885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
JOSS publication #1885
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
5609515
add boilerplate
IndrajeetPatil dcaf9d1
say more about need and benefits of lintr
IndrajeetPatil 2b530f4
update PDF as well
IndrajeetPatil c7c242c
fix merge issues [skip ci]
IndrajeetPatil 1e028bc
Merge branch 'main' into joss_paper
IndrajeetPatil 63137a5
add a few examples
IndrajeetPatil e781ec6
try width [skip ci]
IndrajeetPatil a754769
discuss specific tags
IndrajeetPatil 876e110
only show examples that lint
IndrajeetPatil 0795e7f
add section on best practices
IndrajeetPatil 1ca2bd6
Merge branch 'main' into joss_paper
IndrajeetPatil 8769f88
retain TeX file as well [skip ci]
IndrajeetPatil 7bbc693
address Jim's comment [skip ci]
IndrajeetPatil 27b3c5a
Merge branch 'main' into joss_paper
IndrajeetPatil 539b46a
Update paper/paper.Rmd
IndrajeetPatil c892f94
Merge branch 'main' into joss_paper
IndrajeetPatil d982058
mention tidyverse style guide up front
IndrajeetPatil 1e406ec
we only need md document
IndrajeetPatil b313632
Update draft-pdf.yml
IndrajeetPatil ae30239
preserve YAML; add initial list of authors
IndrajeetPatil f9ed2af
initial acknowledgments
IndrajeetPatil 2169c6c
change example for best practices
IndrajeetPatil 78dfa5f
also add example that doesn't lint
IndrajeetPatil bec8cd6
Update paper/paper.Rmd [skip ci]
IndrajeetPatil 221d872
Update paper/paper.Rmd [skip ci]
IndrajeetPatil 16cc711
Update paper/paper.Rmd [skip ci]
IndrajeetPatil 0022aaa
update ignore regex; update workflow
IndrajeetPatil 13cbce0
add bib entry for style guide
IndrajeetPatil 2b25a16
change a couple of examples
IndrajeetPatil d76dc95
add common mistakes section
IndrajeetPatil cd590c7
Merge branch 'main' into joss_paper
IndrajeetPatil eca00b1
michael has an orcid somehow :)
MichaelChirico e900fbc
Apply Michael's suggestions from code review
IndrajeetPatil 02621e2
reknit
IndrajeetPatil 754e0cc
add chunk labels
IndrajeetPatil eaddf19
move customizability segment to later
IndrajeetPatil 5bdc0e2
Just create a new section to highlight extensibility
IndrajeetPatil 2736b52
more on customization
IndrajeetPatil 6c5b164
Merge branch 'main' into joss_paper
IndrajeetPatil cba907b
add citation to wiki page
IndrajeetPatil ab66e6f
Update paper/paper.Rmd [skip ci]
IndrajeetPatil eb9ddae
Update paper/paper.Rmd [skip ci]
IndrajeetPatil eebfe78
consistently use with-without lint pairing [skip ci]
IndrajeetPatil a4151a1
use latest, blazingly fast upload artifact action
IndrajeetPatil 96302a1
authors: Jim first, everyone else alphabetical
IndrajeetPatil 2111986
Merge branch 'main' into joss_paper
IndrajeetPatil 8e768e0
Update paper.md
IndrajeetPatil a38d3e9
Merge branch 'main' into joss_paper
IndrajeetPatil 5501154
update Rmd file for Jim's ORCID
IndrajeetPatil 9040f67
Merge branch 'main' into joss_paper
IndrajeetPatil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,3 +29,4 @@ | |
| ^vignettes/[^-]+.gif$ | ||
| ^CRAN-SUBMISSION$ | ||
| ^CODE_OF_CONDUCT\.md$ | ||
| ^paper$ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # TODO: delete this file once the paper is published | ||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: [main] | ||
|
|
||
| jobs: | ||
| paper: | ||
| runs-on: ubuntu-latest | ||
| name: Paper Draft | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Build draft PDF | ||
| uses: openjournals/openjournals-draft-action@master | ||
| with: | ||
| journal: joss | ||
| # This should be the path to the paper within your repo. | ||
| paper-path: paper/paper.md | ||
|
|
||
| - name: Upload | ||
| uses: actions/upload-artifact@v4 | ||
| 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: paper/paper.pdf | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.