ropensci / MODIStsp

An "R" package for automatic download and preprocessing of MODIS Land Products Time Series
https://docs.ropensci.org/MODIStsp
GNU General Public License v3.0
155 stars 50 forks source link

the R Session Aborted when running MODIStsp() using the latest version 1.4.0.9 #202

Closed YunquanZhang closed 4 years ago

YunquanZhang commented 4 years ago

Loading required namespace: gWidgets Loading required namespace: gWidgetsRGtk2 GDAL version in use: 3.0.4 Loading required package: gWidgetsRGtk2 Loading required package: RGtk2 Loading required package: gWidgets Loading required package: cairoDevice

(rsession.exe:6928): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: �� 1 �е� 82 ���ַ�������Ԫ�ء�markup���Ѿ���������ǰδ������Ԫ���ǡ�span��

(rsession.exe:6928): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: �� 1 �е� 82 ���ַ�������Ԫ�ء�markup���Ѿ���������ǰδ������Ԫ���ǡ�span��

(rsession.exe:6928): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: �� 1 �е� 87 ���ַ�������Ԫ�ء�markup���Ѿ���������ǰδ������Ԫ���ǡ�span��

(rsession.exe:6928): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: �� 1 �е� 87 ���ַ�������Ԫ�ء�markup���Ѿ���������ǰδ������Ԫ���ǡ�span��

Then the warning window occurs "the R Session Aborted". Can you please help me with this problem?

lbusett commented 4 years ago

Hi,

did you install from github or from CRAN ? 
YunquanZhang commented 4 years ago

Hi,

did you install from github or from CRAN ? 

github. can this latest version be installed from CRAN, too?

YunquanZhang commented 4 years ago

I re-installed the 1.40 version from CRAN, but similar errors occur. I can load the library, but when I run the code "MODIStsp()", the error message "Gtk-WARNING **: Failed to set text from markup due to error parsing markup" and warning window occurs "the R Session Aborted". Can you please help me with this problem?

lbusett commented 4 years ago

First of all, I would try completely removing the package with

remove.packages("MODIStsp")  

, then restarting R/Rstudio and installing again from CRAN and see if it solves.

If you still encounter problems, please share share your session info by pasting here the results of:

devtools::session_info() 
lbusett commented 4 years ago

closing due to lack of activity. Feel free to reopen if needed