divDyn
R package for analysing diversity dynamics with fossil occurrences
Science Score: 46.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
-
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: wiley.com, zenodo.org -
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.8%) to scientific vocabulary
Keywords
Repository
R package for analysing diversity dynamics with fossil occurrences
Basic Info
Statistics
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 2
Topics
Metadata Files
README.md
divDyn 
R package for quantifying diversity dynamics using fossil sampling data
See the webpage of the package for more info and tutorials: https://divDyn.github.io/r-package/
News
The next update of the package (v0.8.3) is now availble from the CRAN servers! As this is a major update, I suggest everyone to update their copy. See the change log below for the changes.
The paper describing the package is available from the Wiley Online Library. You can download it from this link: https://besjournals.onlinelibrary.wiley.com/doi/10.1111/2041-210X.13161 (or contact me, if you have problems). If you decide to use the methods implemented in this package, please refer to this document. The examples implemented can be reproduced with the files deposited at https://github.com/divDyn/ddPhanero using this (updated) vignette: https://github.com/divDyn/ddPhanero/blob/master/doc/dd_phanero_web.html
About the package
If you are interested in what this package does, or have questions about its use, please check out the first vignette: ‘Handout to the R package ’divDyn’ v0.8.3 for diversity dynamics from fossil occurrence data’ here, accessible with
r
libary(divdyn)
vignettes("handout")
As the package is still getting developed, please note that some interface changes might occurr based on the feedback of people and my own experience on what is easier to use. If you have any requirements or recommendations about what to add (or more importantly, if you find a mistake), do not hesitate to contact me at adam.kocsis@fau.de.
Installing
1. From CRAN (v0.8.3)
You can install the appropriate binaries normally, by running
install.packages("divDyn")
2. Using the source tarball to install (v0.8.3)
This you can do with running
install.packages(
"https://zenodo.org/records/14202954/files/divDyn_0.8.3.tar.gz?download=1",
repos=NULL, type="source")
from the R console. Note that there is some code in the package that requires compilation. To do this, the most straightforward way is to install/use Rtools (https://cran.r-project.org/bin/windows/Rtools/) on Windows, and XCode https://developer.apple.com/xcode/ on Mac.
The sources of the older versions are also in the _archive/source folder. You can access earlier versions by changing the version number in the command above.
3. Using the repository files and ‘devtools’ to install (v0.8.3)
To do this: - You need a compiler, as for method 2 - Make sure that the
‘devtools’ package is installed - Run
devtools::install_github("divDyn/r-package")
If the frist method is not working for you, and you do not want to mess around with a compiler and such, then contact me and I will find a way to compile binaries for you.
Change log
See the change log here: Change Log
Owner
- Name: divDyn - Diversity dynamics from fossil sampling data
- Login: divDyn
- Kind: organization
- Repositories: 2
- Profile: https://github.com/divDyn
GitHub Events
Total
- Watch event: 2
- Push event: 11
Last Year
- Watch event: 2
- Push event: 11
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Dr Ádám T. Kocsis | a****s | 212 |
| adamkocsis | a****s@f****e | 42 |
| adamkocsis | a****s@g****m | 11 |
| Adam | a****m@v****e | 1 |
Committer Domains (Top 20 + Academic)
Packages
- Total packages: 1
-
Total downloads:
- cran 362 last-month
- Total dependent packages: 3
- Total dependent repositories: 2
- Total versions: 7
- Total maintainers: 1
cran.r-project.org: divDyn
Diversity Dynamics using Fossil Sampling Data
- Documentation: http://cran.r-project.org/web/packages/divDyn/divDyn.pdf
- License: CC BY 4.0
-
Latest release: 0.8.3
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- Rcpp * imports
- grDevices * imports
- graphics * imports
- stats * imports
- icosa * suggests
- knitr * suggests
- rmarkdown * suggests
- vegan * suggests