First of all, thanks for considering contributing to facebook.S4! It's people like you that make it rewarding for us - the project maintainers - to improve the package.
facebook.S4 is an open source project, maintained by people who care. We are not directly or indirectly funded to do so.
There are several ways you can contribute to this project. If you want to know more about why and how to contribute to open source projects like this one, see this Open Source Guide.
Think our_package is useful? Let others discover it, by telling them in person, via Twitter or a blog post.
Using facebook.S4 for a paper you are writing? Consider citing it.
Using our_package and got stuck? Browse the Wiki to see if you can find a solution. Still stuck? Post your question as an issue on GitHub. While we cannot guarantee user support, we'll try to do our best to address it, as questions often lead to better documentation or the discovery of bugs.
Want to ask a question in private? Contact the package maintainer on [https://gabrielebaldassarre.com][his website].
Have an idea for a new our_package feature? Take a look at the Wiki and [issue list][issues] to see if it isn't included or suggested yet. If not, suggest your idea as an issue or perform a pull request. While we can't promise to implement your idea, it helps to:
See below if you want to contribute code for your idea as well.
Using facebook.S4 and discovered a bug? That's annoying! Don't let others have the same experience and report it as an issue so we can fix it. A good bug report makes it easier for us to do so, so please include:
Noticed a typo on the website? Think a function could use a better example? Good documentation makes all the difference, so your help to improve it is very welcome!
Functions are described as comments near their code and translated to documentation using roxygen2
. If you want to improve a function description:
R/
directory in the [code repository][repo].#'
).Care to fix bugs or implement new functionality for our_package? Awesome! 👏 Have a look at the issue list and leave a comment on the things you want to work on. See also the development guidelines below.
We try to follow the GitHub flow for development.
git pull upstream master
..Rproj
).R CMD check
using devtools::check()
and aim for 0 errors and warnings.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.