danicat / read.dbc

An R package for reading data in the DBC (compressed DBF) format used by DATASUS.
69 stars 29 forks source link

read.dbc removed from CRAN #13

Open gustavoalcantara opened 11 months ago

gustavoalcantara commented 11 months ago

Hello Daniela. How are you doing? I hope well. Daniela, the read.dbc package was removed from CRAN on 11/20. Do you need some help with this package? I don't know if there were some issues to help/fix. If so, I can help you if necessary. See you! Thanks!

rizziol commented 8 months ago

Gustavo, i had the same issue. I had it fix by installing a previous version of r (in my case i´ve install 4.3.0) and then I installed read.dbc with :

devtools::install_github("danicat/read.dbc")

I hope it helps!

danicat commented 6 months ago

Submitted again to CRAN today. I'm also inviting more people to become maintainers of this package to avoid having such a long gap every time we have CRAN issues.

danicat commented 4 months ago

It will be very likely be removed again if it hasn't yet. They are complaining about a static scan that I haven't been able to reproduce and hence I cannot fix. I don't have enough time to invest in this so for now the devtools install is the only install supported.