{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2594513,"defaultBranch":"master","name":"knitr","ownerLogin":"yihui","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-10-17T20:09:04.000Z","ownerAvatar":"https://github.com/avatars/u/163582?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1720451093.0","currentOid":""},"activityList":{"items":[{"before":"389382f66cf6b82ff3495945ac0c596a5ddce8da","after":"fb1f4231d2df7b156e314686f39fc040ce807513","ref":"refs/heads/master","pushedAt":"2024-07-12T18:55:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"Explicitly state implicit R version dependency (#2356)","shortMessageHtmlLink":"Explicitly state implicit R version dependency (#2356)"}},{"before":"83edf486f7bcb4622d65256856f9f9354b05abef","after":"389382f66cf6b82ff3495945ac0c596a5ddce8da","ref":"refs/heads/master","pushedAt":"2024-07-08T15:05:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"Avoid using evaluate internals (#2353)\n\nIn a few years, once this code is widespread in installed knitr, this will allow us to make some simplifications to evaluate","shortMessageHtmlLink":"Avoid using evaluate internals (#2353)"}},{"before":"4a02625e0dce1b88f1c90396790e1eb40401a779","after":"83edf486f7bcb4622d65256856f9f9354b05abef","ref":"refs/heads/master","pushedAt":"2024-07-08T15:04:53.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"start the next version","shortMessageHtmlLink":"start the next version"}},{"before":null,"after":"8d5aeec7474f559c26381b99334623e15dc00542","ref":"refs/heads/handler-value-print","pushedAt":"2024-06-21T08:30:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"print() visible value in value handler\n\nRelated to discussin in r-lib/evaluate#153 for a change in behavior regarding print() in evaluate to align with R own behavior","shortMessageHtmlLink":"print() visible value in value handler"}},{"before":"f4d670ffa81cd330b564077e7f98f8f41d2876a8","after":"4a02625e0dce1b88f1c90396790e1eb40401a779","ref":"refs/heads/master","pushedAt":"2024-06-20T13:19:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"Revert \"Adapt to another change of next evaluate\"\n\nThis reverts commit f4d670ffa81cd330b564077e7f98f8f41d2876a8. evaluate\nwill handle this directly.","shortMessageHtmlLink":"Revert \"Adapt to another change of next evaluate\""}},{"before":"5510d3f8a7e0beb1356330a67892e2eeb2dd1ef2","after":"f4d670ffa81cd330b564077e7f98f8f41d2876a8","ref":"refs/heads/master","pushedAt":"2024-06-19T09:01:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"Adapt to another change of next evaluate\n\n`enclos` won't be used anymore en present in call for warning. We still want to not print `in ` if this comes from there","shortMessageHtmlLink":"Adapt to another change of next evaluate"}},{"before":"e1edd34f4149d996efce5cf539e781eda6e3b86a","after":"5510d3f8a7e0beb1356330a67892e2eeb2dd1ef2","ref":"refs/heads/master","pushedAt":"2024-06-19T08:16:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"Inline evaluate:::classes\n\nas it will be removed in next evaluate version","shortMessageHtmlLink":"Inline evaluate:::classes"}},{"before":"e9201e7e036df4758554f5657d12af382f48160d","after":null,"ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T15:23:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"}},{"before":"1db544bb405ee498d61eba4c95e4f6a470ac3559","after":"e1edd34f4149d996efce5cf539e781eda6e3b86a","ref":"refs/heads/master","pushedAt":"2024-06-06T15:23:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"[gha] Allowing to trigger workflow with extra packages to test (#2349)\n\nThis allows for example to test dev version at rlib/evaluate for knitr \r\n\r\n```\r\ngh workflow run knitr-examples.yaml -f extra-packages=github::r-lib/evaluate\r\ngh workflow run R-CMD-check.yaml -f extra-packages=github::r-lib/evaluate\r\n```","shortMessageHtmlLink":"[gha] Allowing to trigger workflow with extra packages to test (#2349)"}},{"before":"42d915bde59b95b689cca3792e863868be6cd86b","after":"e9201e7e036df4758554f5657d12af382f48160d","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:51:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"update to checkout v4","shortMessageHtmlLink":"update to checkout v4"}},{"before":"f03041d9c0ee54f6ed920a40b7040d95717070f4","after":"42d915bde59b95b689cca3792e863868be6cd86b","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:43:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"fixup - correct concurrency setting","shortMessageHtmlLink":"fixup - correct concurrency setting"}},{"before":"1a3b90fd9ab5eeae3059485628445e59699e9eb6","after":"f03041d9c0ee54f6ed920a40b7040d95717070f4","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:38:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"fixup - correctly add notice","shortMessageHtmlLink":"fixup - correctly add notice"}},{"before":"ecc928cca972059634273a21b7eb821e5318a362","after":"1a3b90fd9ab5eeae3059485628445e59699e9eb6","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:35:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"typo","shortMessageHtmlLink":"typo"}},{"before":"252dd0e46975ac89bdb2fda5d5b6490eac8094e1","after":"ecc928cca972059634273a21b7eb821e5318a362","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:34:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"revert knitr example to one run","shortMessageHtmlLink":"revert knitr example to one run"}},{"before":"b6dd73da3bc91f4de10f77aa8a2b73d7e78a1bcc","after":"252dd0e46975ac89bdb2fda5d5b6490eac8094e1","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:33:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"use workflow dispatch instead to not do it always","shortMessageHtmlLink":"use workflow dispatch instead to not do it always"}},{"before":"4489fe99417447d00e8defddf32bc778644b3490","after":"b6dd73da3bc91f4de10f77aa8a2b73d7e78a1bcc","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:15:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"Also add to knitr examples workflow","shortMessageHtmlLink":"Also add to knitr examples workflow"}},{"before":"bb78a4b73741a7bd491a536c3e7456b8378c8cd3","after":"4489fe99417447d00e8defddf32bc778644b3490","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:14:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"Also try knitr example","shortMessageHtmlLink":"Also try knitr example"}},{"before":"bd18ad3746de3ed6bfb1f964b1859b5193e25a70","after":"bb78a4b73741a7bd491a536c3e7456b8378c8cd3","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:07:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"let's try adding evaluate dev version as a job in the matrix","shortMessageHtmlLink":"let's try adding evaluate dev version as a job in the matrix"}},{"before":null,"after":"bd18ad3746de3ed6bfb1f964b1859b5193e25a70","ref":"refs/heads/gha/evaluate-matrix","pushedAt":"2024-06-06T13:04:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"let's try adding evaluate dev version as a job in the matrix","shortMessageHtmlLink":"let's try adding evaluate dev version as a job in the matrix"}},{"before":"f50b75b6feadb625ab0b3f76f21f5777e3c53232","after":"1db544bb405ee498d61eba4c95e4f6a470ac3559","ref":"refs/heads/master","pushedAt":"2024-06-06T04:30:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"fix #2348: make hook_purl() return invisible NULL explicitly since write_utf8() now returns the file path","shortMessageHtmlLink":"fix #2348: make hook_purl() return invisible NULL explicitly since wr…"}},{"before":"f1cec32ab6eadbeeb8f4a6f733fa3c20cf96ef5e","after":null,"ref":"refs/heads/fix/collapse","pushedAt":"2024-05-30T14:51:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"}},{"before":"493aec0480d0bf95c8360322f1957eaac693365a","after":"f50b75b6feadb625ab0b3f76f21f5777e3c53232","ref":"refs/heads/master","pushedAt":"2024-05-30T14:51:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"Support space between fences and language in fenced code block when applying collapse option (#2347)","shortMessageHtmlLink":"Support space between fences and language in fenced code block when a…"}},{"before":"f26deccbb28c220d92dce40e49b41ea3f4d2beda","after":"f1cec32ab6eadbeeb8f4a6f733fa3c20cf96ef5e","ref":"refs/heads/fix/collapse","pushedAt":"2024-05-30T12:26:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"gha - update output creation\n\nas old way will be deprecated","shortMessageHtmlLink":"gha - update output creation"}},{"before":null,"after":"f26deccbb28c220d92dce40e49b41ea3f4d2beda","ref":"refs/heads/fix/collapse","pushedAt":"2024-05-30T10:25:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cderv","name":"Christophe Dervieux","path":"/cderv","primaryAvatarUrl":"https://github.com/avatars/u/6791940?s=80&v=4"},"commit":{"message":"Support space between fences and language in fenced code block when applying collapse option","shortMessageHtmlLink":"Support space between fences and language in fenced code block when a…"}},{"before":"01441a8585dd4a70d0fcfd6147f5d6d1b7ef7f69","after":"493aec0480d0bf95c8360322f1957eaac693365a","ref":"refs/heads/master","pushedAt":"2024-05-29T07:37:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"start the next version","shortMessageHtmlLink":"start the next version"}},{"before":"b728125cb95a055c304ff12ce27c465970a26726","after":"01441a8585dd4a70d0fcfd6147f5d6d1b7ef7f69","ref":"refs/heads/master","pushedAt":"2024-05-27T16:55:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"there are packages that rely on \\hlstr and \\hlstd commands (such as FuzzyNumbers and pandocfilters), so define them for backward compatibility","shortMessageHtmlLink":"there are packages that rely on \\hlstr and \\hlstd commands (such as F…"}},{"before":"d499d2a8fc38ea39247dca7ec1f6e0cc570141c0","after":"b728125cb95a055c304ff12ce27c465970a26726","ref":"refs/heads/master","pushedAt":"2024-05-26T21:33:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"highr 0.11 is on CRAN","shortMessageHtmlLink":"highr 0.11 is on CRAN"}},{"before":"f1788b81ffbe187be54a21fce32395fe0c77f2e5","after":"d499d2a8fc38ea39247dca7ec1f6e0cc570141c0","ref":"refs/heads/master","pushedAt":"2024-05-26T19:22:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"fix #2343: remove anything after comma or white spaces (including \\n) in package URL","shortMessageHtmlLink":"fix #2343: remove anything after comma or white spaces (including \\n)…"}},{"before":"aa34f1b85f6bb899b1e23a72ebd64054afb3c695","after":"f1788b81ffbe187be54a21fce32395fe0c77f2e5","ref":"refs/heads/master","pushedAt":"2024-05-23T21:10:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"Update themes to be consistent with Andrew Simon's highlight. (#2341)\n\nCo-authored-by: dcser123 \r\nCo-authored-by: Yihui Xie ","shortMessageHtmlLink":"Update themes to be consistent with Andrew Simon's highlight. (#2341)"}},{"before":"726fe1553ace340789e2a649b328c3ecb5ebae4a","after":"aa34f1b85f6bb899b1e23a72ebd64054afb3c695","ref":"refs/heads/master","pushedAt":"2024-05-15T13:41:35.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"yihui","name":"Yihui Xie","path":"/yihui","primaryAvatarUrl":"https://github.com/avatars/u/163582?s=80&v=4"},"commit":{"message":"flextable 0.9.6 is on CRAN; presumably this hack can be removed now (davidgohel/flextable#621)","shortMessageHtmlLink":"flextable 0.9.6 is on CRAN; presumably this hack can be removed now (d…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfiXJNQA","startCursor":null,"endCursor":null}},"title":"Activity · yihui/knitr"}