Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ouzor committed Apr 24, 2015
1 parent 1bf3617 commit 0052472
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: helsinki
Type: Package
Title: Helsinki Open Data R Tools
Version: 0.9.26
Date: 2015-04-17
Version: 0.9.27
Date: 2015-04-24
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 Down
2 changes: 1 addition & 1 deletion NAMESPACE
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.1.0): do not edit by hand
# Generated by roxygen2 (4.1.1): do not edit by hand

export(get_hri_stats)
export(get_hsy)
Expand Down
2 changes: 1 addition & 1 deletion R/HKK.R
@@ -1,7 +1,7 @@
# This file is a part of the helsinki package (http://github.com/rOpenGov/helsinki)
# in association with the rOpenGov project (ropengov.github.io)

# Copyright (C) 2010-2014 Juuso Parkkinen, Leo Lahti and Joona Lehtomäki / Louhos <louhos.github.com>.
# Copyright (C) 2010-2014 Juuso Parkkinen, Leo Lahti and Joona Lehtomaki / Louhos <louhos.github.com>.
# All rights reserved.

# This program is open source software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion R/HSY.R
@@ -1,7 +1,7 @@
# This file is a part of the helsinki package (http://github.com/rOpenGov/helsinki)
# in association with the rOpenGov project (ropengov.github.io)

# Copyright (C) 2010-2014 Juuso Parkkinen, Leo Lahti and Joona Lehtomäki / Louhos <louhos.github.com>.
# Copyright (C) 2010-2014 Juuso Parkkinen, Leo Lahti and Joona Lehtomaki / Louhos <louhos.github.com>.
# All rights reserved.

# This program is open source software; you can redistribute it and/or modify
Expand Down
8 changes: 4 additions & 4 deletions R/regional_stats.R
Expand Up @@ -88,10 +88,10 @@ get_hri_stats <- function (query="", verbose=TRUE) {
# Construct an array

# For special characters:
# Merkintöjen selitykset:
# .. (kaksi pistettä), tietoa ei ole saatu, se on liian epävarma ilmoitettavaksi tai se on salattu;
# . (piste), loogisesti mahdoton esitettäväksi;
# 0 (nolla), suure pienempi kuin puolet käytetystä yksiköstä.
# Merkintojen selitykset:
# .. (kaksi pistetta), tietoa ei ole saatu, se on liian epavarma ilmoitettavaksi tai se on salattu;
# . (piste), loogisesti mahdoton esitettavaksi;
# 0 (nolla), suure pienempi kuin puolet kaytetysta yksikosta.
# assign NA to ".", and ".."
# => simple as.numeric() is fine, produces NA for "." and ".."

Expand Down
2 changes: 1 addition & 1 deletion R/services.R
@@ -1,7 +1,7 @@
# This file is a part of the helsinki package (http://github.com/rOpenGov/helsinki)
# in association with the rOpenGov project (ropengov.github.io)

# Copyright (C) 2010-2014 Juuso Parkkinen, Leo Lahti and Joona Lehtomäki / Louhos <louhos.github.com>.
# Copyright (C) 2010-2014 Juuso Parkkinen, Leo Lahti and Joona Lehtomaki / Louhos <louhos.github.com>.
# All rights reserved.

# This program is open source software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion man/aluejakokartat.Rd
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/HKK.R
\docType{data}
\name{aluejakokartat}
Expand Down
2 changes: 1 addition & 1 deletion man/get_hri_stats.Rd
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/regional_stats.R
\name{get_hri_stats}
\alias{get_hri_stats}
Expand Down
2 changes: 1 addition & 1 deletion man/get_hsy.Rd
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/HSY.R
\name{get_hsy}
\alias{get_hsy}
Expand Down
2 changes: 1 addition & 1 deletion man/get_linkedevents.Rd
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/services.R
\name{get_linkedevents}
\alias{get_linkedevents}
Expand Down
2 changes: 1 addition & 1 deletion man/get_servicemap.Rd
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/services.R
\name{get_servicemap}
\alias{get_servicemap}
Expand Down
2 changes: 1 addition & 1 deletion man/helsinki-package.Rd
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/helsinki-package.R
\docType{package}
\name{helsinki-package}
Expand Down

0 comments on commit 0052472

Please sign in to comment.