The goal of {REcopol
} is to make an easy-to-use function to analyse fossil pollen data
You can install the development version of REcopol📦 from GitHub with:
# install.packages("remotes")
remotes::install_github("HOPE-UIB-BIO/R-Ecopol-package")
The main purpose of {REcopol} is to provide tools for easy-to-use analyses of fossil pollen data. All functions can be grouped into 5 categories:
We would love to build a community around R-Ecopol and there are various ways to get in touch and grow together.
We have set up GitHub Discussions as a main hub for communication. Do you have a question? Have you thought about a cool new feature? Let’s write us a message. We hope that the Discussions page will serve as a line of communication to the developers as well as between various users.
The R-Ecopol package is envisioned as software that will undergo updates for further improvement.
We are aware of the functions and features we would like to implement in the future.
See the planned future updates in the package future updates The three stages of request are:
“next version” - a feature that will be implemented in the next R-Ecopol release
“future” - a feature that will be probably implemented in one of the future R-Ecopol releases
“in consideration” - the feature might be implemented but it is not a priority
If there is a feature you would like to implement, please first check the Issue Tracker and look if someone already suggested it and upvote it, if it is already there. Before each version release, we will implement the most upvoted feature.
We aim to regularly update the list.
No software is without problems and if you find a nasty bug while using this workflow, please use the Issues page to report it.
Consider the following steps before and when opening a new Issue:
Have you or someone else asked about it at the GitHub Discussions? The “Q&A” section is perfect for that!
Have you checked that similar issues may have been already reported? The issue tracker has a filter function to search for keywords in open Issues. You can narrow down the search using labels
🏷️ as filters. See Labels for more information. As a general rule, we don’t assign issues to anyone.
To open a new Issue:
Click on the green New issue button in the upper right corner, and select Bug report.
Describe your problem in as much detail as possible. The issue should state what the problem is, what the expected behaviour should be, and, maybe, suggest a solution. Note that you can also attach files or images to the issue.
Select a suitable label
🏷️ from the drop-down menu called Labels.
Click on the green Submit new issue button and wait for a reply.
We also use the Issues page for serious feature requests. If some discussion GitHub Discussions portal leads to a flashed-out feature, you would like to implement, you can submit it as a feature request:
Go to the Issues page
Click on the green New issue button in the upper right corner, and select Feature request.
Describe your feature as detailed as possible. What is the expected behaviour? What packages we should use? Note that you can also attach files or images to the Issue.
Select a suitable label
🏷️ from the drop-down menu called Labels.
Click on the green Submit new issue button and wait for a reply.
The R-Ecopol package is envisioned as software that will undergo updates for further improvement.
We appreciate the help 💖 and thank you just for considering contributing to R-Ecopol.
To make sure that we maintain the highest quality of code, we do have to adhere to some strict guidelines though. Please read through this document to help you get up and running.
If you would like to report a bug, suggest enhancements, or request a new feature, jump to the Issues section.
We use the Git version control system to manage the development with the repository hosted on GitHub. If you are new to Git or GitHub, please read through the GitHub Bootcamp to get up to speed.
If you’re already familiar with Git and GitHub, please read Submitting Pull Requests.
While we do have our style in coding and haven’t followed any standards available on the web, we do maintain some uniformity.
If we missed mentioning a particular case, you should always follow the below procedure:
All changes to R-Ecopol must be in the form of a pull request (also known as a PR). If you are unfamiliar with pull requests, please read this.
Here is the recommended process:
Fork the repo so that you can make your changes without affecting the original package until you’re ready to merge them. Check out the Guide to forking
Check out the branch (named the next version; if there is one).
Commit your updates once you are happy with them. See contributing guide for commit messages.
When you’re finished with the changes, create a PR
Before submitting a pull request, please make sure you follow all the guidelines below while working on your changes:
fix_bug_x
or add_feature_y
). Each commit should accomplish one small sub-task and should be explainable in a sentence or two.