Closed batuozdemir closed 2 years ago
Hi, I have the swephRdata package installed, and when I set iflag <- SE$FLG_SWIEPH + SE$FLG_SPEED it still uses the Moshier ephemeris.
iflag <- SE$FLG_SWIEPH + SE$FLG_SPEED
I tried using the swe_set_ephe_path function swe_set_ephe_path(path = "/Users/user/Library/R/4.0/library/swephRdata/ephemeris") but no luck.
swe_set_ephe_path(path = "/Users/user/Library/R/4.0/library/swephRdata/ephemeris")
Could you help me with this please? Thanks
I am sorry for overlooking this. Let's discuss it at https://github.com/rstub/swephR/issues/61.
Hi, I have the swephRdata package installed, and when I set
iflag <- SE$FLG_SWIEPH + SE$FLG_SPEED
it still uses the Moshier ephemeris.I tried using the swe_set_ephe_path function
swe_set_ephe_path(path = "/Users/user/Library/R/4.0/library/swephRdata/ephemeris")
but no luck.Could you help me with this please? Thanks