cienciadedatos/datos

datos CRAN

Closed this issue · 24 comments

Do you need help getting datos back on CRAN?

Hi @hadley! We'll be working on updating the package in the next few weeks. In case we need any help we will surely let you know 🤓

@rivaquiroga, may I propose it as one of the issues to work on over this weekend at the chircollab?

Hola @hadley ! Estaremos trabajando para actualizar el paquete en las próximas semanas. En caso de que necesitemos ayuda, seguramente se lo haremos saber🤓
Hola quiero Instalar el Packete de Datos para el Libro R Data de Hadley y me devuelve ese error, sabes que puedo hacer? Gracias,
Warning in install.packages :
package ‘datos’ is not available (for R version 3.6.3)

¿Necesita ayuda para recuperar los datos en CRAN?

Hola estoy intentando instalar el packete de Datos para el libro de R Data Science y no puedo, me devuelve este error,
Warning in install.packages :
package ‘datos’ is not available (for R version 3.6.3)

Sabes que puedo hacer?

Hola @Gauch09

Ese error es de esperar porque el paquete datos salió temporalmente del repositorio principal (CRAN). Estimó que sera arreglado hacia fines de Abril. Mientras tanto podes probar instalar al paquete desde GitHub.

Primero instala el paquete remotes con:

install.packages("remotes")

Luego instala el paquete datos con:

remotes::install_github("cienciadedatos/datos")

@Gauch09, si luego de hacer lo que muestro arriba aun recibis errores, quizas quiras probar estas recomendaciones para minimizar errores de instalacion.

@edgararuiz, @rivaquiroga, @pachamaltese,

I'm struggling to reproduce the problems I see at
https://cran-archive.r-project.org/web/checks/2020/2020-02-20_check_results_datos.html

Do you have any idea where I should look for a solution?

Hi Mauro I tried to install the data package as you told me and I had no luck ... I will wait for them to update. Thank you.

Mauro, we already solved those issues.
{datos} used to suggest the packages that include the original datasets we want to translate. So you had to manually import them. That was generating those problems.

We moved them to Imports because of that, and also for pedagogical reasons. We realized asking beginners to install those extra packages on their first R class was not a good idea.

@Gauch09 por favor reintenta ahora.

excellent .... that good news !!! Tomorrow I'm going to get to work ... Thank you very much .. for taking care of the subject !!!

@ Gauch09 por favor reintenta ahora.

Bueno copie estos comandos para cargar los archivos

R/imports.R

Hack: Import one object per package to avoid R CMD check note

babynames <- babynames::babynames
common <- fueleconomy::common
airlines <- nycflights13::airlines
nasaweather <- nasaweather::atmos
Batting <- Lahman::Batting

Los cargo perfecto.... ahora quiero seguir trabajando con el libro Ciencia de datos pero no se como pasarlos al español... Perdon por mi ignorancia y por ser insistentemente molesto....

Hola @Gauch09, no tienes que instalar esos comandos para poder utilizar el paquete {datos}. El mismo paquete se encarga de hacer la traducción. Para poder instalarlo tienes que ejecutar el siguiente código en R (debes tener al menos la versión 3.5):

install.packages("remotes")
remotes::install_github("cienciadedatos/datos")

Para chequear que quedó bien instalado, ejecuta luego library(datos).

remotes::install_github("cienciadedatos/datos")

Hola Bueno hice lo citado arriba, Tengo version de R 3.6.3
y me devuelve este error:

package ‘babynames’ successfully unpacked and MD5 sums checked
package ‘fueleconomy’ successfully unpacked and MD5 sums checked
package ‘nycflights13’ successfully unpacked and MD5 sums checked
package ‘nasaweather’ successfully unpacked and MD5 sums checked
package ‘Lahman’ successfully unpacked and MD5 sums checked
package ‘Rcpp’ successfully unpacked and MD5 sums checked
Error: Failed to install 'datos' from GitHub:
(convertido del aviso) cannot remove prior installation of package ‘Rcpp’

library(datos)
Error in library(datos) : ‘datos’ is not a valid installed package

Tienes q actualizar Rcpp, deduce de Error: Error al instalar 'datos' desde GitHub: (convertido del aviso) no se puede eliminar antes de la instalación del paquete 'Rcpp' Reinicia la máquina y prueba nuevamente
...
On Sun, Apr 12, 2020, 4:34 PM Gauch09 @.***> wrote: remotes::install_github("cienciadedatos/datos") Hola Bueno hice lo citado arriba, Tengo version de R 3.6.3 y me devuelve este error: package ‘babynames’ successfully unpacked and MD5 sums checked package ‘fueleconomy’ successfully unpacked and MD5 sums checked package ‘nycflights13’ successfully unpacked and MD5 sums checked package ‘nasaweather’ successfully unpacked and MD5 sums checked package ‘Lahman’ successfully unpacked and MD5 sums checked package ‘Rcpp’ successfully unpacked and MD5 sums checked Error: Failed to install 'datos' from GitHub: (convertido del aviso) cannot remove prior installation of package ‘Rcpp’ library(datos) Error in library(datos) : ‘datos’ is not a valid installed package — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#108 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACM7UOMD2S5R5XB5D6YISE3RMIQVHANCNFSM4K4PQV5Q .

Bueno Ahí reinicie el equipo y volvi a repetir el procedimiento y me tira este error:

Installing package into ‘C:/Users/Germán/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)

  • installing source package 'datos' ...
    ** using staged installation
    Error in file(file, if (append) "a" else "w") :
    (convertido del aviso) cannot open file 'C:/Users/German/Documents/R/win-library/3.6/00LOCK-datos/00new/datos/DESCRIPTION': No such file or directory
    ERROR: installing package DESCRIPTION failed for package 'datos'
  • removing 'C:/Users/Germán/Documents/R/win-library/3.6/datos'
    Error: Failed to install 'datos' from GitHub:
    (convertido del aviso) installation of package ‘C:/Users/GERMN~1/AppData/Local/Temp/RtmpI9YcrK/file3af02ce42605/datos_0.2.0.tar.gz’ had non-zero exit status

@Gauch09, agradezco mucho tu entusiasmo. Nos ayuda a mejorar el paquete. Creo que seria genial si la discuson pudiera continuar en https://community.rstudio.com/. Asi (a) mas gente podria beneficiarse de la conversacion, y (b) esta issue quedaria enfocada a revivir datos a CRAN.

install.packages ("devtools")

Bueno intenté lo que me propusiste... antes de eso desinstalé R y lo volvi a instalar... luego probe todo de nuevo y parecia que el problema iba a desaparecer... pero No... intente en Rstudio y me devolvio este error...

  • installing source package 'devtools' ...
    ** package 'devtools' successfully unpacked and MD5 sums checked
    ** using staged installation
    Warning in file(file, if (append) "a" else "w") :
    cannot open file 'C:/Users/German/Documents/R/win-library/3.6/00LOCK-devtools/00new/devtools/DESCRIPTION': No such file or directory
    Error in file(file, if (append) "a" else "w") :
    no se puede abrir la conexión
    ERROR: installing package DESCRIPTION failed for package 'devtools'
  • removing 'C:/Users/Germán/Documents/R/win-library/3.6/devtools'
    Warning in install.packages :
    installation of package ‘devtools’ had non-zero exit status

The downloaded source packages are in
‘C:\Users\Germán\AppData\Local\Temp\RtmpuCes3f\downloaded_packages’

@ Gauch09 , agradezco mucho tu entusiasmo. Nos ayuda a mejorar el paquete. Creo que seria genial si la discusión podría continuar en https://community.rstudio.com/ . Asi (a) más gente podria beneficiarse de la conversación, y (b) esta edición permanecerá enfocada a revivir datos a CRAN.

Hola Mauro muchas gracias... ya cree el tema en el link que me pasaste... mi Usuario es Gaucho... así que seguiré intentando... Muchas Gracias.

Gracias @Gauch09. Pego aca el vinculo a tu publicacion para hacerla mas visible.
https://community.rstudio.com/t/aprendiendo-r-con-el-libro-r-en-ciencia-de-datos/61037

@maurolepore and I worked on this today. I ran #115 against a local rhub for fedora+debian r-devel to see if I could reproduce the WARN s from CRAN, but those are resolved now, and the only R CMD check issues that we've run into are NOTEs about UTF strings, which should be ok (see #117).

Once #115 is merged, this should be good to go back to CRAN, I think @maurolepore mentioned he was going to send it to rhub as well to see if there are any issues on other platforms. LMK if there are any other things that are needed before it is ready to submit to CRAN — I'm happy to help!

@jonkeane Hey, did you see I started a new branch for dittodb? :)

datos is back on CRAN 🚀