Displaying 2 results from an estimated 2 matches for "casdatasets".
2020 Sep 01
3
Instalar paquete en nueva versión de R
Hola, me estoy crispando con un tema que no es la primera vez que he
resuelto pero (extraamente) ahora no puedo resolver. Estoy instalando
un paquete que no est disponible en la versin 4 de R:
packageurl <-
"http://cas.uqam.ca/pub/R/bin/macosx/el-capitan/contrib/3.6/CASdatasets_1.0-10.tgz"
install.packages(packageurl, repos = NULL, dependencies = TRUE,
type="source")
Se instala correctamente pero:
library(CASdatasets)
Error: package or namespace load failed for ?CASdatasets?:
package ?CASdatasets? was installed before R 4.0.0: please re-install
it
En...
2016 Apr 04
0
Find the dataset(s) that contain(s) non-ASCII characters
Dear list,
I?m maintainsing a package containing only datasets (152): http://dutangc.free.fr/pub/RRepos/web/CASdatasets-index.html <http://dutangc.free.fr/pub/RRepos/web/CASdatasets-index.html>
When R CMD checking the package, I get the following NOTE
* checking data for non-ASCII characters ... NOTE
Note: found 4 marked UTF-8 strings
I wonder how to find which dataset(s) (all recorded as rda files) contai...