Skip to content

Commit

Permalink
Merge pull request #62 from philsf/release-0.6.4
Browse files Browse the repository at this point in the history
Release 0.6.4
  • Loading branch information
philsf authored Nov 26, 2019
2 parents 24f0c36 + 3738dc8 commit 9f534aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: philsfmisc
Type: Package
Title: philsf's miscellaneous R functions
Version: 0.6.3
Version: 0.6.4
Authors@R: person("Felipe", "Figueiredo", email = "[email protected]", role = c("aut", "cre"))
Description: Miscellaneous R functions for convenient data analyses.
License: file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/philsf/philsfmisc
Depends: R (>= 3.3.0)
RoxygenNote: 6.1.0
RoxygenNote: 7.0.1
Imports:
stringr
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ To install this package, you need to have the `devtools` package installed.

To install the stable version, provided in the `master` branch, use the following command:

install_github("philsf/philsfmisc")
devtools::install_github("philsf/philsfmisc")

To install the *development* version, use the following command:

install_github("philsf/philsfmisc", ref = "develop")
devtools::install_github("philsf/philsfmisc", ref = "develop")

## Functions provided

Expand Down
Binary file modified inst/rmarkdown/templates/Relatorio/skeleton/misc/style.docx
Binary file not shown.
2 changes: 0 additions & 2 deletions inst/rmarkdown/templates/Relatorio/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ kable(sigs)

Esta análise foi realizada utilizando-se o software `R` versão `r getRversion()`.

<!-- The exact confidence intervals (CIs) of binomial proportions were calculated using package `exactci` (version `r packageVersion("exactci")`). -->

# Resultados

<!-- # Exceções e Desvios do teste -->
Expand Down
2 changes: 1 addition & 1 deletion man/logsd2cv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/logvar2cv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f534aa

Please sign in to comment.