Skip to content

Allows to write an article/paper with an R package structure

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

adatar-do/articlepkg

Repository files navigation

articlepkg

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Lifecycle: experimental R-CMD-check Codecov test coverage CRAN status

With the use of this package you will be able to write an article/paper with the structure and methodology of an R package development. Being able to write and keep updated the functions, data and documents in a structured way. In addition, it allows you to easily share the entire project or even publish it using pkgdown.

Installation

articlepkg is not yet in CRAN.

You can install the development version from GitHub with:

tryCatch(
  library(remotes),
  error = function(e){
    install.packages('remotes')
  }
)
remotes::install_github("adatar-do/articlepkg")

Roadmap

  1. Write the getting started guide.

Contributing

Have a feedback or want to contribute?

Please take a look at the contributing guidelines before filing an issue or pull request.

Please note that the pipenvr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.


Get started

About

Allows to write an article/paper with an R package structure

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages