Universidade Tecnológica Federal do Paraná

library(magrittr)
pkg.info <- 
  read.dcf(file = "DESCRIPTION", fields = c("Title", "Version", "Date")) %>% 
  drop()

Project Status: Active – The project has reached a stable, usable state and is being actively developed. packageversion Build Status CRAN Rdoc Downloads

Installation

The development version of utfpr, available at GitHub, can be downloaded -- using the remotes package -- with:

if (!require(remotes)) {
  install.packages(pkgs = "remotes")
}
remotes::install_github("samuel-rosa/utfpr")

How to collaborate

We use the fork & pull collaborative development model. This means that you are free to make a parallel copy of this repository, change the source code as you see fit, and then push the changes to your personal copy of this repository. All this without requiring any authorization. If the changes you've made to your personal copy of this repository are interesting and you're willing to share them with us, then just have them pulled -- pull request -- to this repository. After reviewing the changes, we will decide whether they can be merged -- merge -- with the source code of this repository.



samuel-rosa/utfpr documentation built on March 25, 2021, 7:51 p.m.