Skip to content

Releases: hzambran/RFmerge

v0.1-9

12 May 05:22
Compare
Choose a tag to compare

0.1-9 12-May-2020
o Updated version after CRAN reported an error in the vignette ("Invalid argument: 'cov' and 'mask' have different CRS !!"). this error was previously undetected because the package was tested with R-devel in combination with GEOS 3.5.1, GDAL 2.2.2, PROJ 4.9.2, while CRAN uses GEOS 3.8.1, GDAL 3.0.4, PROJ 7.0.0.

v0.1-8

28 Apr 22:13
Compare
Choose a tag to compare

Updated version after CRAN reported a problem with the vignette when tested against R-devel

v0.1-7

28 Apr 07:52
Compare
Choose a tag to compare

0.1-7 27-Apr-2020
o 'rfmerge': sf::st_crs(x])[["epsg"]] was changed to 'sf::st_crs(x)$proj4string' for identifying the projection of a vectorial or raster object. This was due to a report from Edzer Pebema mentioning that the old call used a legacy 'crc' structure, which was changed in the new verison of the 'sf' package.

0.1-6 07-Jan-2020
o 'rmarkdown' was added to 'Suggests' after failing a new CRAN test.
o the minimal vignette was modified to automatically set the 'parallel' argumento to 'paralell' or 'parallelWin' depending whether the OS is based on GNU/Linux or Windows, respectively.

v0.1-5

04 Jan 18:30
Compare
Choose a tag to compare

o 'RFmerge-package.Rd': now the example correctly uses 2 cores as maximum when package is tested with the "--run-donttest" option

v0.1-4

04 Jan 15:52
Compare
Choose a tag to compare

o DOI was added to the CITATION file and all the references within the package (the article was available online in January 2nd).
o A maximum of two cores is used in all examples (fixed, with respect to the previous version).
o Improved vignettes (minor details).

v0.1-3

24 Dec 02:52
Compare
Choose a tag to compare

-) new argument 'write2disk' to allow the user to choose wheter the output merged layers should be written to disk or not.

-) 'RFmerge.R': new argument 'write2disk' to allow the user to choose whether the output merged layers should be written to disk or not. Default value is 'FALSE'.

-) 'RFmerge.R': 'installed.packages()' was replaced by 'find.package', for increasing efficiency to find out if a named package is installed or not.

-) examples are now run within a 'donttest{}' piece of code instead of a '\dontrun{}' one.

-) a maximum of two cores is used in all examples, even if the number of cores available is much larger than that (required by CRAN)

-) RFmerge.Rd: '\value' tag was added, explaining the returning object of the function

-) Hengl et al. (2018) was added as a reference' did not match any file(s) known to git

v0.1

18 Dec 03:17
Compare
Choose a tag to compare

Initial release of the RFmerge R package, just before submitting to CRAN

v0.1-2

18 Dec 21:30
Compare
Choose a tag to compare

This new release just use compression for building the package, after a CRAN comment:

R CMD build --compact-vignettes="gs+qpdf" RFmerge

v0.1-1

18 Dec 21:07
Compare
Choose a tag to compare

This is the second attempt to submit to CRAN, after getting some comments related to the vignette