GithubHelp home page GithubHelp logo

hope-uib-bio / r-ecopol-package Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.21 MB

R-package for easy analyses of fossil pollen data

Home Page: https://hope-uib-bio.github.io/R-Ecopol-package/

License: Other

R 84.71% JavaScript 15.29%

r-ecopol-package's Introduction

REcopol package:package:

The goal of {REcopol} is to make an easy-to-use function to analyse fossil pollen data

Installation

You can install the development version of REcopol:package: from GitHub with:

# install.packages("remotes")
remotes::install_github("HOPE-UIB-BIO/R-Ecopol-package")

Usage

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:

  1. Diversity estimations - Functions to estimates diversity from community data using various methods, including taxonomic, functional. and phylogenetic diversity.
  2. Ordinations - Functions to fit Detrended (Canonical) Correspondence Analysis.
  3. GAM modeling - Functions to fit, predict, and visualise generalized additive models (GAM) models.
  4. Change-point analyses and regression partition - Functions for detection of change points in temporal patterns
  5. Utility - Functions for operation with (not only) fossil pollen data

Get in touch

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.

Package future updates

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.

"It does not work!"

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:

  1. Have you or someone else asked about it at the GitHub Discussions? The "Q&A" section is perfect for that!

  2. 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:

  1. Click on the green New issue button in the upper right corner, and select Bug report.

  2. 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.

  3. Select a suitable label๐Ÿท๏ธ from the drop-down menu called Labels.

  4. Click on the green Submit new issue button and wait for a reply.

"Can we add this?"

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:

  1. Go to the Issues page

  2. Click on the green New issue button in the upper right corner, and select Feature request.

  3. 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.

  4. Select a suitable label๐Ÿท๏ธ from the drop-down menu called Labels.

  5. Click on the green Submit new issue button and wait for a reply.

Contribute

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.

Git + GitHub

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.

Coding Style Guidelines

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:

Submitting Pull Requests

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:

  1. 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

  2. Check out the branch (named the next version; if there is one).

  3. Commit your updates once you are happy with them. See contributing guide for commit messages.

  4. When you're finished with the changes, create a PR

    • Click the "Ready for review" so that we can review your PR. This template helps reviewers understand your changes as well as the purpose of your pull request.
    • Don't forget to link PR to the Issue if you are solving one.
    • Enable the checkbox to allow maintainer edits so the branch can be updated for a merge. Once you submit your PR, a HOPE team member will review your proposal. We may ask questions or request additional information.
    • We may ask for changes to be made before a PR can be merged, either using suggested changes or pull request comments. You can apply suggested changes directly through the UI. You can make any other changes in your fork, and then commit them to your branch. As you update your PR and apply changes, mark each conversation as resolved
    • If you run into any merge issues, check out this git tutorial to help you resolve merge conflicts and other issues.

Before submitting a pull request, please make sure you follow all the guidelines below while working on your changes:

  • Each pull request should try to accomplish one general task.
  • All work should be done on a branch with a descriptive name relating to the general task (eg. fix_bug_x or add_feature_y). Each commit should accomplish one small sub-task and should be explainable in a sentence or two.
  • Each commit should have a descriptive commit message.
  • You should make sure your code passes all tests before committing.

r-ecopol-package's People

Contributors

ondrejmottl avatar vivian-felde avatar

Watchers

Alistair Seddon avatar  avatar

r-ecopol-package's Issues

{mvpart} cannot be compiled under R version >= 4.3.x

Describe the bug
The {mvpart} package, which is imported in {REcopol}, can no longer be complied in R R version >= 4.3.x

To Reproduce

  1. install R (4.3.1)
  2. try to compile {mvpart}

Machine (please complete the following information):

  • OS: Windows 11
  • Version 0.0.2

diversity_estimate `rand`

The rand argument does not evaluate the value. Value with the name rand must be stored in global env in order to make the function work.

Links to the packages "under the hood"

Currently, it is not clear if a function is just a wrapper. Therefore, functions documentation should always mention which package works "under the hood". In addition, all functions should have links using the @seeaslso tag.

Examples and tutorials

Currently, the package is lacking documentation with examples and tutorials. We want to provide at least one example for each group category of functions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.