Skip to content

Releases: haghish/rcall

1.1.2

25 Jul 13:43
Compare
Choose a tag to compare
  • Automatically searches for the R path in Microsoft Windows

1.1.1

25 Jul 09:29
Compare
Choose a tag to compare
  • fixes a bug in Vanilla mode which was influencing the R Profile for the loaded packages
  • R code is further optimized

1.1.0

24 Jul 18:13
Compare
Choose a tag to compare
  • Runs R environment interactively similar to mata, within Stata
  • Users can type R commands and get output simultaneously
  • Stata receives R objects automatically as before

updating to 1.0.5

24 Jul 00:23
Compare
Choose a tag to compare

The current release fixes the following bug

1- When a multiple-line character object is returned from R to Stata are shown correctly

1.0.4

21 Jul 13:51
Compare
Choose a tag to compare
  • a bug with character vector is fixed
  • major improvement of the package documentation and help file

1.0.3

15 Jul 13:34
Compare
Choose a tag to compare

solving the bug with st.data() function, when the file path includes parentheses.

1.0.2

13 Jul 20:23
Compare
Choose a tag to compare

Keeps the packages loaded after closing R, a feature which is not supported by R batch mode.

Rcall 1.0.1

13 Jul 14:01
Compare
Choose a tag to compare

-1. Rcall bug in Windows is fixed
-2. Debug feature is added
-3. The load.data() function was added to automatically pass a data frame from R to Stata.