From 8990914222ac9be25278d758a2aedcfece14f5af Mon Sep 17 00:00:00 2001 From: yohann Date: Sat, 9 Nov 2024 12:10:06 +0100 Subject: [PATCH] update ia --- docs/index.html | 2 +- docs/posts/iaforr/index.html | 5 +++-- docs/search.json | 2 +- posts/iaforr/index.qmd | 6 ++++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index 6a6716d..e51b644 100644 --- a/docs/index.html +++ b/docs/index.html @@ -235,7 +235,7 @@

-
+

diff --git a/docs/posts/iaforr/index.html b/docs/posts/iaforr/index.html index 0a2cdaf..79d8610 100644 --- a/docs/posts/iaforr/index.html +++ b/docs/posts/iaforr/index.html @@ -208,7 +208,7 @@

GitHub Copilot i

GitHub Copilot in VSCode

-

To use GitHub Copilot in VSCode, install the GitHub Copilot extension. Once the extension is installed, enable Copilot by logging into your GitHub account.

+

To use GitHub Copilot in VSCode, install the GitHub Copilot extension. Once the extension is installed, enable Copilot by logging into your GitHub account.

GitHub Copilot in Positron

@@ -313,7 +313,8 @@

Conclusion

For R programmers, GitHub Copilot and ChatGPT can complement each other effectively. Copilot shines for in-context code generation, while ChatGPT is ideal for answering questions, exploring R libraries, and understanding errors. By combining these tools, R developers can boost productivity, streamline repetitive coding tasks, and expand their knowledge—all while enhancing their coding efficiency and accuracy.

-

The main takeaway is that these tools are here to help you, not replace you. They can save you time and provide new insights, but they can’t replace your expertise and creativity. Always review the generated code, documentation, and tests to ensure they meet your project’s requirements. Have fun !

+

The main takeaway is that these tools are here to help you, not replace you. They can save you time and provide new insights, but they can’t replace your expertise and creativity. Always review the generated code, documentation, and tests to ensure they meet your project’s requirements.

+

Have fun !

Ressources

diff --git a/docs/search.json b/docs/search.json index bc89073..62555ea 100644 --- a/docs/search.json +++ b/docs/search.json @@ -284,7 +284,7 @@ "href": "posts/iaforr/index.html#conclusion", "title": "How Github Copilot and ChatGPT have changed my life as an R developer", "section": "Conclusion", - "text": "Conclusion\nFor R programmers, GitHub Copilot and ChatGPT can complement each other effectively. Copilot shines for in-context code generation, while ChatGPT is ideal for answering questions, exploring R libraries, and understanding errors. By combining these tools, R developers can boost productivity, streamline repetitive coding tasks, and expand their knowledge—all while enhancing their coding efficiency and accuracy.\nThe main takeaway is that these tools are here to help you, not replace you. They can save you time and provide new insights, but they can’t replace your expertise and creativity. Always review the generated code, documentation, and tests to ensure they meet your project’s requirements. Have fun !" + "text": "Conclusion\nFor R programmers, GitHub Copilot and ChatGPT can complement each other effectively. Copilot shines for in-context code generation, while ChatGPT is ideal for answering questions, exploring R libraries, and understanding errors. By combining these tools, R developers can boost productivity, streamline repetitive coding tasks, and expand their knowledge—all while enhancing their coding efficiency and accuracy.\nThe main takeaway is that these tools are here to help you, not replace you. They can save you time and provide new insights, but they can’t replace your expertise and creativity. Always review the generated code, documentation, and tests to ensure they meet your project’s requirements.\nHave fun !" }, { "objectID": "posts/iaforr/index.html#ressources", diff --git a/posts/iaforr/index.qmd b/posts/iaforr/index.qmd index c072809..010f511 100644 --- a/posts/iaforr/index.qmd +++ b/posts/iaforr/index.qmd @@ -31,7 +31,7 @@ If you want Copilot to base its suggestions not only on the current file but als ### GitHub Copilot in VSCode -To use GitHub Copilot in VSCode, install the GitHub Copilot extension. Once the extension is installed, enable Copilot by logging into your GitHub account. +To use GitHub Copilot in VSCode, install the [GitHub Copilot extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot). Once the extension is installed, enable Copilot by logging into your GitHub account. ### GitHub Copilot in Positron @@ -182,7 +182,9 @@ Among the many R-specific GPT's available, I recommend using R Wizard, which see For R programmers, GitHub Copilot and ChatGPT can complement each other effectively. Copilot shines for in-context code generation, while ChatGPT is ideal for answering questions, exploring R libraries, and understanding errors. By combining these tools, R developers can boost productivity, streamline repetitive coding tasks, and expand their knowledge—all while enhancing their coding efficiency and accuracy. -The main takeaway is that these tools are here to help you, not replace you. They can save you time and provide new insights, but they can't replace your expertise and creativity. Always review the generated code, documentation, and tests to ensure they meet your project’s requirements. Have fun ! +The main takeaway is that these tools are here to help you, not replace you. They can save you time and provide new insights, but they can't replace your expertise and creativity. Always review the generated code, documentation, and tests to ensure they meet your project’s requirements. + +Have fun ! ## Ressources