如何从OS X完全卸载R.

时间:2016-07-15 07:43:08

标签: r uninstall

我在Mac OS X 10.11.5,R版本3.3.1

我按照说明删除了R:

global.json

在命令行中:

$this->db->select('p.id, p.photo, p.desc, info.desc'); $this->db->from('products as p'); $this->db->join('lang_info as info', 'info.id=p.id and info.lang='.$this->lang, 'left'); $this->db->where('p.id', $this->product_id); $this->db->where_in('info.name', ['good', 'bad']);

我不再在应用程序或计算机上的任何其他位置看到R.但是,我仍然可以从命令行运行R.

我很神秘。到底是怎么回事?我如何完全摆脱R?我想重新开始。

1 个答案:

答案 0 :(得分:2)

使用which R。它将为您提供R运行的位置,以便您可以从中删除它。