Skip to content

Commit

Permalink
(try to) include vignettes/figure to rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ouzor committed Apr 17, 2015
1 parent 9a33de5 commit 1bf3617
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -6,6 +6,7 @@

# Vignette source
./vignettes/*
./vignettes/figure/*

# Extra material related but not to be included in the package
./inst/extras/*
Expand Down
6 changes: 4 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: helsinki
Type: Package
Title: Helsinki Open Data R Tools
Version: 0.9.25
Date: 2015-01-06
Version: 0.9.26
Date: 2015-04-17
Author: Juuso Parkkinen, Leo Lahti, Joona Lehtomaki
Maintainer: Juuso Parkkinen <louhos@googlegroups.com>
Description: Tools for accessing various open data sources in the Helsinki
Expand All @@ -23,3 +23,5 @@ Imports:
URL: https://github.com/rOpenGov/helsinki
LazyLoad: yes
Roxygen: list(wrap = FALSE)
NeedsCompilation: no
Repository: CRAN
2 changes: 1 addition & 1 deletion NAMESPACE
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.2): do not edit by hand
# Generated by roxygen2 (4.1.0): do not edit by hand

export(get_hri_stats)
export(get_hsy)
Expand Down
3 changes: 2 additions & 1 deletion man/aluejakokartat.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/HKK.R
\docType{data}
\name{aluejakokartat}
\alias{aluejakokartat}
Expand Down
3 changes: 2 additions & 1 deletion man/get_hri_stats.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/regional_stats.R
\name{get_hri_stats}
\alias{get_hri_stats}
\title{Helsinki Region Infoshare statistics API}
Expand Down
3 changes: 2 additions & 1 deletion man/get_hsy.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/HSY.R
\name{get_hsy}
\alias{get_hsy}
\title{Retrieve data from Helsinki Region Environmental Services}
Expand Down
3 changes: 2 additions & 1 deletion man/get_linkedevents.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/services.R
\name{get_linkedevents}
\alias{get_linkedevents}
\title{Access Helsinki Linked Events API}
Expand Down
3 changes: 2 additions & 1 deletion man/get_servicemap.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/services.R
\name{get_servicemap}
\alias{get_servicemap}
\title{Access Helsinki region Service Map API}
Expand Down
3 changes: 2 additions & 1 deletion man/helsinki-package.Rd
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.0): do not edit by hand
% Please edit documentation in R/helsinki-package.R
\docType{package}
\name{helsinki-package}
\alias{helsinki}
Expand Down

0 comments on commit 1bf3617

Please sign in to comment.