{"id":6178,"date":"2016-09-04T15:07:53","date_gmt":"2016-09-04T14:07:53","guid":{"rendered":"http:\/\/emilkirkegaard.dk\/en\/?p=6178"},"modified":"2016-09-04T15:07:53","modified_gmt":"2016-09-04T14:07:53","slug":"installing-the-gsl-package-for-r-on-linux-mint-18","status":"publish","type":"post","link":"https:\/\/emilkirkegaard.dk\/en\/2016\/09\/installing-the-gsl-package-for-r-on-linux-mint-18\/","title":{"rendered":"Installing the gsl package for R on Linux Mint 18"},"content":{"rendered":"<p>Today I was trying to install the MBESS package. One of its dependencies is the gsl package. However, trying to install that package gave the following error:<\/p>\n<pre>cp: cannot stat '*.gcno': No such file or directory\r\nMakevars:45: recipe for target 'save-gcno' failed\r\nmake: [save-gcno] Error 1 (ignored)<\/pre>\n<p>Googling it gave 0 results, which is a bad sign, because most bugs we solve by googling the solution that other people who already solved it posted. However, in this case, the solution is simple:<\/p>\n<pre>sudo apt-get install r-cran-gsl<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Today I was trying to install the MBESS package. One of its dependencies is the gsl package. However, trying to install that package gave the following error: cp: cannot stat &#8216;*.gcno&#8217;: No such file or directory Makevars:45: recipe for target &#8216;save-gcno&#8217; failed make: [save-gcno] Error 1 (ignored) Googling it gave 0 results, which is a [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2382],"tags":[],"class_list":["post-6178","post","type-post","status-publish","format-standard","hentry","category-r","entry"],"_links":{"self":[{"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/posts\/6178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/comments?post=6178"}],"version-history":[{"count":2,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/posts\/6178\/revisions"}],"predecessor-version":[{"id":6180,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/posts\/6178\/revisions\/6180"}],"wp:attachment":[{"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/media?parent=6178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/categories?post=6178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emilkirkegaard.dk\/en\/wp-json\/wp\/v2\/tags?post=6178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}