{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":210645990,"defaultBranch":"main","name":"r2dii.analysis","ownerLogin":"RMI-PACTA","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-09-24T16:13:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/106075608?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726061840.0","currentOid":""},"activityList":{"items":[{"before":"58daff8f427760ef5e18db84fd7a0d4f98aafc0c","after":"bc26bc9bbdd6fa36e9494858240e077b17d557be","ref":"refs/heads/gh-pages","pushedAt":"2024-09-11T13:41:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ RMI-PACTA/r2dii.analysis@2794bb2caa3d8cb9cbcfd9943968604cde41359c ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 2794bb2 ๐Ÿš€"}},{"before":"bf003aadbe6c10c65c67161a330207f50de53bf5","after":"58daff8f427760ef5e18db84fd7a0d4f98aafc0c","ref":"refs/heads/gh-pages","pushedAt":"2024-09-11T13:39:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ RMI-PACTA/r2dii.analysis@58e7e69e47f94052a90bf20ab9ed1504c54aba63 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 58e7e69 ๐Ÿš€"}},{"before":"9183b23a57d586a8b2d58aa4fae2b723a086ce3d","after":null,"ref":"refs/heads/manual-pkgdown-clean","pushedAt":"2024-09-11T13:37:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"}},{"before":"89ad94a07e7ba5c7c98991d15271da20e7d3c8fe","after":"58e7e69e47f94052a90bf20ab9ed1504c54aba63","ref":"refs/heads/main","pushedAt":"2024-09-11T13:37:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"allow manual deploy-with-clean pkgdown deployment (#515)","shortMessageHtmlLink":"allow manual deploy-with-clean pkgdown deployment (#515)"}},{"before":"107debeb8f8fb73523ec30cb2f9e4d2451599f03","after":"2794bb2caa3d8cb9cbcfd9943968604cde41359c","ref":"refs/heads/update-release-pkdown-site","pushedAt":"2024-09-11T13:16:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"Update _pkgdown.yml","shortMessageHtmlLink":"Update _pkgdown.yml"}},{"before":null,"after":"107debeb8f8fb73523ec30cb2f9e4d2451599f03","ref":"refs/heads/update-release-pkdown-site","pushedAt":"2024-09-11T13:15:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"Increment version number to 0.4.0","shortMessageHtmlLink":"Increment version number to 0.4.0"}},{"before":null,"after":"9183b23a57d586a8b2d58aa4fae2b723a086ce3d","ref":"refs/heads/manual-pkgdown-clean","pushedAt":"2024-09-11T13:04:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"allow manual deploy-with-clean pkgdown deployment\n\nThis seems like a lot, but [see here](https://7tonshark.com/posts/github-actions-ternary-operator/#dealing-with-null-inputs) why it is difficult to safely achieve.\r\n\r\nI discovered that when `JamesIves/github-pages-deploy-action` runs with `clean: false` (which is default in the recommended [r-lib pkgdown action](https://github.com/r-lib/actions/blob/e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040/examples/pkgdown.yaml#L48)), old pages on the pkgdown site that are no longer needed are not removed, e.g. if there was a vignette/article but it has since been removed. This creates a situation where out-of-date, potentially misleading, information may still be accessible at its old URL even if it is not shown in the menu. As a specific example, I found that the pactaverse pkgdown site was pointing to the TDM article on the pacta.portfolio.allocate pkgdown site and it was still accessible, even though the vignette had been removed and it was not directly accessible from the Articles menu on the pacta.portfolio.allocate pkgdown site.\r\n\r\nThe `clean: false` option was [added to r-lib's example pkgdown.yml](https://github.com/r-lib/actions/commit/dabdc15316de2c2ca1837e1df08d5feb1b55607a) to facilitate pkgdown setups that build separate prod and dev pkgdown sites (like our r2dii/P4B pkgs). This makes sense, because if you're only building the sub dev version of the site, you don't want to wipe out the prod top-level site while you're at it. But it does prevent you from clearing out old site files that should no longer be there. With the r2dii packages, the \"release\" version of the pkgdown website shows the menu text in black instead of white, and it appears it cannot be fixed until some of those old files are wiped out, which cannot be achieved without using the `clean: true` option.\r\n\r\nA tedious solution to this is to temporarily change `clean: false` to `clean: true` in the pkgdown.yml workflow, merge it so it will run on main, let the pkgdwon site build and deploy (with the `clean: true` option in place), and then presumably change it back (?). However, this would affect only the \"dev\" version of pkgdown website, if/until a new release was made.\r\n\r\nA somewhat more complicated solution, but one that can remain in place is to allow a manual triggering of the pkdown site build and deploy with an optional `clean: true` specification. This way, if you notice that a clean needs to be done, you can trigger it manually and specify `clean: true`, but otherwise (on merge or manual trigger with default options) the build/deploy will run as normal. That's what I've done here. Additionally, and importantly, when triggering the pkgdown workflow manually, you can specify a branch or a *tag* (release) to run it on. \r\n\r\nIn order to make this work for our current problem (updating the release version of the pkgdown site with the new pkgdown config), we will need to make a new branch based on the v0.2.1 tag, commit the new pkgdown config to to that new branch, manually trigger the pkgdown action on that new branch with the `clean: true` option, and then we can delete that new branch (without ever having to make a PR much less merging it).","shortMessageHtmlLink":"allow manual deploy-with-clean pkgdown deployment"}},{"before":"0ad44c2ec2b8106607895a69beb3ab6aef2e56bb","after":"bf003aadbe6c10c65c67161a330207f50de53bf5","ref":"refs/heads/gh-pages","pushedAt":"2024-09-11T12:11:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ RMI-PACTA/r2dii.analysis@89ad94a07e7ba5c7c98991d15271da20e7d3c8fe ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 89ad94a ๐Ÿš€"}},{"before":"57a324a2077a5a359d9d6d9e5fade8b2c409e64d","after":null,"ref":"refs/heads/fix-name-RMI","pushedAt":"2024-09-11T12:09:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"}},{"before":"9f79cd3cfef155807ce679cfed2dafece5e3bed7","after":"89ad94a07e7ba5c7c98991d15271da20e7d3c8fe","ref":"refs/heads/main","pushedAt":"2024-09-11T12:09:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"change name to proper RMI (#513)","shortMessageHtmlLink":"change name to proper RMI (#513)"}},{"before":"490b0c7eef315c87406fdafd8418366f5e4235fc","after":"0ad44c2ec2b8106607895a69beb3ab6aef2e56bb","ref":"refs/heads/gh-pages","pushedAt":"2024-09-11T11:50:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ RMI-PACTA/r2dii.analysis@9f79cd3cfef155807ce679cfed2dafece5e3bed7 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 9f79cd3 ๐Ÿš€"}},{"before":"8bc3f0429b485b0210b693c515b5e0fe44d1c209","after":"57a324a2077a5a359d9d6d9e5fade8b2c409e64d","ref":"refs/heads/fix-name-RMI","pushedAt":"2024-09-11T11:50:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"Merge branch 'main' into fix-name-RMI","shortMessageHtmlLink":"Merge branch 'main' into fix-name-RMI"}},{"before":"bb5de6aa39f1a49bea939b9fad77348a05622573","after":null,"ref":"refs/heads/disable-version-check","pushedAt":"2024-09-11T11:49:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"}},{"before":"06e7f1a45aa61820ed1f5e854699962298203b24","after":"9f79cd3cfef155807ce679cfed2dafece5e3bed7","ref":"refs/heads/main","pushedAt":"2024-09-11T11:48:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"disable compare version check (#514)\n\n- following https://github.com/RMI-PACTA/r2dii.match/pull/504\r\n\r\nThe compare version action checks for a practice that does not appear to be widely/consistently used in this repo.","shortMessageHtmlLink":"disable compare version check (#514)"}},{"before":null,"after":"bb5de6aa39f1a49bea939b9fad77348a05622573","ref":"refs/heads/disable-version-check","pushedAt":"2024-09-11T11:02:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"disable compare version check\n\n- following https://github.com/RMI-PACTA/r2dii.match/pull/504\r\n\r\nThe compare version action checks for a practice that does not appear to be widely/consistently used in this repo.","shortMessageHtmlLink":"disable compare version check"}},{"before":"06e7f1a45aa61820ed1f5e854699962298203b24","after":"8bc3f0429b485b0210b693c515b5e0fe44d1c209","ref":"refs/heads/fix-name-RMI","pushedAt":"2024-09-11T10:30:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"change name to proper RMI","shortMessageHtmlLink":"change name to proper RMI"}},{"before":null,"after":"06e7f1a45aa61820ed1f5e854699962298203b24","ref":"refs/heads/fix-name-RMI","pushedAt":"2024-09-11T10:30:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#512)\n\nBumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.3 to 4.6.4.\r\n- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)\r\n- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.3...v4.6.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: JamesIves/github-pages-deploy-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#512)"}},{"before":"d64baa58a3087d7a8f37fc6d032936bc17f0e107","after":"490b0c7eef315c87406fdafd8418366f5e4235fc","ref":"refs/heads/gh-pages","pushedAt":"2024-09-09T15:33:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ RMI-PACTA/r2dii.analysis@06e7f1a45aa61820ed1f5e854699962298203b24 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 06e7f1a ๐Ÿš€"}},{"before":"09867be905a8457537c056bb9336aac2324ec1cd","after":null,"ref":"refs/heads/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.4","pushedAt":"2024-09-09T15:31:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jacobvjk","name":"Jacob Kastl","path":"/jacobvjk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60064070?s=80&v=4"}},{"before":"ba7245eeb95c183837ef5feb8e8a09a187bcb6dd","after":"06e7f1a45aa61820ed1f5e854699962298203b24","ref":"refs/heads/main","pushedAt":"2024-09-09T15:31:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jacobvjk","name":"Jacob Kastl","path":"/jacobvjk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60064070?s=80&v=4"},"commit":{"message":"Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#512)\n\nBumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.3 to 4.6.4.\r\n- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)\r\n- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.3...v4.6.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: JamesIves/github-pages-deploy-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 (#512)"}},{"before":null,"after":"09867be905a8457537c056bb9336aac2324ec1cd","ref":"refs/heads/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.4","pushedAt":"2024-09-09T14:57:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4\n\nBumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.3 to 4.6.4.\n- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)\n- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.3...v4.6.4)\n\n---\nupdated-dependencies:\n- dependency-name: JamesIves/github-pages-deploy-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4"}},{"before":"b14a044e9a6a715252f691d6478ecee59b87c217","after":"d64baa58a3087d7a8f37fc6d032936bc17f0e107","ref":"refs/heads/gh-pages","pushedAt":"2024-08-27T11:40:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ RMI-PACTA/r2dii.analysis@107debeb8f8fb73523ec30cb2f9e4d2451599f03 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 107debe ๐Ÿš€"}},{"before":"7ee645b2a34c5c3e3eed2a4950de5ee769528588","after":"b14a044e9a6a715252f691d6478ecee59b87c217","ref":"refs/heads/gh-pages","pushedAt":"2024-08-26T14:31:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ RMI-PACTA/r2dii.analysis@ba7245eeb95c183837ef5feb8e8a09a187bcb6dd ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ ba7245e ๐Ÿš€"}},{"before":"ec9bdc6de7811ffa4434c484485bdabd13b6ad3d","after":null,"ref":"refs/heads/update-pkgdown-config","pushedAt":"2024-08-26T14:28:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"}},{"before":"ee8246d0a923dd5ab135862c402adf9ff42bb5d0","after":"ba7245eeb95c183837ef5feb8e8a09a187bcb6dd","ref":"refs/heads/main","pushedAt":"2024-08-26T14:28:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"Update pkgdown config (#511)\n\nmodernizing pkgdown config in line with:\r\n- https://github.com/RMI-PACTA/r2dii.match/pull/499\r\n- https://github.com/RMI-PACTA/r2dii.match/pull/500\r\n- https://github.com/RMI-PACTA/r2dii.match/pull/502","shortMessageHtmlLink":"Update pkgdown config (#511)"}},{"before":null,"after":"ec9bdc6de7811ffa4434c484485bdabd13b6ad3d","ref":"refs/heads/update-pkgdown-config","pushedAt":"2024-08-26T13:50:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cjyetman","name":"CJ Yetman","path":"/cjyetman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1708872?s=80&v=4"},"commit":{"message":"Update pkgdown config\n\nmodernizing pkgdown config in line with:\r\n- https://github.com/RMI-PACTA/r2dii.match/pull/499\r\n- https://github.com/RMI-PACTA/r2dii.match/pull/500\r\n- https://github.com/RMI-PACTA/r2dii.match/pull/502","shortMessageHtmlLink":"Update pkgdown config"}},{"before":"72d5ed4ed0717eb3843cf69b90ad8b544f83ae9e","after":"7ee645b2a34c5c3e3eed2a4950de5ee769528588","ref":"refs/heads/gh-pages","pushedAt":"2024-07-09T08:27:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ RMI-PACTA/r2dii.analysis@ee8246d0a923dd5ab135862c402adf9ff42bb5d0 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ ee8246d ๐Ÿš€"}},{"before":"a0e8f8b045f5f6d416cf25562d365b0003ff5d94","after":null,"ref":"refs/heads/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.3","pushedAt":"2024-07-09T08:25:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jacobvjk","name":"Jacob Kastl","path":"/jacobvjk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60064070?s=80&v=4"}},{"before":"2db467eb66d7d015de2118c960becbf6b8f22678","after":"ee8246d0a923dd5ab135862c402adf9ff42bb5d0","ref":"refs/heads/main","pushedAt":"2024-07-09T08:24:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jacobvjk","name":"Jacob Kastl","path":"/jacobvjk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60064070?s=80&v=4"},"commit":{"message":"Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#509)\n\n* Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3\r\n\r\nBumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.1 to 4.6.3.\r\n- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)\r\n- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.1...v4.6.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: JamesIves/github-pages-deploy-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\n* bump roxygen2 in DESCRIPTION\r\n\r\n* bump dev version\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: jacobvjk ","shortMessageHtmlLink":"Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#509)"}},{"before":"eb81498581bd4131d42263d59b67816d774554d0","after":"a0e8f8b045f5f6d416cf25562d365b0003ff5d94","ref":"refs/heads/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.3","pushedAt":"2024-07-09T08:15:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jacobvjk","name":"Jacob Kastl","path":"/jacobvjk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60064070?s=80&v=4"},"commit":{"message":"bump dev version","shortMessageHtmlLink":"bump dev version"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxMzo0MToyNi4wMDAwMDBazwAAAASzQdiU","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxMzo0MToyNi4wMDAwMDBazwAAAASzQdiU","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0wOVQwODoxNTowMC4wMDAwMDBazwAAAAR6Zw-r"}},"title":"Activity ยท RMI-PACTA/r2dii.analysis"}