I was asked to fix two notes that occurred on the CRAN checks.
- Fixed error within
random_steps.brusted_track_xyt()
, whenburst_id
did not start with 1. - Removed
as_move()
. - Fixed documentation (requested by CRAN)
- Fixed issue in
make_trast()
(reported by joshcullen; #105) - Fixed issue
lonlat=TRUE
when calculating step lengths (#103, #107, #108)
- local: macOS Sonoma 14.4 (R 4.3.2)
- Win-builder: windows-latest (release and devel)
- R-hub:
rhub::check_cran_submission()
There were no errors, warnings or notes locally and with win-builder.
There were two notes on rhub:
* checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
''NULL''
* checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'
The first notes seems to be caused by r-hub: https://stackoverflow.com/questions/76317685/found-the-following-files-directories-null-when-i-run-devtoolscheck-rhub
This is a minor update and fixes a bug that was introduced with the last update.
- The correct step id is now given in
random_steps.brusted_track_xyt()
.
- local: Ubuntu 22.04, R 4.2.2
- Win-builder: windows-latest (release and devel)
- R-cmd-check on gitHub: macOS-latest, windows-latest (release), ubuntu-latest (release)
There were no errors, warnings or notes.
- Removed dependency on Rccp, all code is now in R.
extract_covariates()
no longer accepts a buffer.- Updated
time_of_day()
to usesuncalc
instead ofmaptools
. - Updated
hr_overlap()
fromraster
toterra
. - Updated
od()
andhr_od()
fromraster
toterra
. - Updated
hr_isopleths()
fromraster
/sp
toterra
/sf
. hr_cud()
updated fromraster
toterra
.extrackt_covariates*()
updated fromraster
toterra
.distance_to_center()
was removed.- Updated
step
, it now usessf::st_distance()
instead ofraster::distance()
. - Dependency on
raster
,sp
,rgeos
andspdep
were removed. as_sp()
is nowas_sf()
and replaced the function call in the whole package.- Rewrite parts of
hr_akde()
to useterra
instead ofraster
. - Rewrite parts of
hr_locoh()
to usesf
instead ofrgeos
.
- Fixed error in
ta_correlation()
reported by Ines Khazar.
- local: Ubuntu 22.04, R 4.2.2
- Win-builder: windows-latest (release and devel)
- R-cmd-check on gitHub: macOS-latest, windows-latest (release), ubuntu-latest (release)
There were no errors, warnings or notes.
I was asked to fix warnings that occured on one specific test environment:
checking whether package ‘amt’ can be installed ... [38s/38s] WARNING Found the following significant warnings: Warning: multiple methods tables found for ‘direction’ Warning: multiple methods tables found for ‘gridDistance’
using platform: x86_64-apple-darwin17.0 (64-bit) [https://www.r-project.org/nosvn/R.check/r-release-macos-x86_64/amt-00check.html]
It seems that this issue is resolved, if packages raster
and terra
are newly installed, this was suggested by Roger Bivand here: https://stackoverflow.com/questions/70674136/r-package-warning-multiple-methods-tables-found-for-direction/70716776#70716776
I also fixed warnings that occurred within \donttest{}
.
- local: Ubuntu 20.04, R 4.1.2
- R-cmd-check on gitHub: macOS-latest, windows-latest (release), ubuntu-latest (release, devel, oldrel-1)
- AppVeyor on GitHub
- macos-highsierra-release-cran on r-hub.
There were no errors, warnings or notes.
- local: Ubuntu 20.04, R 4.1.2
- win builder: R release and devel
- AppVeyor on GitHub
There were warning no errors, warnings or notes.
- local: Ubuntu 20.04, R 4.1.2
- win builder: R release and devel
There were no errors or warnings. There was one note.
- That the package was archived.
I did major updates to the documentation following suggestions received by Email on the 16th of November. This included adding \value
to all Rd files and removing all \dontrun{ }
-statements from the examples.
- local: Ubuntu 20.04, R 4.1.2
- win builder: R release and devel
There were no errors or warnings. There was one note.
- That the package was archived.
- Removed dependency on the
bcpa
package. - Fixed test errors (Email by B. Ripley on 2021-10-26)
- support for
hnorm
andlnorm
step-length distributions. - support for
st_crs
for CRS. Major updates for several functions - deprecated the function
dist_cent
. - Added
as_track
fordata.frames
. - Added argument
verbose
tomake_track()
. - Fixed bug with
hr_isopleths()
for aKDE. - Fix issue #48 (#48). Zero step lengths return now NA for direction.
- local: Ubuntu 19.10, R 4.0.0
- win builder: R release and devel
- travis-ci: R release and devel
- appveyor
- macos-highsierra-release-cran on rhub
There were no errors, warnings or notes.
unnest
works for track_xy*- Major updates for
hr_akde
. This includes that now CI are available for - new vignette and methods for
hr_overlap
- reduced package dependencies.
- Fixed bug in confidence calculation for
log_rss
.
- local: Ubuntu 19.10, R 4.0.0
- win builder: release and devel
- travis-ci: release and devel
- appveyor
- macos-highsierra-release-cran on rhub
There were no errors or warnings. On some platforms I received a note indicating that I have to many imports from non-default packages (local check).
hr_overlap
gained two new argumentslabels
andconsecutive.only
.log_rss
new CI- I was asked to move
Rdpack
to imports. group_by
for random points works as expected.
- local: Ubuntu 19.10, R 4.0.0
- win builder: release and devel
- travis-ci: release
- appveyor
- macos-highsierra-release-cran on rhub
There were no errors or warnings. On some platforms I received a note indicating that I have to many imports from non-default packages (local check).
hr_mcp
gained an argumentkeep.data
as_track
can now convertsteps_xyt
back to atrack_xyt
plot
function for home ranges improved- Ported function for
site_fidelity
from packagerhr
. - Changed test in order to be compatible with the new dplyr version.
- local: Ubuntu 18.04.2 LTS, R 3.6.3
- win builder: release (devel was not available)
- travis-ci: release and devel
- appveyor
- macos-highsierra-release-cran on rhub
There were no errors or warnings. On some platforms I received a note indicating that I have to many imports from non-default packages. I will reduce the number of imports in futur versions of the amt
package.
- Fixed issues for CRAN submission of version 0.1.0, in particular imports and tests.
The unit tests gave an error for MacOS. I was asked by Prof. B. Ripley to resolve these.
I this and tested the package again with
rhub::check(platform = "macos-highsierra-release-cran")
There were no errors warnings or notes.
- local: Ubuntu 18.04.2 LTS, R 3.6.3
- win builder: release and devel
- travis-ci: release and devel
- appveyor
There were no errors, warnings or notes
random_steps
uses abs direction as reference instead of relative direction
- Streamlined home-range methods
- Added methods for overlaps and intersections of home ranges
- Added href scaled for KDE
I was asked to fix the references in the Description to <doi:prefix/suffix>
which is now done.
- local: Ubuntu 18.04.2 LTS, R 3.6.3
- win builder: release and devel
- travis-ci: release and devel
- appveyor
There were no errors, warnings or notes.
- local: Ubuntu 18.04.2 LTS, R 3.6.3
- win builder: release and devel
- travis-ci: release and devel
- appveyor
extract_covariate
now works with new version of tibble for raster stacks.fit_distr
for gamma distribution, now replaces 0 step length with min setep- length and informs the user with a message.
- added citation to the description
- unnamed elements of fitted gamma
- replaced
testthat
withtinytest
There were no errors or warnings. There was 1 note.
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Johannes Signer <jsigner@gwdg.de>'
Days since last update: 4
The Description field contains
<https://doi.org/10.1890/04-0953> and integrated step-selection
functions <https://doi.org/10.1111/2041-210X.12528>), and simulation of
<https://doi.org/10.1002/ecs2.1771>.```
- local: Ubuntu 18.04.2 LTS, R 3.6.3
- win builder: release and devel
- travis-ci: release and devel
- appveyor
- New vignette for RSFs.
- New functions to calculate RSS.
- New vignette for interfacing other packages.
- Added method to interface the
move
packages.
- Improved
random_points
by addeing methods for track, hr and spatial objects. - Adjusted
random_steps
- Removed dependency on
velox
. This makesextract_covariates_along
slower.
There were no errors or warnings. There was 1 note.
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Johannes Signer <jsigner@gwdg.de>'
New submission
Package was archived on CRAN
CRAN repository db overrides:
X-CRAN-Comment: Archived on 2020-03-17 as depends on archived package
'velox'.
- local: Ubuntu 18.04.2 LTS, R 3.6.1
- win builder
- travis-ci: release and devel
- appveyor
- I was requested to fix warnings, error that were introduced by updates in the tidyr package.
There were no errors or warnings.
There was one note using win builder:
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers
Maintainer: 'Johannes Signer <jsigner@gwdg.de>'
- local Ubuntu 18.04.2 LTS, R 3.5.2
- win-builder (devel and release)
- travis-ci: release and devel
- appveyor
- r-hub: fedora-clang-devel
- I was requested to address a warning message (https://cran.r-project.org/web/checks/check_results_amt.html). Which is now fixed.
- Added new methods to estimate SSF with temporally varying covariates.
- Several typos are fixed
- Updated dependencies to dplyr.
There were no ERRORs or WARNINGs.
- There was one NOTE on the
fedora-clang-devel
plattform:
* checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
‘Rcpp’ ‘magrittr’
All declared Imports should be used.
Both packages (Rcpp
and magrittr
) are used. I export the pipe operator (%>%
) from magrittr
and use Rcpp
for source compiled code.
There are no downstream dependencies.
- local Ubuntu 16.04.3 LTS, R 3.4.4
- win-builder (devel and release)
random_steps
gained a new distribution for random steps (exponential).- bug fix in
random_steps
- new function
extract_covariates_along
, extracts covariates along a random step. steps
gains a new argument:keep_cols
in order to keep columns from point when creating steps.simulate_tud
: a convenience wrapper arroundsimulate_ud
to simulate transition UDs.- Added an alias to
mk_track
calledmake_track
. mk_track
gained a new argumentcheck_duplicates
that allows to the user to specify if temporal duplicates should give an error or not.- Added
hr_kde
to calculate Kernel home ranges. steps
now usesdifftime
to calcualte time differences.
- Removed: Depends tidyverse
- Fixed errors with lubridate::Periods within
data_frame
s
There were no ERRORs, WARNINGs or NOTEs.
There are no downstream dependencies.
- local Ubuntu 16.04.3 LTS, R 3.4.3
- win-builder (devel and release)
Minor update to fix:
- Vignette titles
- Add
Rdpack
(used for Rdmacros) to suggested packages.
There were no ERRORs, WARNINGs or NOTEs.
There are no downstream dependencies.
- local Ubuntu 16.04.3 LTS, R 3.4.3
- win-builder (devel and release)
There were no ERRORs or WARNINGs.
There was one NOTE:
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Johannes Signer <jsigner@gwdg.de>'
New submission
There are no downstream dependencies.
Thanks, please write package names and software names in single quotes (e.g. 'amt') in title and description.
Please fix and resubmit.
- local Ubuntu 16.04.3 LTS, R 3.4.3
- win-builder (devel and release)
There were no ERRORs or WARNINGs.
There was one NOTE:
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Johannes Signer <jsigner@gwdg.de>'
I adjusted the Description
of the package and enclosed amt (the package name) in single quotes.
There are no downstream dependencies.