Should I cite R or RStudio?
I ran my data analysis and created my graphs in RStudio, but RStudio is just a platform for R. In my paper should I cite R or RStudio?
citations statistics
New contributor
add a comment |
I ran my data analysis and created my graphs in RStudio, but RStudio is just a platform for R. In my paper should I cite R or RStudio?
citations statistics
New contributor
6
I have never seen anyone cite Rstudio. It would be like citing Word
– Azor Ahai
7 hours ago
add a comment |
I ran my data analysis and created my graphs in RStudio, but RStudio is just a platform for R. In my paper should I cite R or RStudio?
citations statistics
New contributor
I ran my data analysis and created my graphs in RStudio, but RStudio is just a platform for R. In my paper should I cite R or RStudio?
citations statistics
citations statistics
New contributor
New contributor
New contributor
asked 7 hours ago
BugBoiBugBoi
161
161
New contributor
New contributor
6
I have never seen anyone cite Rstudio. It would be like citing Word
– Azor Ahai
7 hours ago
add a comment |
6
I have never seen anyone cite Rstudio. It would be like citing Word
– Azor Ahai
7 hours ago
6
6
I have never seen anyone cite Rstudio. It would be like citing Word
– Azor Ahai
7 hours ago
I have never seen anyone cite Rstudio. It would be like citing Word
– Azor Ahai
7 hours ago
add a comment |
3 Answers
3
active
oldest
votes
RStudio is an IDE for R — essentially an editor and debugger packed together. Your work is made possible by statisticians who developed the language R and graphical packages for it. If you want to cite R in your publication, here is the explanation how to do it.
add a comment |
Google Scholar is probably not doing a great job of tracking these software citations compared to journal articles that fit standard citation formatting better, but RStudio has ~1,800 citations whereas R has over 100,000 using the most common citation aggregate for each.
Many people cite neither and instead cite particular packages that they use, but by far it is more common to cite R which includes all of the base libraries, etc. RStudio is only an IDE, and although it could be useful and you are free to cite it as having been helpful in your development, anyone can take your R code written with the help of RStudio and run it with only R and get the same result.
To follow on, if my PI and I collaborate on an R script, and I use RStudio and she uses emacs, should we cite both? It would seem wrong to cite emacs, so by extension, I see little reason to cite Rstudio.
– Azor Ahai
4 hours ago
@AzorAhai I agree that it is not typical to cite text editors, IDEs are a bit more involved but you don't typically cite those either. When someone cites something like Matlab or SAS or Stata, they aren't just citing the IDE and GUI but the underlying algorithms that have been tested, validated etc; the equivalent for that would be R, not RStudio.
– Bryan Krause
3 hours ago
add a comment |
Cite what you use. RStudio has a collection of developers who have made your work possible. Cite them. R is a language so it is, perhaps, less important to cite it. But if it has features that are important to your work, cite it. If you had used Python to do data analysis it might not be necessary to name it if there was nothing special about Python, but R is specialized for statistics so more likely that it should be cited.
Cite what you use. It is a courtesy to those who enable your work if nothing else. Citing RStudio
What is the downside to citing RStudio? Why the downvotes for this excellent answer (as usual from @Buffy)?
– JeremyC
5 hours ago
2
@JeremyC Probably coming from the suggestion that citing R is less important and perhaps the misunderstanding that R is "just" a language whereas RStudio is what "made your work possible."
– Bryan Krause
5 hours ago
1
@JeremyC More carefully considered than that? I do agree that a comment would be useful to explain but I think disagreement with an entire answer is a suitable reason to downvote if someone thinks that following the answer would mislead the OP or others with a similar question.
– Bryan Krause
5 hours ago
2
I did not downvote this, but I 100% defend the right to downvote if one thinks that the content of an answer is wrong / unwise, without need for further comments.
– Federico Poloni
4 hours ago
1
@Buffy Have you used R? Your answer makes it sound like you have not.
– Azor Ahai
50 mins ago
|
show 5 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "415"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
BugBoi is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2facademia.stackexchange.com%2fquestions%2f125536%2fshould-i-cite-r-or-rstudio%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
RStudio is an IDE for R — essentially an editor and debugger packed together. Your work is made possible by statisticians who developed the language R and graphical packages for it. If you want to cite R in your publication, here is the explanation how to do it.
add a comment |
RStudio is an IDE for R — essentially an editor and debugger packed together. Your work is made possible by statisticians who developed the language R and graphical packages for it. If you want to cite R in your publication, here is the explanation how to do it.
add a comment |
RStudio is an IDE for R — essentially an editor and debugger packed together. Your work is made possible by statisticians who developed the language R and graphical packages for it. If you want to cite R in your publication, here is the explanation how to do it.
RStudio is an IDE for R — essentially an editor and debugger packed together. Your work is made possible by statisticians who developed the language R and graphical packages for it. If you want to cite R in your publication, here is the explanation how to do it.
answered 7 hours ago
Dmitry SavostyanovDmitry Savostyanov
26.1k1055108
26.1k1055108
add a comment |
add a comment |
Google Scholar is probably not doing a great job of tracking these software citations compared to journal articles that fit standard citation formatting better, but RStudio has ~1,800 citations whereas R has over 100,000 using the most common citation aggregate for each.
Many people cite neither and instead cite particular packages that they use, but by far it is more common to cite R which includes all of the base libraries, etc. RStudio is only an IDE, and although it could be useful and you are free to cite it as having been helpful in your development, anyone can take your R code written with the help of RStudio and run it with only R and get the same result.
To follow on, if my PI and I collaborate on an R script, and I use RStudio and she uses emacs, should we cite both? It would seem wrong to cite emacs, so by extension, I see little reason to cite Rstudio.
– Azor Ahai
4 hours ago
@AzorAhai I agree that it is not typical to cite text editors, IDEs are a bit more involved but you don't typically cite those either. When someone cites something like Matlab or SAS or Stata, they aren't just citing the IDE and GUI but the underlying algorithms that have been tested, validated etc; the equivalent for that would be R, not RStudio.
– Bryan Krause
3 hours ago
add a comment |
Google Scholar is probably not doing a great job of tracking these software citations compared to journal articles that fit standard citation formatting better, but RStudio has ~1,800 citations whereas R has over 100,000 using the most common citation aggregate for each.
Many people cite neither and instead cite particular packages that they use, but by far it is more common to cite R which includes all of the base libraries, etc. RStudio is only an IDE, and although it could be useful and you are free to cite it as having been helpful in your development, anyone can take your R code written with the help of RStudio and run it with only R and get the same result.
To follow on, if my PI and I collaborate on an R script, and I use RStudio and she uses emacs, should we cite both? It would seem wrong to cite emacs, so by extension, I see little reason to cite Rstudio.
– Azor Ahai
4 hours ago
@AzorAhai I agree that it is not typical to cite text editors, IDEs are a bit more involved but you don't typically cite those either. When someone cites something like Matlab or SAS or Stata, they aren't just citing the IDE and GUI but the underlying algorithms that have been tested, validated etc; the equivalent for that would be R, not RStudio.
– Bryan Krause
3 hours ago
add a comment |
Google Scholar is probably not doing a great job of tracking these software citations compared to journal articles that fit standard citation formatting better, but RStudio has ~1,800 citations whereas R has over 100,000 using the most common citation aggregate for each.
Many people cite neither and instead cite particular packages that they use, but by far it is more common to cite R which includes all of the base libraries, etc. RStudio is only an IDE, and although it could be useful and you are free to cite it as having been helpful in your development, anyone can take your R code written with the help of RStudio and run it with only R and get the same result.
Google Scholar is probably not doing a great job of tracking these software citations compared to journal articles that fit standard citation formatting better, but RStudio has ~1,800 citations whereas R has over 100,000 using the most common citation aggregate for each.
Many people cite neither and instead cite particular packages that they use, but by far it is more common to cite R which includes all of the base libraries, etc. RStudio is only an IDE, and although it could be useful and you are free to cite it as having been helpful in your development, anyone can take your R code written with the help of RStudio and run it with only R and get the same result.
answered 5 hours ago
Bryan KrauseBryan Krause
13.4k13862
13.4k13862
To follow on, if my PI and I collaborate on an R script, and I use RStudio and she uses emacs, should we cite both? It would seem wrong to cite emacs, so by extension, I see little reason to cite Rstudio.
– Azor Ahai
4 hours ago
@AzorAhai I agree that it is not typical to cite text editors, IDEs are a bit more involved but you don't typically cite those either. When someone cites something like Matlab or SAS or Stata, they aren't just citing the IDE and GUI but the underlying algorithms that have been tested, validated etc; the equivalent for that would be R, not RStudio.
– Bryan Krause
3 hours ago
add a comment |
To follow on, if my PI and I collaborate on an R script, and I use RStudio and she uses emacs, should we cite both? It would seem wrong to cite emacs, so by extension, I see little reason to cite Rstudio.
– Azor Ahai
4 hours ago
@AzorAhai I agree that it is not typical to cite text editors, IDEs are a bit more involved but you don't typically cite those either. When someone cites something like Matlab or SAS or Stata, they aren't just citing the IDE and GUI but the underlying algorithms that have been tested, validated etc; the equivalent for that would be R, not RStudio.
– Bryan Krause
3 hours ago
To follow on, if my PI and I collaborate on an R script, and I use RStudio and she uses emacs, should we cite both? It would seem wrong to cite emacs, so by extension, I see little reason to cite Rstudio.
– Azor Ahai
4 hours ago
To follow on, if my PI and I collaborate on an R script, and I use RStudio and she uses emacs, should we cite both? It would seem wrong to cite emacs, so by extension, I see little reason to cite Rstudio.
– Azor Ahai
4 hours ago
@AzorAhai I agree that it is not typical to cite text editors, IDEs are a bit more involved but you don't typically cite those either. When someone cites something like Matlab or SAS or Stata, they aren't just citing the IDE and GUI but the underlying algorithms that have been tested, validated etc; the equivalent for that would be R, not RStudio.
– Bryan Krause
3 hours ago
@AzorAhai I agree that it is not typical to cite text editors, IDEs are a bit more involved but you don't typically cite those either. When someone cites something like Matlab or SAS or Stata, they aren't just citing the IDE and GUI but the underlying algorithms that have been tested, validated etc; the equivalent for that would be R, not RStudio.
– Bryan Krause
3 hours ago
add a comment |
Cite what you use. RStudio has a collection of developers who have made your work possible. Cite them. R is a language so it is, perhaps, less important to cite it. But if it has features that are important to your work, cite it. If you had used Python to do data analysis it might not be necessary to name it if there was nothing special about Python, but R is specialized for statistics so more likely that it should be cited.
Cite what you use. It is a courtesy to those who enable your work if nothing else. Citing RStudio
What is the downside to citing RStudio? Why the downvotes for this excellent answer (as usual from @Buffy)?
– JeremyC
5 hours ago
2
@JeremyC Probably coming from the suggestion that citing R is less important and perhaps the misunderstanding that R is "just" a language whereas RStudio is what "made your work possible."
– Bryan Krause
5 hours ago
1
@JeremyC More carefully considered than that? I do agree that a comment would be useful to explain but I think disagreement with an entire answer is a suitable reason to downvote if someone thinks that following the answer would mislead the OP or others with a similar question.
– Bryan Krause
5 hours ago
2
I did not downvote this, but I 100% defend the right to downvote if one thinks that the content of an answer is wrong / unwise, without need for further comments.
– Federico Poloni
4 hours ago
1
@Buffy Have you used R? Your answer makes it sound like you have not.
– Azor Ahai
50 mins ago
|
show 5 more comments
Cite what you use. RStudio has a collection of developers who have made your work possible. Cite them. R is a language so it is, perhaps, less important to cite it. But if it has features that are important to your work, cite it. If you had used Python to do data analysis it might not be necessary to name it if there was nothing special about Python, but R is specialized for statistics so more likely that it should be cited.
Cite what you use. It is a courtesy to those who enable your work if nothing else. Citing RStudio
What is the downside to citing RStudio? Why the downvotes for this excellent answer (as usual from @Buffy)?
– JeremyC
5 hours ago
2
@JeremyC Probably coming from the suggestion that citing R is less important and perhaps the misunderstanding that R is "just" a language whereas RStudio is what "made your work possible."
– Bryan Krause
5 hours ago
1
@JeremyC More carefully considered than that? I do agree that a comment would be useful to explain but I think disagreement with an entire answer is a suitable reason to downvote if someone thinks that following the answer would mislead the OP or others with a similar question.
– Bryan Krause
5 hours ago
2
I did not downvote this, but I 100% defend the right to downvote if one thinks that the content of an answer is wrong / unwise, without need for further comments.
– Federico Poloni
4 hours ago
1
@Buffy Have you used R? Your answer makes it sound like you have not.
– Azor Ahai
50 mins ago
|
show 5 more comments
Cite what you use. RStudio has a collection of developers who have made your work possible. Cite them. R is a language so it is, perhaps, less important to cite it. But if it has features that are important to your work, cite it. If you had used Python to do data analysis it might not be necessary to name it if there was nothing special about Python, but R is specialized for statistics so more likely that it should be cited.
Cite what you use. It is a courtesy to those who enable your work if nothing else. Citing RStudio
Cite what you use. RStudio has a collection of developers who have made your work possible. Cite them. R is a language so it is, perhaps, less important to cite it. But if it has features that are important to your work, cite it. If you had used Python to do data analysis it might not be necessary to name it if there was nothing special about Python, but R is specialized for statistics so more likely that it should be cited.
Cite what you use. It is a courtesy to those who enable your work if nothing else. Citing RStudio
edited 6 hours ago
answered 7 hours ago
BuffyBuffy
48.7k13159243
48.7k13159243
What is the downside to citing RStudio? Why the downvotes for this excellent answer (as usual from @Buffy)?
– JeremyC
5 hours ago
2
@JeremyC Probably coming from the suggestion that citing R is less important and perhaps the misunderstanding that R is "just" a language whereas RStudio is what "made your work possible."
– Bryan Krause
5 hours ago
1
@JeremyC More carefully considered than that? I do agree that a comment would be useful to explain but I think disagreement with an entire answer is a suitable reason to downvote if someone thinks that following the answer would mislead the OP or others with a similar question.
– Bryan Krause
5 hours ago
2
I did not downvote this, but I 100% defend the right to downvote if one thinks that the content of an answer is wrong / unwise, without need for further comments.
– Federico Poloni
4 hours ago
1
@Buffy Have you used R? Your answer makes it sound like you have not.
– Azor Ahai
50 mins ago
|
show 5 more comments
What is the downside to citing RStudio? Why the downvotes for this excellent answer (as usual from @Buffy)?
– JeremyC
5 hours ago
2
@JeremyC Probably coming from the suggestion that citing R is less important and perhaps the misunderstanding that R is "just" a language whereas RStudio is what "made your work possible."
– Bryan Krause
5 hours ago
1
@JeremyC More carefully considered than that? I do agree that a comment would be useful to explain but I think disagreement with an entire answer is a suitable reason to downvote if someone thinks that following the answer would mislead the OP or others with a similar question.
– Bryan Krause
5 hours ago
2
I did not downvote this, but I 100% defend the right to downvote if one thinks that the content of an answer is wrong / unwise, without need for further comments.
– Federico Poloni
4 hours ago
1
@Buffy Have you used R? Your answer makes it sound like you have not.
– Azor Ahai
50 mins ago
What is the downside to citing RStudio? Why the downvotes for this excellent answer (as usual from @Buffy)?
– JeremyC
5 hours ago
What is the downside to citing RStudio? Why the downvotes for this excellent answer (as usual from @Buffy)?
– JeremyC
5 hours ago
2
2
@JeremyC Probably coming from the suggestion that citing R is less important and perhaps the misunderstanding that R is "just" a language whereas RStudio is what "made your work possible."
– Bryan Krause
5 hours ago
@JeremyC Probably coming from the suggestion that citing R is less important and perhaps the misunderstanding that R is "just" a language whereas RStudio is what "made your work possible."
– Bryan Krause
5 hours ago
1
1
@JeremyC More carefully considered than that? I do agree that a comment would be useful to explain but I think disagreement with an entire answer is a suitable reason to downvote if someone thinks that following the answer would mislead the OP or others with a similar question.
– Bryan Krause
5 hours ago
@JeremyC More carefully considered than that? I do agree that a comment would be useful to explain but I think disagreement with an entire answer is a suitable reason to downvote if someone thinks that following the answer would mislead the OP or others with a similar question.
– Bryan Krause
5 hours ago
2
2
I did not downvote this, but I 100% defend the right to downvote if one thinks that the content of an answer is wrong / unwise, without need for further comments.
– Federico Poloni
4 hours ago
I did not downvote this, but I 100% defend the right to downvote if one thinks that the content of an answer is wrong / unwise, without need for further comments.
– Federico Poloni
4 hours ago
1
1
@Buffy Have you used R? Your answer makes it sound like you have not.
– Azor Ahai
50 mins ago
@Buffy Have you used R? Your answer makes it sound like you have not.
– Azor Ahai
50 mins ago
|
show 5 more comments
BugBoi is a new contributor. Be nice, and check out our Code of Conduct.
BugBoi is a new contributor. Be nice, and check out our Code of Conduct.
BugBoi is a new contributor. Be nice, and check out our Code of Conduct.
BugBoi is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Academia Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2facademia.stackexchange.com%2fquestions%2f125536%2fshould-i-cite-r-or-rstudio%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
6
I have never seen anyone cite Rstudio. It would be like citing Word
– Azor Ahai
7 hours ago