- Information about referencing in figure captions, and conditional figure inclusions depending on output.
- Import BioCManager
- Import artifacts
- Update authors
- Update tests
- Bad example added
- Errant dontrun removed by CRAN request
- Remove the rendering Rmd from the test-create because plotly does not exist on the CRAN test computer and it fails the automated test.
- Added a number of tests, as requested by CRAN tester.
- Removed writing to default directories, as requested by CRAN tester.
- More tests
- Changes to checks
- Fixes to web issue articles to not have page numbers
- create_article now uses rmarkdown::draft()
- Section title "References" automatically added in pdf file
- Added section numbering to HTML output to match PDF style
- Fix a typo in the README
- Changes requested by CRAN
- DESCRIPTION and some function arguments modified
- Fixes for CRAN
- Additions to build a full issue
- Self-contained html is default
- remove check on RJwrapper.pdf (#46)
- Depends on distill instead of rjdistill
csl
andsty
files built into system files- Successfully tested article creation in different three modes, through RStudio dropdown, from RStudio console and terminal R using
create_article()
.
- Merge rjdistill with rjtools
- Use
file.path
instead of glue to construct file path increate_article
- Generate the template with customised bib file name (#21)
- Add Rjournal csl file in the template
- Add details on files created in the
create_article
vignette check_title
suggests correct title format for article title (#22)- Designated csl file for journal articles
- Add RStudio project template: R Journal Article (#19)
- Add github links (#18)
- Added a
NEWS.md
file to track changes to the package.