Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (100 - 102 of 1088)

Ticket Resolution Summary Owner Reporter
#2145 fixed R Jupyter demo errors osgeolive@… darkblueb
Description

Steps to reproduce:

  • boot Live13 a2
  • start the Jupyter system
  • run the R Notebook
  • execute each cell
library('sf') #SimpleFeature Library to handle shapefiles

  Linking to GEOS 3.7.0, GDAL 2.4.0, PROJ 5.2.0

  Package: sf
  Version: 0.7-4
  Title: Simple Features for R

The demo dot-shp file loads properly, but the first call to display data fails.

ERROR while rich displaying an object: Error in loadNamespace(name): there is no package called ‘geojsonio’

Traceback:
1. FUN(X[[i]], ...)
2. tryCatch(withCallingHandlers({
 .     if (!mime %in% names(repr::mime2repr)) 
 .         stop("No repr_* for mimetype ", mime, " in repr::mime2repr")
 .     rpr <- repr::mime2repr[[mime]](obj)
 .     if (is.null(rpr)) 
 .         return(NULL)
 .     prepare_content(is.raw(rpr), rpr)
 . }, error = error_handler), error = outer_handler)
3. tryCatchList(expr, classes, parentenv, handlers)
4. tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. doTryCatch(return(expr), name, parentenv, handler)
6. withCallingHandlers({
 .     if (!mime %in% names(repr::mime2repr)) 
 .         stop("No repr_* for mimetype ", mime, " in repr::mime2repr")
 .     rpr <- repr::mime2repr[[mime]](obj)
 .     if (is.null(rpr)) 
 .         return(NULL)
 .     prepare_content(is.raw(rpr), rpr)
 . }, error = error_handler)
7. repr::mime2repr[[mime]](obj)
8. repr_geojson.sf(obj)
9. repr_geojson(geojsonio::geojson_list(obj), ...)
10. geojsonio::geojson_list
11. getExportedValue(pkg, name)
12. asNamespace(ns)
13. getNamespace(ns)
14. tryCatch(loadNamespace(name), error = function(e) stop(e))
15. tryCatchList(expr, classes, parentenv, handlers)
16. tryCatchOne(expr, names, parentenv, handlers[[1L]])
17. value[[3L]](cond)

An attempt to separately load geojsonio fails in multiple ways

> install.packages('geojsonio')
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
also installing the dependencies ‘hms’, ‘BH’, ‘protolite’, ‘rgdal’, ‘rgeos’, ‘maptools’, ‘readr’, ‘V8’, ‘geojson’, ‘jqr’
...

trying URL 'https://cloud.r-project.org/src/contrib/geojson_0.3.2.tar.gz'
...
trying URL 'https://cloud.r-project.org/src/contrib/geojsonio_0.7.0.tar.gz'
...
#2147 fixed Documentation version number points to 12.0 osgeolive@… kalxas
Description

While the VERSION.txt is pointing to 13.0alpha, the documentation build from master still points to 12.0:

https://osgeo.github.io/OSGeoLive-doc/en/index.html

Where do we actually set the version number in the docs?

#2148 fixed New artwork for 13.0 osgeolive@… kalxas
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.