NEWS.md
@donttest
statement in the examples.@donttest
in sim.glidingSoaring.3d
function documentation.develop
branch. New features are merged directly into master
and releases are tagged after CRAN has accepted the package submission, which triggers the documentation build.styler
and lintr
.sp
, gridExtra
and plyr
from imports and add to suggestions.New features
reproduce.track.3d()
: Replaced stop statement with a message.Fourth submission to CRAN. Formal changes in the package description and enhanced testing.
New features
install.packages("eRTG3D")
.Third submission to CRAN. Replaced the parallel version of the functions with one unifying parallel implementation for Unix (fork cluster) and Windows (PSOCK cluster) systems. The number of nodes in the cluster can be set manually, if no value is provided the number of detected cores minus one is used to set up the cluster.
New features
multicore
to parallel
since this notation is more correct.parallel = nNodes
.sim.glidingSoaring.3d()
, voxelCount()
and chiMaps()
are now silent, to unmute set verbose = TRUE
.Initial submission to CRAN. New github page created with pkgdown
. Added continuous integration by Travis CI, unit testing with testthat
and codecovr
for test coverage assessment. Restructured and updated package documentation.
New features
pkgdown
.testthat
.codecovr
.The 2-D case should also be handled by a 3-D algorithm, therefore the handling of 2-D trajectories is now enabled. To use simulations in 2-D, just pass in a data.frame where the z dimension is zero or has a constant value. The algorithm handles 2-D input correctly and the resulting simulations are valid. Since the third dimension is still part of the 2-D trajectory (either 0 or a constant value), the combination of 3-D and 2-D simulations is straight forward. Furthermore, the wrapper, plotting and testing functions are now also capable of handling 2-D input.
New features
Replacement of .fd.bw
with the R base function grDevices::nclass.FD
, closes #29
. Update required packages, documentation and vignettes.
New features
.fd.bw
with the R base function grDevices::nclass.FD
.Updated roxygen2
function documentations with examples that run properly. Declared all import statements properly. R CMD check --as-cran eRTG3D_0.5.6.tar.gz
runs properly, no errors and warnings only 3 notes.
New features
Parallel calculations are now also enabled for Windows, just set multicore=TRUE
to use it. The 3-D plots are now adjusted to plotly 4.8.0
, since the coloring is handled differently for markers and lines.
The package now is based on R 3.5.1
and all packages have been updated.
New features