search for: chiamato

Displaying 4 results from an estimated 4 matches for "chiamato".

2006 Oct 30
1
no possible to load a package correctly dowloaded by the R prompt
...chiesto: "partitions" (I'm loading requested package:partitions) Errore: pacchetto 'partitions' non caricato (Error: package "partitions" not loadad) Warning messages: 1: the package 'untb' has been created with R version 2.3.1 2: non c'รจ alcun pacchetto chiamato 'partitions' in: library(pkg, character.only = TRUE, logical = TRUE, lib.loc = lib.loc) (there's not a package named "partitions" in......) I have the version 2.3.0 What's wrong? By the way, I already successfully downloaded with the same procedure other packages such...
2009 Nov 20
1
make fails on R r50499 ( openSuSE 11.0 x86-64)
...50499 (19-11-2009) linked to ACML single threaded (4.2.0 or 4.3.0) OS: openSuSE 11.0 x86-64 make fails when it comes to installing mgcv with the following [snip] ** R ** inst ** preparing package for lazy loading Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : non esiste un pacchetto chiamato 'Matrix' package 'Matrix' does not exist ## TRANSLATED BY ME ERROR: lazy loading failed for package ?mgcv? * removing ?/home/giannerini/Desktop/R-patched/library/mgcv? make[2]: *** [mgcv.ts] Error 1 make[2]: Leaving directory `/home/giannerini/Desktop/R-patched/src/library/Recommen...
2010 Feb 04
3
mgcv problem
Dear friends, I have install the last version 2.10 and now I have probles with 'mgcv' which can be load. I proved to eliminated and reinstalled but always obtain the same message: > library (mgcv) This is mgcv 1.6-1. For overview type `help("mgcv-package")'. Error in runif(1) : .Random.seed is not an integer vector but of type 'list' Error : .onAttach non
2010 Dec 19
3
monthly median in a daily dataset
Hello, I have a multi-year dataset (see below) with date, a data value and a flag for the data value. I want to find the monthly median for each month in this dataset and then plot it. If anyone has suggestions they would be greatly apperciated. It should be noted that there are some dates with no values and they should be removed. Thanks Emily > print ( str(data$flow$daily) )