Hi,

when installing Calc on a fresh Window 7 system with a new R installation I recieve the following error:

alt text

The R-script used in the installation commits the following code: install.packages("DBI_0.2-7.zip".repos=NULL) However, to be correctly applied by R it shoud be recoded into: install.packages("DBI_0.2-7.zip".repos=NULL,type="source")

I can change the R install script but this won't help to finish the intallation.

How can we fix that issue und then run the installation?

asked 01 Jun '15, 10:12

pmagdon's gravatar image

pmagdon
214813
accept rate: 0%


Hi,

thank you for reporting this.

It seems that with R-3.2 there's this problem. With R 3.1 the problem doesn't happen.

I have opened an issue https://github.com/openforis/calc/issues/9 .

However if you need to use Calc before the fix, please use R 3.1

Thank you,

Mino

permanent link

answered 01 Jun '15, 11:33

Mino%20Togna's gravatar image

Mino Togna ♦♦
52116
accept rate: 12%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×83

question asked: 01 Jun '15, 10:12

question was seen: 4,520 times

last updated: 01 Jun '15, 11:33