{"id":22463708,"url":"https://github.com/poissonconsulting/klexdatr","last_synced_at":"2025-10-16T09:31:24.757Z","repository":{"id":54580163,"uuid":"50063415","full_name":"poissonconsulting/klexdatr","owner":"poissonconsulting","description":"An R package of data from the Kootenay Lake Exploitation Study","archived":false,"fork":false,"pushed_at":"2025-07-29T00:17:14.000Z","size":39801,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-08T13:04:09.033Z","etag":null,"topics":["cran","data","fish","kootenay-lake","rstats"],"latest_commit_sha":null,"homepage":"http://poissonconsulting.github.io/klexdatr","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poissonconsulting.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-01-20T21:59:49.000Z","updated_at":"2025-07-29T00:13:55.000Z","dependencies_parsed_at":"2023-02-17T05:31:17.222Z","dependency_job_id":"de923896-c60f-4e4f-a0e2-b95475d833b7","html_url":"https://github.com/poissonconsulting/klexdatr","commit_stats":{"total_commits":153,"total_committers":5,"mean_commits":30.6,"dds":"0.10457516339869277","last_synced_commit":"1bc5a850715058ab426abb3acb65492e60b6b427"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/poissonconsulting/klexdatr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poissonconsulting%2Fklexdatr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poissonconsulting%2Fklexdatr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poissonconsulting%2Fklexdatr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poissonconsulting%2Fklexdatr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poissonconsulting","download_url":"https://codeload.github.com/poissonconsulting/klexdatr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poissonconsulting%2Fklexdatr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279173153,"owners_count":26119024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cran","data","fish","kootenay-lake","rstats"],"created_at":"2024-12-06T09:13:50.221Z","updated_at":"2025-10-16T09:31:24.751Z","avatar_url":"https://github.com/poissonconsulting.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# klexdatr \u003cimg src=\"man/figures/logo.png\" align=\"right\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![R-CMD-check](https://github.com/poissonconsulting/klexdatr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/poissonconsulting/klexdatr/actions/workflows/R-CMD-check.yaml)\n[![License: CCBY4](https://img.shields.io/badge/License-CCBY4-green.svg)](https://creativecommons.org/licenses/by/4.0/)\n\u003c!-- badges: end --\u003e\n\n`klexdatr` is an R package of six relational tibbles from the Kootenay Lake Large Trout Exploitation study.\n\n```{r, message=FALSE, echo=FALSE}\nlibrary(klexdatr)\n```\n\n```{r}\nls(\"package:klexdatr\") # the six tibbles\n```\n\n```{r}\nlibrary(tibble) # for prettier printing\ncapture\n```\n\n```{r}\nrecapture\n```\n\n## Installation\n\nTo install the latest release from [CRAN](https://cran.r-project.org)\n```{r, eval=FALSE}\ninstall.packages(\"klexdatr\")\n```\n\nTo install the developmental version from [GitHub](https://github.com/poissonconsulting/klexdatr)\n```{r, eval=FALSE}\n# install.packages(\"remotes\")\nremotes::install_github(\"poissonconsulting/klexdatr\")\n```\n\n## Information\n\nThe study which ran from 2008 to 2014 caught, tagged and released large Rainbow Trout and Bull Trout in Kootenay Lake by boat angling. \n\nThe fish were tagged with internal acoustic tags and/or high reward external tags and subsequently detected by an acoustic receiver array as well as reported by anglers.\n\nThe data are analysed by [Thorley and Andrusak (2017)](https://peerj.com/articles/2874/) to estimate the natural and fishing mortality of both species.\n\nThere is also a [shiny app](https://www.poissonconsulting.ca/post/2018/klexdatr/) to view the fish movement data.\n\n## Contribution\n\nPlease report any [issues](https://github.com/poissonconsulting/klexdatr/issues).\n\n[Pull requests](https://github.com/poissonconsulting/klexdatr/pulls) are always welcome.\n\n## Code of Conduct\n\nPlease note that the klexdatr project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.\n\n## Acknowledgements\n\n![](man/figures/logos.png)\n\nThe project was primarily funded by the Habitat Conservation Trust Foundation.\n\nThe Habitat Conservation Trust Foundation was created by an act of the legislature to preserve, restore and enhance key areas of habitat for fish and wildlife throughout British Columbia.\nAnglers, hunters, trappers and guides contribute to the projects of the Foundation through licence surcharges.  Tax deductible donations to assist in the work of the Foundation are also welcomed.\n\nThe project was partially funded by the Fish and Wildlife Compensation Program on behalf of its program partners BC Hydro, the Province of B.C.,  Fisheries and Oceans Canada, First Nations and the public who work together to conserve and enhance fish and wildlife impacted by the construction of BC Hydro dams.\n\nAnnual operation and maintenance for VR2W arrays used in this study were completed by Ministry of Forests, Lands and Natural Resource Operations (MFLNRO) and funded by the Fish and Wildlife Compensation Program (FWCP) in conjunction with the Bonneville Power Administration (BPA) through the Northwest Power and Conservation Council’s Fish and Wildlife Program, in co-operation with the Idaho Department of Fish and Game (IDFG), and the Kootenai Tribe of Idaho (KTOI). The Freshwater Fish Society of British Columbia (FFSBC) provided\ntag rewards\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoissonconsulting%2Fklexdatr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoissonconsulting%2Fklexdatr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoissonconsulting%2Fklexdatr/lists"}