Using the package RStata in R-Studio with StataBE 17 on Mac OS yields a issue with cutpoints, that has not been resolved.
# Load Packages
install.packages("RStata")
library(RStata)
# Set Path & Version
options("RStata.StataPath" = "/Applications/Stata/StataBE.app/Contents/MacOS/StataBE")
options("RStata.StataVersion" = 17.0)
# Test Generic Code
stata("di 2+2")
--------------------
> stata("di 2+2")
Error in seq.int(cutpoints[1] + 1, cutpoints[2] - 1) :
'from' must be a finite number
Any ideas on how to resolve this?