Skip to content

Commit a96474b

Browse files
Publish 2025-3 issue (#114)
* Updated reviewer URL in redirect * Added RJ-2025-021 * Added RJ-2025-022 * Updated bib for RJ-2025-021 * Added RJ-2025-023 * RJ-2024-024 added * RJ 2025-026 added * Added RJ-2025-027 * Added RJ-2025-025 * Updated RJ-2025-05 * Added RJ-2025-028 * Added RJ-2025-029 * Added RJ-2025-030 * RJ-2025-030 fixed * Fixed RJ-2025-028 * Added RJournal.bib file from legacy branch * Updated RJournal.bib to 2025-2 * Replaced date with month * Updated guidelines for papers about R packages * Updated RJ-2025-025 * RJ-2025-031 added * Started issue 2025-3 * Started editorial for issue 2025-3 * Updated current issue to 2025-3 * Added areas of interest for AEs * Added more detail about handling long processing times * Updated submission guidelines * Added another redirect for news item pdfs * Replaced archive URLs in RJournal.bib * Republish to fix RJ-2024-029 Resolves #113 * Render all 2025-3 articles * Render 2025-3 editorial * Render 2025-3 issue * RJ-2025-021 plain text title/abstract * RJ-2025-021 fix acknowledgements formatting * RJ-2025-022 fix author name * RJ-2025-026 plain text title/abstract * RJ-2025-031 plain text title/abstract * RJ-2025-031 many fixes * RJ-2025-027 increase figure width to default * RJ-2025-028 fix figure caption escaping issues * RJ-2025-029 fix figure sizing * RJ-2025-030 Fix author name * RJ-2025-030 Remove session info * RJ-2025-030 remove installation * RJ-2025-030 not self-contained to avoid aria-label pandoc escaping bug * RJ-2025-028 not self-contained to avoid aria-label pandoc escaping bug This reverts commit 1de032d. * 2025-3 issue ready for author review * Remove legacy content from deployments Resolves #109 * Don't ignore article *_files * Update .gitignore to remove ignore on *_files * Re-publish 2025-028 for upstream changes * Fix RJ-2025-030 figure 7 caption * Fix RJ-2025-038 figure 3 rendering * Added CRAN and R Foundation news for issue 2025-3 * Updated 2025-3 news items * RJ-2025-029 updated * More updates to RJ-2025-029 * Updated RJ-2025-029 * Issue 2025-3 ready * Fix RJ-2025-028 chunk fencing * Fix caching of spatial objects in RJ-2025-025 * Re-render 2025-3 issue for release * Fixed some long lines * Re-render 2025-3 issue --------- Co-authored-by: Rob J Hyndman <robjhyndman@gmail.com>
1 parent 5231f7c commit a96474b

File tree

772 files changed

+320616
-26557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

772 files changed

+320616
-26557
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ jobs:
3939
sudo rm -rf /usr/local/share $AGENT_TOOLSDIRECTORY
4040
df -h .
4141
42-
- name: Checkout legacy content branch
43-
uses: actions/checkout@v3
44-
with:
45-
ref: legacy-content
46-
path: legacy
47-
48-
- name: Merge legacy into dev _web
49-
run: |
50-
rsync -a --remove-source-files legacy/ _web/
51-
5242
- name: deploy
5343
uses: peaceiris/actions-gh-pages@v3
5444
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ jobs:
3939
sudo rm -rf /usr/local/share $AGENT_TOOLSDIRECTORY
4040
df -h .
4141
42-
- name: Checkout legacy content branch
43-
uses: actions/checkout@v3
44-
with:
45-
ref: legacy-content
46-
path: legacy
47-
48-
- name: Merge legacy into dev _web
49-
run: |
50-
rsync -a --remove-source-files legacy/ _web/
51-
5242
- name: deploy
5343
uses: peaceiris/actions-gh-pages@v3
5444
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ _web
1818
*.log
1919
*.aux
2020
*_cache/
21-
*_files/
2221
.history/

.htaccess

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Redirect 301 /2009-1/ /archive/2009-1/
33

44
# Redirect some old pages
55
Redirect 301 /board.html /editors.html
6-
Redirect 301 /reviewer.html /index.html#reviewers
6+
Redirect 301 /reviewer.html /contribute.html#reviewers
77
Redirect 301 /reviews-etc.html /index.html
88

99
# Redirect archive issues to issues folders
@@ -12,5 +12,8 @@ RedirectMatch 301 ^/archive/([0-9]{4}-[0-9]+)/?$ /issues/$1/
1212
# Redirect individual articles and files from archive to articles folder
1313
RedirectMatch 301 ^/archive/[0-9]{4}/(RJ-[0-9]{4}-[0-9]{3}.*)$ /articles/$1
1414

15+
# Redirect /archive/YYYY-N/filename.pdf -> /news/RJ-YYYY-N-filename/RJ-YYYY-N-filename.pdf
16+
RedirectMatch 301 ^/archive/([0-9]{4})-([0-9])/([^/]+)\.pdf$ https://journal.r-project.org/news/RJ-$1-$2-$3/RJ-$1-$2-$3.pdf
17+
1518
# Catch-all: redirect any remaining archive URLs to index.html
1619
RedirectMatch 301 ^/archive/.*$ /index.html

0 commit comments

Comments
 (0)