ÇëÑ¡Ôñ ½øÈëÊÖ»ú°æ | ¼ÌÐø·ÃÎʵçÄÔ°æ
Â¥Ö÷: igs816
3914 7

[ÆäËû] R Tools for Visual Studio [ÍƹãÓн±]

  • 0¹Ø×¢
  • ·ÛË¿

Ì©¶·

5%

»¹²»ÊÇVIP/¹ó±ö

-

ÍþÍû
9 ¼¶
ÂÛ̳±Ò
2693869 ¸ö
ͨÓûý·Ö
18515.7248
ѧÊõˮƽ
2743 µã
ÈÈÐÄÖ¸Êý
3466 µã
ÐÅÓõȼ¶
2559 µã
¾­Ñé
484572 µã
Ìû×Ó
5413
¾«»ª
52
ÔÚÏßʱ¼ä
3575 Сʱ
×¢²áʱ¼ä
2007-8-6
×îºóµÇ¼
2024-3-28

¸ß¼¶Ñ§ÊõÑ«Õ Ìؼ¶Ñ§ÊõÑ«Õ ¸ß¼¶ÐÅÓÃÑ«Õ Ìؼ¶ÐÅÓÃÑ«Õ ¸ß¼¶ÈÈÐÄÑ«Õ Ìؼ¶ÈÈÐÄÑ«ÕÂ

igs816 ÔÚÖ°ÈÏÖ¤  ·¢±íÓÚ 2016-3-15 14:45:29 |ÏÔʾȫ²¿Â¥²ã |̳ÓÑ΢ÐŽ»Á÷Ⱥ

+2 ÂÛ̳±Ò
kÈË ²ÎÓë»Ø´ð

¾­¹ÜÖ®¼ÒËÍÄúÒ»·Ý

Ó¦½ì±ÏÒµÉúרÊô¸£Àû!

ÇóÖ°¾ÍҵȺ
ÕÔ°²¶¹ÀÏʦ΢ÐÅ£ºzhaoandou666

¾­¹ÜÖ®¼ÒÁªºÏCDA

ËÍÄúÒ»¸öÈ«¶î½±Ñ§½ðÃû¶î~ !

¸ÐлÄú²ÎÓëÂÛ̳ÎÊÌâ»Ø´ð

¾­¹ÜÖ®¼ÒËÍÄúÁ½¸öÂÛ̳±Ò£¡

+2 ÂÛ̳±Ò

About this releaseTHANK YOU for checking out this early version of R Tools for Visual Studio (RTVS).  We¡¯ve decided to make it available early so that we¡¯ll have more time to address your feedback.  As such, there are bugs and missing features, so please beware!  This release is meant for evaluation purposes only and not for production use.
If you already have VS2015 with Update 1 installed and R installed, you can download RTVS from the link below - but we highly recommend following the Installation guide:
Key features in Version 0.2
  • Editor - full edit experience including tabbed windows, syntax highlighting, and more
  • History window - see all of the commands that you have entered in a scrollable window
  • R Interactive Window - work with the R console directly from within Visual Studio
  • IntelliSense - (aka Completion) available in both the editor and the Interactive R window
  • Variable Explorer - lets you drill into your R data structures and examine their values
  • Plotting - see all of your R plots in a Visual Studio tool window
  • Debugging -  breakpoints, stepping, watch windows, call stacks and more!
  • R Markdown - R Markdown/knitter support with export to Word and HTML
  • Git - Source code control via Git and Github
  • Extensions - over 6,000 Extensions from Data to Languages to Productivity
  • Polyglot IDE - VS supports R, Python, C++, C#, Node.js, SQL, ¡­ projects simultaneously
  • Help - use ? and ?? to view R documentation within Visual Studio

Installation and first stepsThe pre-requisites for RTVS are:
  • Visual Studio 2015 Community, Professional or Enterprise
  • Visual Studio 2015 Update 1
  • An R interpreter
Please check out the installation steps, especially if you are new to Visual Studio
Once installed, create a project and code away!
Feedback, bugs, etc.Please file bugs and feature requests directly on:
To send us bug repros (which are highly appreciated) try the built in Smile/Frown feature:
  • Go to:  R Tools / Send a frown (or smile)
This will collect logs, start your mail client and attach the log file.  You can then examine the contents and click Send. The logs are zipped into %TEMP%/RTVSlogs.zip in case you want to send it yourself.
Finally you can send direct feedback to the team at rtvsuserfeedback@microsoft.com.



FAQQ. Should I use RTVS in production?
A. No. This is the very first public preview.  As such, there are bugs and missing features which will be addressed in the next few months.  This release is only recommended for evaluation purposes and usage in production is strongly advised against.
Q. Is RTVS going to be free?
A. Yes! RTVS when combined with Visual Studio Community Edition is a complete and perpetually free IDE. RTVS itself will also be Open Source. We will release the code on Github when it is ready. Parts of the source code that link to R are already available under GPLv2 at the R-Host repository on Github.
Q. What versions of Visual Studio does RTVS run on?
A. Visual Studio 2015 Update 1. Community, Pro, and Enterprise Editions.
Q. Does RTVS work with Visual Studio Express editions?
A. No.
Q. What R interpreters does RTVS work with?
A. CRAN R, Microsoft R Open, and Microsoft R Server.
Q. Where can I download these interpreters?
A. See the installation instructions.
Q. Since RTVS is in VS, does it mean that R can be easily used with C#, C++ and other Microsoft languages?
A. No. RTVS is a tool for developing R code, and uses the standard native R interpreters. We do not have any support currently for interop between R and other languages.
Q. Feature X is missing, but RStudio has it!
A. RStudio is a fantastic and mature IDE for R that¡¯s been under development for years. RTVS is a long way from RStudio, because we¡¯ve only been developing it for months. We hope to have all the critical features that you need to be successful in the coming year. Please help us prioritize the TODO list by taking the RTVS survey.
Q. Will RTVS work on MacOS / Linux?
A. No. RTVS is built on top of Visual Studio, which is a Windows-only implementation. However, we are looking at porting RTVS to run on top of Visual Studio Code, which is the new cross-platform IDE from Microsoft.
Q. Can I contribute to RTVS?
A. Absolutely! We will release the source in the near future, and pull requests are very welcome. For now, the most important contribution is feedback and bug reports.
Q. I want to save my plots as PDFs. What software do I need for that?
A. See above.
Q. Does RTVS work with my source control system?
A. Yes, you can use any source control system that is integrated into Visual Studio. e.g., TFS, git, SVN, hg etc.
Q. I don¡¯t use a US English locale in Windows or in VS. Will RTVS work?
A. It should. However, we haven¡¯t done extensive testing in non-US English locales. For the best experience with the Preview bits, please set your local to English in Visual Studio. You can do so through Tools / Options dialog box, setting International Settings Language to English. If English is not available in the drop-down, you¡¯ll need to install the Visual Studio Language pack.

Q. Will RTVS work with 32-bit editions of R?
A. No. RTVS only supports 64-bit editions of R.
Q. What are the key missing features of RTVS currently?
A. There a number of these.  For example:
  • There is no UI for package installation or creation
  • Variable Explorer does not allow edit, search, sort and supports global scope only
  • Refactoring in the Editor
  • Rendering Shiny apps in a VS window. We currently render using the default browser
  • Interactive ggviz plots in a VS window. We currently render using the default browser
  • Customization options when saving plots as PDF or bitmaps
We¡¯ll be addressing these in the near future.
Q. I really like my current Visual Studio settings, but I want to try out the new Data Science settings. What should I do?
A. You can always save your current Visual Studio settings through Tools -> Import and Export Settings¡­ command. You can also use this command to restore one of the default Visual Studio settings (e.g., C++ or General).
Q. What is the recommended .gitignore settings for an RTVS project?
A. Github maintains a master repository of recommended .gitignore files. You can see it here: R .gitignore
Q. Can I store my Visual Studio project on a network share?
A. No. This is not a supported scenario for Visual Studio.
FeedbackWe¡¯re looking for your feedback! Please use the R Tools / Feedback menu to send us smiles and frowns!
ContributingIf you¡¯re interested in contributing to the docs or samples, feel free to clone the repository and submit a pull request. More instructions can be found in our contribution guide.


¶þάÂë

ɨÂë¼ÓÎÒ À­ÄãÈëȺ

Çë×¢Ã÷£ºÐÕÃû-¹«Ë¾-ְλ

ÒÔ±ãÉóºË½øȺ×ʸñ£¬Î´×¢Ã÷Ôò¾Ü¾ø

¹Ø¼ü´Ê£ºVisual Studio Tools Tool dio recommend available following download features

±¾Ìû±»ÒÔÏÂÎÄ¿âÍƼö

igs816 ÔÚÖ°ÈÏÖ¤  ·¢±íÓÚ 2016-3-17 14:21:01 |ÏÔʾȫ²¿Â¥²ã |̳ÓÑ΢ÐŽ»Á÷Ⱥ
Õâ¸öûÈ˹Øעô£¿RµÄIDEÄÇôȱ·¦¡£

ʹÓõÀ¾ß

ÊÇѽ£¬RµÄIDEÓÐʲô×ÊÁÏÄܹ»Ñ§Âð£¿ÎÒÒ²¿´µ½Õâ¸öIDEÁË¡£

ʹÓõÀ¾ß

ÓнéÉܵÄÂð£¿Ð»Ð»´ó¼Òѽ¡£

ʹÓõÀ¾ß

igs816 ÔÚÖ°ÈÏÖ¤  ·¢±íÓÚ 2016-6-29 09:18:04 |ÏÔʾȫ²¿Â¥²ã |̳ÓÑ΢ÐŽ»Á÷Ⱥ
fafazai ·¢±íÓÚ 2016-6-28 12:21
ÓнéÉܵÄÂð£¿Ð»Ð»´ó¼Òѽ¡£
Ö÷Ò³ÉÏÓУ¬Ê¹ÓÃÉϺÍrstudioºÜÀàËÆ£¬ÈÝÒ×ÉÏÊÖ¡£

ʹÓõÀ¾ß

¾ÍΪÕâ¸ö×°Éϼ¸Ê®GµÄVSÖµµÃÂð£¿

ʹÓõÀ¾ß

igs816 ÔÚÖ°ÈÏÖ¤  ·¢±íÓÚ 2016-6-30 08:53:44 |ÏÔʾȫ²¿Â¥²ã |̳ÓÑ΢ÐŽ»Á÷Ⱥ
soccy ·¢±íÓÚ 2016-6-29 11:11
¾ÍΪÕâ¸ö×°Éϼ¸Ê®GµÄVSÖµµÃÂð£¿
аævs°²×°ÒѾ­ºÜСÁË¡£

ʹÓõÀ¾ß

For VS2017µÄ°æ±¾»¹Ã»³öÀ´¡£

ʹÓõÀ¾ß

ÄúÐèÒªµÇ¼ºó²Å¿ÉÒÔ»ØÌû µÇ¼ | ÎÒҪע²á

±¾°æ΢ÐÅȺ
¼ÓºÃÓÑ,±¸×¢jr
À­Äú½ø½»Á÷Ⱥ

¾©ICP±¸16021002-2ºÅ ¾©B2-20170662ºÅ ¾©¹«Íø°²±¸ 11010802022788ºÅ ÂÛ̳·¨ÂɹËÎÊ£ºÍõ½øÂÉʦ ֪ʶ²úȨ±£»¤ÉùÃ÷   ÃâÔð¼°Òþ˽ÉùÃ÷

GMT+8, 2024-3-29 05:31