remotes::install_github
. remotes
installation method. Packages built in R 4.0.2 may not work in R 4.0.0, it's better to upgrade to R 4.0.2.ctmm
side on ML
/est
changes. Older version will break with the more recent ctmm
version.ctmm
internal datasets to app. x
, y
and t
which are relative values. A Pseudonymize process is added to simulate data with certain origin in location and time, so that the data can be analysized with app properly.Speed/Distance
page is added, which will estimate animals' speed and distance traveled.ctmm
Save Progress
can be customized in sidebar.ctmm
objects will be included in Save Progress
zip, so user can load them to a R session and continue the analysis.This is a official release with more tests done against ctmm
0.5.4 CRAN release. Release version can be installed from our own repo using like this:
r
install.packages("ctmmweb",
repos = c("https://cloud.r-project.org/",
"https://ctmm-initiative.github.io/ctmm_repo/"))
- We also created a windows installer to automate the installation steps.
devtools::install_github
, dependency packages, alternative installation methods.devtools::install_github("ctmm-initiative/ctmmweb", ref = "v0.0.9")
ctmmweb::app()
Run this version with
shiny::runGitHub('ctmm-initiative/ctmmweb', ref = "v0.0.4")
This version have much more finished features in data exploration, plots, and time subsetting.
Though the latter stages of modeling is not connected yet, because the modeling work flow may need some reconsideration to incorporate a flexible workflow into a linear page structure.
Run this version with
shiny::runGitHub('ctmm-initiative/ctmmweb', ref = "v0.0.2")
This version is a proof of concept. Every page is very simple but the app provided a complete workflow starting from import data to the final home range estimation.
Later versions will have much more sophisticated features but only work with selected pages.
To run this version you need to install shinyjs (which is not required in later versions).
install.packages("shinyjs")
shiny::runGitHub('ctmm-initiative/ctmmweb', ref = "v0.0.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.