The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
DMMF
ieee_arithmetic
for NaN valueDMMF.h
and R_init_DMMF.c
(remove lines related
to all Fortran functions in both files).DMMFc
which is useful when input maps are
categorical.isnan
from GCC function in
accordance with fortran 95 standard.Potato.Convex
and
Potato.Concave
to have inMemory options.SinkFill
to create the sinkfilled
map and the partition of the catchment.MapChecker
for detect boundary, sink, and
stand cells.B_checker
function is merged to the
MapChecker
function.SinkFill
algorithm and
BoundaryCheck
algorithm to work properly.B_checker
function to detect boundary cells of the
DEM and manual.SinkFill
algorithm and
BoundaryCheck
algorithm to work properly."Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols"
.init.c
and header files from
stats
package included in R..Fortran()
./src/init.c
for routines to have proper types of
elements./src/init.c
to avoid the error message under
developement version using
tools::package_native_routine_registration_skeleton('DMMF')
.package_native_routine_registration_skeleton
, working
directory should be set as parent directory of the package.NAMESPACE
to avoid note messages when build in
unstable developement version of R in win-builder.exportPattern("^[[:alpha:]]+")
export("DMMF", "DMMF_Simple", "SinkFill")
NAMESPACE
from useDynLib(DMMF)
to
useDynLib(DMMF, .registration = TRUE)
to remove note
messages when build in unstable developement version of R in
win-builder.\dontrun{}
option for SinkFill
and
DMMF_simple
example to avoid error messages in
win-builder.\dontrun{}
option for DMMF
example to
avoid error messages in win-builder.SW_t = dmax1( 0.0, SW - SW_fc )
to
SW_t = dmax1( 0.0d0, SW - SW_fc )
to make 0.0 as
double.rgdal
package
(import(“rgdal”))and import is
from methods
package (importfrom(“methods”, “is”)).R CMD CHECK --as-CRAN
./man/DMMF-package.Rd
is changed to remove warnings when
check the package with R CMD CHECK --as-CRAN
.DMMF_Simple
is added to the
package which is the simpler version of DMMF
function./src/2_2_BoundaryChecker.f95
is changed to convert
logical matrix to real value matrix of 1 and 0 smoothly without warning
message of “implicit conversion from logical to integer”.Potato.Concave
and
Potato.Convex
) are added to the package.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.