Skip to content

Commit 01c6400

Browse files
committed
Rdoc
1 parent 8246d08 commit 01c6400

File tree

5 files changed

+40
-4
lines changed

5 files changed

+40
-4
lines changed

R/geoflow.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#' @name geoflow
22
#' @aliases geoflow-package
33
#' @aliases geoflow
4-
#' @docType package
54
#'
65
#' @import R6
76
#' @import methods
@@ -49,4 +48,4 @@
4948
#'
5049
#'@author Emmanuel Blondel \email{emmanuel.blondel1@@gmail.com}
5150
#'
52-
NULL
51+
"_PACKAGE"

R/geoflow_utils.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,6 @@ getDBTableComment = function(dbi, schema, table){
692692
#'@param table table
693693
#'@param column_index table column index
694694
#'@return the table comment
695-
696695
#'@author Emmanuel Blondel, \email{emmanuel.blondel1@@gmail.com}
697696
#'@export
698697
getDBTableColumnComment = function(dbi, schema, table, column_index){

man/geoflow.Rd

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/geoflow_entity.Rd

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/geoflow_handler.Rd

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)