microsoft / RTVS

R Tools for Visual Studio.
MIT License
390 stars 118 forks source link

Igraph work in rstudio, problem in visual studio #3555

Open JavierMarcuzzi opened 7 years ago

JavierMarcuzzi commented 7 years ago

r vs 1 r vs 2

I´m using igraph, in RStudio no problem, in VisualStudio does not work. I sent two screenshots with the report (Error: could not find function "graph.data.frame")

Información adicional:

OS Information Version: Microsoft Windows NT 10.0.15063.0

RTVS Information: Assembly: Microsoft.VisualStudio.R.Package, Version=1.1.30413.947, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a

Active R URI: Microsoft R Server (3.2.2.16000): C:\Program Files\Microsoft SQL Server\130\R_SERVER\

MikhailArkhipov commented 7 years ago

Is it exactly same R in RStudio and VS? Do you see the function in the completion list or can it be found via find('graph.data.frame')? I installed and loaded the package and the function is there for me

image

image

JavierMarcuzzi commented 7 years ago

Yesterday, copy and paste my code already edited form Rstudio, I saw no problemas, today I find that inconvenience, there are no modifications in R language, it is all copy and paste, except the location of the fil with data that duplicate for security in my tests with Visual Studio.

Waiting to have written correctly in English I salute very sincerely.

Javier Rubén Marcuzzi

De: Mikhail Arkhipov Enviado: miércoles, 17 de mayo de 2017 19:35 Para: Microsoft/RTVS CC: JavierMarcuzzi; Author Asunto: Re: [Microsoft/RTVS] Igraph work in rstudio, problem in visual studio(#3555)

Is it exactly same R in RStudio and VS? Do you see the function in the completion list or can it be found via find('graph.data.frame')? I installed and loaded the package and the function is there for me

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.