Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • #46
    Originally posted by Richard Williams View Post

    If haghish updates the .pkg files then I think adoupdate will catch any future updates of his programs.
    Just reporting that adoupdate did indeed update rcall this morning.
    --
    Bruce Weaver
    Email: [email protected]
    Web: http://sites.google.com/a/lakeheadu.ca/bweaver/
    Version: Stata/MP 18.0 (Windows)

    Comment


    • #47
      This discussion kind of reminds me of when Google+ came out and everybody said it was so much better than Facebook. It may be. But whenever I went to Google+ all I could hear was tumbleweeds blowing around so I stopped.

      I think github files would have a much better chance of success if Stata Corps could be persuaded to provide official support like it does with SSC. Lacking that I would put my programs on SSC even if the installation process wasn't quite as good.
      -------------------------------------------
      Richard Williams, Notre Dame Dept of Sociology
      Stata Version: 17.0 MP (2 processor)

      EMAIL: [email protected]
      WWW: https://www3.nd.edu/~rwilliam

      Comment


      • #48
        Originally posted by Andrew Lover View Post
        I've had similar issues getting -Rcall- or -Rsource- (SSC) set up after installing Stata 15 (Mac OS Sierra) but haven't had time/patience to delve into it yet, so any updates greatly appreciated.
        Re: issues above, with Stata 15.1, I updated both R and R Studio, then ran:

        Code:
        net uninstall github
        net install github, from("https://haghish.github.io/github/")
        github install haghish/rcall, force
        For whatever reason I had to specifically uninstall and force here, but then after reinstalling a few (R) dependencies that were flagged, it all seems to be working well now.
        __________________________________________________ __
        Assistant Professor, Department of Biostatistics and Epidemiology
        School of Public Health and Health Sciences
        University of Massachusetts- Amherst

        Comment


        • #49
          Hello everyone. I have a R-Dofile that I want to turn into a dofile under stata. I need help

          Comment


          • #50
            The below line of command worked for me to use rcall in Stata.
            rcall setpath C:\R-4.3.1\bin\R.exe

            if you installed R somewhere else, for instance, Program Files, the command will be rcall setpath C:\Program Files\R-4.3.1\bin\R.exe
            Win 10 (64-Bit), Stata/MP 17.0
            Last edited by Sattar Mehraban; 16 Sep 2023, 08:28.

            Comment

            Working...
            X