Skip to content

Commit

Permalink
pandoc errors, removed badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbucklin committed Aug 17, 2018
1 parent f79824e commit f8bd0f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion BUILD.R
@@ -1,4 +1,4 @@
setwd('/home/david/rpostgis/')
setwd('/home/david/git/rpostgis/')
library(devtools)
library(basr)
install()
Expand Down Expand Up @@ -59,3 +59,8 @@ revdep_check(dependencies = c("Depends"))

# release to CRAN
release()

# badges currently broken for readme
# [![CRAN Status](http://www.r-pkg.org/badges/version/rpostgis)](https://CRAN.R-project.org/package=rpostgis)
# [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
# ![](https://cranlogs.r-pkg.org/badges/rpostgis)
3 changes: 1 addition & 2 deletions README.md
@@ -1,9 +1,8 @@
rpostgis
========

[![CRAN Status](http://www.r-pkg.org/badges/version/rpostgis)](https://CRAN.R-project.org/package=rpostgis)
[CRAN](https://CRAN.R-project.org/package=rpostgis)
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
![](https://cranlogs.r-pkg.org/badges/rpostgis)

`rpostgis` provides an interface between R and `PostGIS`-enabled
`PostgreSQL` databases to transparently transfer spatial data. Both
Expand Down

0 comments on commit f8bd0f9

Please sign in to comment.