https://github.com/achubaty/amc

Alex's Miscellaneous Code

https://github.com/achubaty/amc

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.1%) to scientific vocabulary

Keywords

r r-package
Last synced: 11 months ago · JSON representation

Repository

Alex's Miscellaneous Code

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Topics
r r-package
Created over 9 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

amc: Alex's miscellaneous code

R build status Codecov test coverage <!-- badges: end -->

Variously useful functions and utilities

Installation

From GitHub

  1. Install development libraries: building packages from source requires the appropriate development libraries for your operating system. See here for more details.
- *Windows:* install [Rtools](https://cran.r-project.org/bin/windows/Rtools/).
- *macOS:* install Xcode commandline tools from the terminal: `xcode-select install`. 
- *Debian/Ubuntu Linux:* ensure `r-base-dev` is installed.
  1. Install from GitHub:

    ```r

    install.packages("devtools")

    library("devtools") install_github("achubaty/amc") ```

Reporting bugs

Contact us via the package GitHub site: https://github.com/achubaty/amc/issues.

Contributions

This Git repository uses the Git Flow branching model (the git flow extension is useful for this). The development branch contains the latest contributions and other code that will appear in the next release, and the master branch contains the code of the latest release.

To make a contribution to the package, just send a pull request. When you send your PR, make sure development is the destination branch on the amc repository. Your PR should pass R CMD check --as-cran, which will also be checked by when the PR is submitted.

Owner

  • Name: Alex Chubaty
  • Login: achubaty
  • Kind: user
  • Location: Calgary, AB
  • Company: @FOR-CAST

Ecologist and simulation modeller, developing landscape-level models of insect dispersal and forest disturbance.

GitHub Events

Total
  • Issues event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 10
  • Create event: 1
Last Year
  • Issues event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 10
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 237
  • Total Committers: 4
  • Avg Commits per committer: 59.25
  • Development Distribution Score (DDS): 0.076
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Alex Chubaty a****y@g****m 219
emcintir e****e@g****m 16
Tati Micheletti 3****i 1
Yong Luo y****1@l****a 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 24
  • Total pull requests: 14
  • Average time to close issues: about 1 year
  • Average time to close pull requests: about 2 months
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 0.83
  • Average comments per pull request: 2.14
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • achubaty (15)
  • CeresBarros (1)
Pull Request Authors
  • YongLuo007 (5)
  • MelinaHoule (1)
  • tati-micheletti (1)
Top Labels
Issue Labels
high priority (1)
Pull Request Labels

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite
.github/workflows/test-coverage.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite
DESCRIPTION cran
  • R >= 3.6 depends
  • base64enc * imports
  • data.table * imports
  • datasets * imports
  • digest * imports
  • dismo * imports
  • httr * imports
  • magrittr * imports
  • methods * imports
  • parallel * imports
  • plyr * imports
  • raster >= 3.3 imports
  • reproducible * imports
  • rgdal * imports
  • sp * imports
  • tools * imports
  • utils * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • rstudioapi * suggests
  • slackr * suggests
  • spelling * suggests
  • testthat * suggests