H3 { color: green; } TH { bgcolor: #F0F0F0; }
|
|
RCALI |
| RCALI: NEWS |
|---|
=============
Version 0.2-18
Date: 2017-03-03
=============
* read1Poly.cc: fix a bug; When the first coordinate of a polygon
begins with the character "0", an end of file was detected.
* Change the site URL
* Register the C routines
=============
Version 0.2-17
Date: 2016-09-21
=============
* File LICENSE is named LICENSE.note
=============
Version 0.2-16
Date: 2016-09-20
=============
* Vector. cpp: Add the include stdio.h so the package can be
compiled on Solaris.
=============
Version 0.2-15
Date: 2015-01-13
=============
* Changes to comply with the new packaging standards.
=============
Version 0.2-12 and 0.2-13
Date: 2014-11-26
=============
* DESCRIPTION file: modify License declaration
=============
Version 0.2-11
Date: 2014-11-24
=============
* Suppress from the delivered package extra-file RCALI-ext.R
* Add "import(splancs)" in the NAMESPACE file and remove the
instructions "library(splancs)" in the R files.
* Reduce the test data.R, because its running time may be too long
* DESCRIPTION file: modify License declaration
=============
Version 0.2-9
Date: 2013-03-11
=============
* Rename the file COPYING into LICENSE
=============
Version 0.2-8
Date: 2013-03-08
=============
* Minor changes to respect standard of R3.0.0
=============
Version 0.2-7
Date: 2013-01-24
=============
* Fix a bug in export.listpoly:
export.listpoly <- function(x, filename) {
listpoly<-x #### add this sentence
=============
Version 0.2-6
Date: 2013-01-22
=============
* Include RCALIvignette.pdf (it was not in some versions)
=============
Version 0.2-5
Date: 2012-06-07
=============
* Compress RCALIvignette.pdf
=============
Version 0.2-4
Date: 2012-06-06
=============
* Change to avoid passing NULL to C (not accepted since R>=2.15)
=============
Version 0.2-3
Date: 2012-02-03
=============
* Up to date the references
* Remove the French accents in the file DESCRIPTION
=============
Version 0.2-2
Date: 2012-01-31
=============
* Minor changes for submission to the CRAN
=============
Version 0.2-1
Date: 2011-12-15
=============
* Adapt the CaliFloPP manual to RCALI
* Changes in the C code to eliminate the warnings "deprecated"
=============
Version 0.2-0
Date: 2011-11-10
=============
* Add the option 'send.and.receive' to calculate the flow in the both
directions.
=============
Version 0.1-1
Date: 2010-03-10
=============
* Replace the read.table by scan in the function getRes:
scan is more performant.
=============
Version 0.1-0
=============
On the result-file:
-------------------
* Add the grid steps on the first line of the result-file,
when the method is grid.
* The value ALL is no more allowed for OUTPUT_FILE_FORMAT:
the execution times are never written;
when the method is grid, the results for each replication
are no more written.
* All the results for a pair of polygons are written on a single
line.
* When the first and second polygons of the pair are not the same,
the results are no more repeated.
About the function "getRes":
-----------------------------
* The return of the "getRes" is no more a list, but a data.frame.
In the function "califlopp":
---------------------------
* Add the parameters "warn.poly" and "warn.conv" to the
function "califlopp"
* The function "califlopp" never returns results: it is in charge
of the user to call "getRes".
* The maximum number of dispersion functions is 5 instead of 3.
* Fix a bug when the dispersion function numbers were not
consecutive numbers from 1.
* Improve the help-file; in particular, add the default values of
abser, reler, etc,..; explain how to compile and load dispersion
function when in C/C++; detail the content of the result-file.
Miscellaneous:
---------------
* Add the function "sourceDir", to load all the functions.
* Add the test: "paysage"
Copyright © 2011-
INRA. All rights
reserved.