Changes in version 1.0.21 - This error fixed - checks.html:160:65 (checks.Rd:117): Warning: trimming empty Changes in version 1.0.20 - Fix at CRAN request of help information for initial_check_article Changes in version 1.0.19 - RJournal.sty to be more flexible on line breaks - pdf template to optionally allow first_name and last_name - RJournal.sty to define pandocbounded - Change CRAN default to https and revert - Relaxed abstract length to 250 words in skeleton - Updated spacing and size to what was apparently intended - Rjournal.sty to allow either \abstract or \begin{abstract}..\end{abstract} Changes in version 1.0.18 (2025-01-23) Fix issues #116, 129, 132, 133, 134. Warnings instead of errors reported when potential problems with section headings and title given. Changes in version 1.0.17 - Added technical editors to issue template. - Fixed missing resources for building table of contents for issues. - Improved identification and handling of legacy pdf articles - Use natbib for pdf articles (fixes issues with citation rendering) - Fixed article buttons (pdf, supplementary files, citation) not showing when abstract is missing. Changes in version 1.0.16 - Update template article to deal better with the pandoc problem - All CRAN lookups now use cran.R-project.org. This resolves problems with some CRAN-like repos (e.g. RSPM) not containing CRAN Views data. Changes in version 1.0.15 - Pull request #14 fix (fix #122) Changes in version 1.0.14 - additional issues with checks fixed to completely address issue #119 Changes in version 1.0.13 (2024-04-15) - fix error reported by CRAN, occurring on linux, related to test code - Fixes in response to issues #119 and #120 - web site documentation and vignettes updated Changes in version 1.0.12 (2023-10-07) - Updates for accessibility based on updates in distill package. - File structure for template article is now cleaner, with data, figures, scripts, motivation-letter, folders. - Added rjournal_article() as a preferred alias to rjournal_web_article() since this output format generally produces both HTML and PDF outputs. - This is reflected in the change in the YAML header to be rjtools::rjournal_article. This generates both html and pdf. rjtools::rjournal_web_article, which will now only generate the html. rjtools::rjournal_pdf_article now only generates the pdf. - Check functions updated, including DOIs in references, title case in bib file, existence of csl file - Reference to new web site in the documentation. - New function to assist authors prepare for a release. - Style to better adhere to accessibility standards. - Remove link to twitter/x. - Handling of longtable. - Utilise system sty file, not author supplied. Changes in version 1.0.11 - removed return value, and set create_article to write a message - set a default name for the paper Changes in version 1.0.10 (2023-03-06) - available_packages() is used in check_packages_available() instead of cranlogs::cran_downloads() Changes in version 1.0.9.9002 - Information about referencing in figure captions, and conditional figure inclusions depending on output. Changes in version 1.0.9.9001 - Import BioCManager - Import artifacts - Update authors - Update tests - Bad example added Changes in version 1.0.9 (2022-11-14) - Errant dontrun removed by CRAN request Changes in version 1.0.8 - Remove the rendering Rmd from the test-create because plotly does not exist on the CRAN test computer and it fails the automated test. Changes in version 1.0.7 - Added a number of tests, as requested by CRAN tester. Changes in version 1.0.6 - Removed writing to default directories, as requested by CRAN tester. Changes in version 1.0.5 - 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 Changes in version 1.0.4 - Fix a typo in the README Changes in version 1.0.3 - Changes requested by CRAN - DESCRIPTION and some function arguments modified Changes in version 1.0.2 - Fixes for CRAN - Additions to build a full issue Changes in version 1.0.1 - Self-contained html is default - remove check on RJwrapper.pdf (#46) Changes in version 1.0.0 - Depends on distill instead of rjdistill - csl and sty 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(). Changes in version 0.0.0.9002 - Merge rjdistill with rjtools - Use file.path instead of glue to construct file path in create_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) Changes in version 0.0.0.9001 - Added a NEWS.md file to track changes to the package.