- Removed import of
select_vars(),mutate_at()andn()to comply withdplyrupdates. - Bug fix with
group_byfor random steps. - Bug fix with interactions within simulate.
- local: macOS Sequoia 15.7.3 (R 4.5.1)
- Win-builder: windows-latest (release and devel)
- R-hub:
rhub::rhub_check()for linux, m1-san, macos, macos-arm64 and windows.
I received the following warnings:
Win-builder devel:
- checking CRAN incoming feasibility ... WARNING Maintainer: 'Johannes Signer jsigner@gwdg.de'
I was asked to fix one error that occurred on cran.
track_align()added to the package.
random_steps.bursted_track_xyt()if only one burst is provided (reported by Gerben IJntema).- Upgraded from raster to terra for hr_area().
- Fixed issue #109
- Solved issue #108
- Fixed NA in tac()
- Fixed error in steps_by_burst()/random_steps() if there is only 1 burst.
- local: macOS Sequoia 15.6 (R 4.5.1)
- Win-builder: windows-latest (release and devel)
- R-hub:
rhub::rhub_check()for linux, m1-san, macos, macos-arm64 and windows.
I received the following warnings:
Win-builder devel:
- checking CRAN incoming feasibility ... WARNING Maintainer: 'Johannes Signer jsigner@gwdg.de'
I recieved the following notes:
Local:
I was asked to fix two notes that occurred on the CRAN checks.
- Fixed error within
random_steps.brusted_track_xyt(), whenburst_iddid not start with 1. - Removed
as_move(). - Fixed documentation (requested by CRAN)
- Fixed issue in
make_trast()(reported by joshcullen; #105) - Fixed issue
lonlat=TRUEwhen 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 usesuncalcinstead ofmaptools. - Updated
hr_overlap()fromrastertoterra. - Updated
od()andhr_od()fromrastertoterra. - Updated
hr_isopleths()fromraster/sptoterra/sf. hr_cud()updated fromrastertoterra.extrackt_covariates*()updated fromrastertoterra.distance_to_center()was removed.- Updated
step, it now usessf::st_distance()instead ofraster::distance(). - Dependency on
raster,sp,rgeosandspdepwere removed. as_sp()is nowas_sf()and replaced the function call in the whole package.- Rewrite parts of
hr_akde()to useterrainstead ofraster. - Rewrite parts of
hr_locoh()to usesfinstead 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
bcpapackage. - Fixed test errors (Email by B. Ripley on 2021-10-26)
- support for
hnormandlnormstep-length distributions. - support for
st_crsfor CRS. Major updates for several functions - deprecated the function
dist_cent. - Added
as_trackfordata.frames. - Added argument
verbosetomake_track(). - Fixed bug with
hr_isopleths()for aKDE. - Fix issue #48 (jmsigner#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.
unnestworks 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_overlapgained two new argumentslabelsandconsecutive.only.log_rssnew CI- I was asked to move
Rdpackto imports. group_byfor 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_mcpgained an argumentkeep.dataas_trackcan now convertsteps_xytback to atrack_xytplotfunction for home ranges improved- Ported function for
site_fidelityfrom 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_stepsuses 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_covariatenow works with new version of tibble for raster stacks.fit_distrfor 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
testthatwithtinytest
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
movepackages.
- Improved
random_pointsby addeing methods for track, hr and spatial objects. - Adjusted
random_steps - Removed dependency on
velox. This makesextract_covariates_alongslower.
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-develplattform:
* 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_stepsgained a new distribution for random steps (exponential).- bug fix in
random_steps - new function
extract_covariates_along, extracts covariates along a random step. stepsgains a new argument:keep_colsin order to keep columns from point when creating steps.simulate_tud: a convenience wrapper arroundsimulate_udto simulate transition UDs.- Added an alias to
mk_trackcalledmake_track. mk_trackgained a new argumentcheck_duplicatesthat allows to the user to specify if temporal duplicates should give an error or not.- Added
hr_kdeto calculate Kernel home ranges. stepsnow usesdifftimeto calcualte time differences.
- Removed: Depends tidyverse
- Fixed errors with lubridate::Periods within
data_frames
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.