Git Product home page Git Product logo

fastrep's Introduction

Welcome!

Contact

Github stats

Twitter

Discord Email

My Fav Tools

R python

julia Scala

git latex docker

Manjaro Shell Script Vscode

fastrep's People

Contributors

alissonrp avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

fastrep's Issues

New Names

  1. rep2ez
  2. torep
  3. fastrep
  4. forrep
tasks
  • I need to change
  • All the examples on the docs
  • all name of functions (oh gooddd)
  • readme
  • vignetes
  • description
  • gh actions
  • repo name
  • templates name
  • edit all tests
  • new logo
whyyyy

Ah, ah, ah, ah
Tumbling down
Tumbling down
Tumbling down
Ah, ah, ah, ah
Letting me down
Letting me down
Letting me down

Idéias

Criar uma função para sumarizar data.frame que tenha uma estrutura adequada diferente de base::summary()
E o total da variável vai ser non-null
Colocar um argumento opcional em pdf1_tbl() que formata p-valores para não ter resultados p.value = 0
freq_tbl_freq2 possui problema na hora de agrupar em grupos que não possuem classes gerando NA, converter para 0 esses NA
Mais um problema em freq_tbl_freq2: A variável das linhas não pode ter NA enquanto a das colunas pode
freq_tbl_freq2 precisa de um argumento que jogue o tibble ao invés da tabela para que se possa puxar as quantidades dentro do .rmd
pdf1_na não consegue captar observações vazias como NA, e isso acontece em geral em R

Criar uma função para ver correlação das variáveis que tenha como saída um tibble bem estruturado

Bugs e sugestões

devtools::install_github("https://github.com/AlissonRP/mypdf1")
Error: .onLoad falhou em loadNamespace() para 'pkgload', detalhes:
chamada: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
erro: namespace ‘rlang’ 0.4.11 is already loaded, but >= 1.0.1 is required

Outro, por causa do round(), o total de probabilidades fica arredondado, talvez arredondar depois do total.

arrange(desc(absolute_frequency))
Faz com que o total fique em primeiro, talvez já estar dentro da função uma ordenador ou criar uma feature para fazer com o que total fique sempre em último.

Changes to new version

pdf1_summary

  • It is necessary to restructure the pdf1 summary for the next version because this function has a lot of bugs, after that merge it with pdf1_na as a new column in summary

Expected output:

airquality |> mypdf1::pdf1_summary(na_rm = FALSE)
#> # A tibble: 6 × 7
#>   variable  mean median    sd   min   max total_NA
#>   <chr>    <dbl>  <dbl> <dbl> <dbl> <dbl>    <dbl>
#> 1 Ozone    NA      NA   NA     NA    NA         37
#> 2 Solar.R  NA      NA   NA     NA    NA          7
#> 3 Wind      9.96    9.7  3.52   1.7  20.7        0
#> 4 Temp     77.9    79    9.47  56    97          0
#> 5 Month     6.99    7    1.42   5     9          0
#> 6 Day      15.8    16    8.86   1    31          0
  • Open the possibility for the user to input some function to summarize the data, such as total_even or things like that
  • Select the columns to apply (by default select all)

pdf1_freq_tbl2

  • The problem with this function is that the output is not a tibble, but maybe we can create a tibble using this format
Var1Var2A   B   C   D
────────────┼───────────────
a9   20  30 20
b30  15  30  20
c22  30  4   30
d40  30  20  4

and the current style will be found using arg format, or passing the output to pdf1_tbl

New template

  • pdf1_poster

Release mypdf1 0.3

First release:

Prepare for release:

  • urlchecker::url_check()
  • devtools::check(remote = TRUE, manual = TRUE)
  • devtools::check_win_devel()
  • rhub::check_for_cran()
  • Draft blog post

Submit to CRAN:

  • usethis::use_version('minor')
  • devtools::submit_cran()
  • Approve email

Wait for CRAN...

  • Accepted 🎉
  • usethis::use_github_release()
  • usethis::use_news_md()
  • usethis::use_dev_version()
  • Update install instructions in README
  • Finish blog post
  • Tweet
  • Add link to blog post in pkgdown news menu

pdf1- paper template

  • This needs to be removed, it's creating two tocs
  • Some adjustments to the spacing between title, author and abstract are also required.

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.