>>>>> Suzen, Mehmet <msuzen at gmail.com> >>>>> on Mon, 30 Oct 2017 16:05:18 +0100 writes:> We were talking about r-fiddle. It gives error there [*], > that's why I suggested using RCurl. >> source("https://raw.githubusercontent.com/msuzen/isingLenzMC/master/R/isingUtils.R") > ... unsupported URL scheme Error : cannot open the > connection >> and later you note that it seems to run R-3.1.2 --- which is ridiculously outdated. I think R-help should not be (mis)used at all to talk about R-Fiddle, then. Notably as I think it's been provided by a company that no longer exists under that name, and even if that'd be wrong, R-Fiddle does not seem free software (apart from the R parts, I hope !). If another asked about his/her problems using R 3.1.2, I think we would all tell him to go away and install a current version of R, and not waste any more bandwidth and R-help readers' time, wouldn't we ? > On 30 October 2017 at 15:51, Martin Maechler > <maechler at stat.math.ethz.ch> wrote: >>>>>>> Suzen, Mehmet <msuzen at gmail.com> on Mon, 30 Oct 2017 >>>>>>> 11:16:30 +0100 writes: >> >> > Hi Frank, You could upload your R source file to a >> public > URL, for example to github and read via RCurl, >> as source > do not support https as far as I know. >> >> well... but your knowledge is severely (:-) outdated. >> Why did you not try first? >> >> source("https://raw.githubusercontent.com/msuzen/isingLenzMC/master/R/isingUtils.R") >> >> works for me even in R 3.3.0 which is really outdated >> itself!
On 31 October 2017 at 12:42, Martin Maechler <maechler at stat.math.ethz.ch> wrote:> Notably as I think it's been provided by a company that no > longer exists under that name, and even if that'd be wrong, R-Fiddle > does not seem free software (apart from the R parts, I hope !).For the record, r-fiddle is maintained by datacamp: https://www.datacamp.com/community/blog/r-fiddle-an-online-playground-for-r-code-2
Dear List, According to datacamp support team, r-fiddle.org is not supported. We asked them to put it down as Professor Maechler suggested it is a waste of time for the R-help to respond to questions on something not maintained and severely outdated. If you would like to use R from your browser, you can embed the following into a web page: <script src="https://cdn.datacamp.com/datacamp-light-latest.min.js"></script> <div data-datacamp-exercise data-lang="r"></div> Currently, it supports R 3.4.0. See the code base, which is open source, here https://github.com/datacamp/datacamp-light Hope it helps. Best, Mehmet On 31 October 2017 at 15:09, Suzen, Mehmet <msuzen at gmail.com> wrote:> On 31 October 2017 at 12:42, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >> Notably as I think it's been provided by a company that no >> longer exists under that name, and even if that'd be wrong, R-Fiddle >> does not seem free software (apart from the R parts, I hope !). > > For the record, r-fiddle is maintained by datacamp: > https://www.datacamp.com/community/blog/r-fiddle-an-online-playground-for-r-code-2