id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc 2292,Suggestions for R quickstart,micha,osgeolive@…,"A suggestion, and correction in the R quickstart: It would be preferable to remove the prompt character '>' from the code examples, to allow simple copy/paste from the quickstart to user's console. The final example has an error, misplaced parenthesis. Here is the correct statment: {{{ ggplot() + geom_sf(data = ukos) + geom_sf(data = ukpop, aes(size = ukpop$POP_MAX/100000), color = ""red"", alpha=1/5) + coord_sf(crs=27700, datum=sf::st_crs(27700), xlim=st_bbox(ukos)[c(1,3)], # These two lines are corrected ylim=st_bbox(ukos)[c(2,4)]) }}} ",task,new,normal,,Documentation,,,